Closed user202729 closed 6 years ago
Steps to reproduce:
boomerang
cmake ..
make
sudo make install
boomerang-cli
Expected/desired behaviour It runs normally.
Actual behaviour
boomerang-cli: error while loading shared libraries: libboomerang.so: cannot open shared object file: No such file or directory
Additional comments
libboomerang.so
install_manifest.txt
build/out/lib/libboomerang.so
/usr/lib
LD_LIBRARY_PATH
Steps to reproduce:
boomerang
the usual way. (cmake ..
,make
,sudo make install
)boomerang-cli
Expected/desired behaviour It runs normally.
Actual behaviour
Additional comments
libboomerang.so
is not listed ininstall_manifest.txt
.build/out/lib/libboomerang.so
is installed./usr/lib
, as well as setting correctLD_LIBRARY_PATH
fixes the issue.