friidump icon indicating copy to clipboard operation
friidump copied to clipboard

error while loading shared libraries: libfriidump.so

Open totorocodesoften opened this issue 6 years ago • 2 comments

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

totorocodesoften avatar Dec 22 '18 15:12 totorocodesoften

Try the following commands:

LD_LIBRARY_PATH=/usr/local/lib; export LD_LIBRARY_PATH

Now try running friidump by typing friidump in the terminal.

felleg avatar Jan 04 '19 19:01 felleg

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

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

bjoern-tantau avatar Aug 27 '19 10:08 bjoern-tantau