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

Can't test suscan library #16

Closed
andruxa-smirnov opened this issue Aug 16, 2019 · 3 comments
Closed

Can't test suscan library #16

andruxa-smirnov opened this issue Aug 16, 2019 · 3 comments
Assignees

Comments

@andruxa-smirnov
Copy link

I build dependencies (suscan) and install it. When i run "suscan", to test installation, i received next message: "suscan: error while loading shared libraries: libsigutils.so.0: cannot open shared object file: No such file or directory". Previously i build sigutils and install it too.
Ubuntu 18.04, x64.

@BatchDrake BatchDrake transferred this issue from BatchDrake/SigDigger Aug 16, 2019
@BatchDrake BatchDrake self-assigned this Aug 16, 2019
@BatchDrake
Copy link
Owner

This seems a PATH problem. Can you try the following:

% export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
% suscan

@miek
Copy link

miek commented Aug 17, 2019

You may just need to run sudo ldconfig to update the linker cache.

@andruxa-smirnov
Copy link
Author

This seems a PATH problem. Can you try the following:

% export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
% suscan

Yes. That is proper solution. Thanks!

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

No branches or pull requests

3 participants