Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while loading shared libraries: libfriidump.so #6

Open
totorocodesoften opened this issue Dec 22, 2018 · 2 comments
Open

error while loading shared libraries: libfriidump.so #6

totorocodesoften opened this issue Dec 22, 2018 · 2 comments

Comments

@totorocodesoften
Copy link

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

@felleg
Copy link

felleg commented Jan 4, 2019

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants