You are not logged in.

#1 2022-06-17 05:53:17

NoodlesWeAte
Member
Registered: 2022-03-13
Posts: 19

Can't open Musikcube.

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 directory

I tried going to stack overflow, where I found this

export LD_LIBRARY_PATH=/usr/local/boost_1_54_0/stage/lib:$LD_LIBRARY_PATH

as the solution, but it didn't work either.

Offline

#2 2022-06-17 06:00:36

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: Can't open Musikcube.

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 ' |

Offline

#3 2022-06-19 02:05:22

NoodlesWeAte
Member
Registered: 2022-03-13
Posts: 19

Re: Can't open Musikcube.

It worked, I just had to do a clean install.

Offline

Board footer

Powered by FluxBB