bradenmcd / friidump

FriiDump - Dump Nintendo Wii and GameCube discs
GNU General Public License v2.0
149 stars 30 forks source link

error while loading shared libraries: libfriidump.so #6

Open totorocodesoften opened 5 years ago

totorocodesoften commented 5 years ago

Hi, when i try to use this tools on my raspberry pi it give this error. What's the solution?

felleg commented 5 years ago

Try the following commands:

LD_LIBRARY_PATH=/usr/local/lib; export LD_LIBRARY_PATH

Now try running friidump by typing friidump in the terminal.

bjoern-tantau commented 5 years ago

Symlinking libfriidump.so into /usr/lib/ works as well.

sudo ln -s /usr/local/lib/libfriidump.so /usr/lib/