Open totorocodesoften opened 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.
Symlinking libfriidump.so
into /usr/lib/
works as well.
sudo ln -s /usr/local/lib/libfriidump.so /usr/lib/
Hi, when i try to use this tools on my raspberry pi it give this error. What's the solution?