-
Notifications
You must be signed in to change notification settings - Fork 338
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
error while loading shared libraries: libblas.so.3 in apt/user folder #64
Comments
After some digging I also discovered that I can execute the same python code without any problem from the ps:exec shell but the same code from the web application generates the libblas.so.3 error. I can't get my head around it ..... |
Having a similar problem trying to install and use gdal/gdalsrsinfo with Ruby/Ruby on Rails. |
has anybody solved this issue? I am having a similar problem with seabolt library |
Ah ok so this is because this buildpack has to use
The way to fix this is to add the additional directory ( |
Would be awesome to have a fix without modifying LD_LIBRARY_PATH |
Hello there,
my buildpack sequence is:
my Aptfile looks like this:
When I try to use nmap I am getting this error:
I then ps:exec into the application and did find the files here:
So there seems to be an issue with the LD_LIBRARY_PATH in the python package, but when I checked here:
https://github.com/robomotic/heroku-buildpack-python/blob/master/bin/compile
I can see the variables set up correctly:
Any help debugging this is appreciated.
Cheers.
The text was updated successfully, but these errors were encountered: