Skip to content

ipopt: error while loading shared libraries: libipoptamplinterface.so.3: cannot open shared object file: No such file or directory #682

Answered by svigerske
lucgiffon asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe /usr/local/lib, where libipoptamplinterface.so.3 was installed, is not in the library search path and libtool didn't set an rpath in the executable as it thought it wouldn't be necessary.

Try

LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/ipopt

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lucgiffon
Comment options

Answer selected by lucgiffon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants