-
Notifications
You must be signed in to change notification settings - Fork 245
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: libboost_program_options.so #98
Comments
Are you compiling your self or installing a pre-built binary? The default build does not link statically. You need to have the boost libraries installed to run audiowaveform. |
Closing due to inactivity, but please reopen if this is still an issue for you. |
Hello there, first, thank you for this awesome library. I'm having the same issue, I'm using the .deb packages but it does not seem to work with the 1.6.0 release, the error asks for the libboost-program-options1.65 object this are the packages that we are installing: http://mirrors.kernel.org/ubuntu/pool/main/b/boost-defaults/libboost-dev_1.65.1.0ubuntu1_amd64.deb is there another boost library that we need to install? |
Thanks 😊 Are you using Ubuntu? The easiest way is to install the PPA https://github.com/bbc/audiowaveform#ubuntu |
Hi @chrisn thanks for your quick reply! I'm using ubuntu from Heroku, but not sure how to add the repo on Heroku with the apt buildpack https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-apt |
Those Boost packages you listed don't contain the shared object files that audiowaveform needs, which I guess is the cause of the error you're seeing. audiowaveform needs the non I found some discussion here about adding PPA keys. Alternatively, these packages contain the right files:
|
thank you very much @chrisn, I will take a look on this. |
I've tried the packages you suggest but I still get the same error.
should I install the 1.58 packages instead the 1.65? |
Yes, if it's looking for 1.58, then 1.65 won't work. You can use |
When using the compiled binary I get this error. The system complains cannot find
libboost
.The compiled binary libraries were not statically linked?
The text was updated successfully, but these errors were encountered: