Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Error - undefined symbol: TA_GetFuncHandle #14

Open
WealthCity opened this issue Sep 19, 2014 · 1 comment
Open

Getting Error - undefined symbol: TA_GetFuncHandle #14

WealthCity opened this issue Sep 19, 2014 · 1 comment

Comments

@WealthCity
Copy link

Getting Error - undefined symbol: TA_GetFuncHandle

Platform Ubuntu --

Installation steps

wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar zxvf ta-lib-0.4.0-src.tar.gz
cd ta-lib/
./configure LDFLAGS="-lm"
make
make install
gem install talib_ruby -- --with-talib-include=ABSOLUTE_PATH_TO_TALIB_HEADERS --with-talib-lib=ABSOLUTE_PATH_TO_TALIB_LIBS

@pppsss40
Copy link

pppsss40 commented Oct 25, 2017

Hi, I am seeing the same error. Actually I am trying to install talib_ruby on Heroku and since it requires building talib sources I have created a custom buildpack script that is building talib from sources (https://github.com/stasio33/talib_buildpack/blob/master/bin/compile).

The gem then installs without a problem however I see this error in the log of my app:

undefined symbol: TA_GetFuncHandle

when trying to access gem methods.... any clue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants