You are not logged in.
Musikcube was working fine, until I did these things.
Upgraded my system
Added one or two path to environment variable
When I try running musikcube, I get this error.
./musikcube: error while loading shared libraries: libboost_filesystem.so.1.78.0: cannot open shared object file: No such file or directoryI tried going to stack overflow, where I found this
export LD_LIBRARY_PATH=/usr/local/boost_1_54_0/stage/lib:$LD_LIBRARY_PATHas the solution, but it didn't work either.
Offline
It looks like boost was updated and musikcube depends on it. That means you'll have to rebuild musikcube.
Remove the LD_LIBRARY_PATH, that only tells the program loader to look in that directory for libraries as well. I'd guess you do not have an additional boost build in /usr/local/boost_1_54_0 and you probably don't want it either.
Last edited by progandy (2022-06-17 06:02:24)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
It worked, I just had to do a clean install.
Offline