grialion / rpcpp

RPC++ is a tool for Discord RPC (Rich Presence) to let your friends know about your Linux system
MIT License
17 stars 4 forks source link

Shared libraries aren't in path #2

Closed PoorPocketsMcNewHold closed 2 years ago

PoorPocketsMcNewHold commented 2 years ago
pm  …/rpcpp/lib   main !   10:00  ./rpcpp 
./rpcpp: error while loading shared libraries: discord_game_sdk.so: cannot open shared object file: No such file or directory

pm  …/rpcpp/lib   main !   10:00  ls
discord_game_sdk.bundle  discord_game_sdk.dll  discord_game_sdk.dll.lib  discord_game_sdk.dylib  discord_game_sdk.so  rpcpp

Despite even running the locally build binary with the Discord SDK provided by the setup.sh script, it still is unable to find the corresponding file in the folder at root. I also did tried first the rpcpp installed via sudo make install and executed the one locally built in the build folder.

grialion commented 2 years ago

Did you set up the Game SDK properly? Perhaps the libraries are missing from the lib folder.