Skip to content

libpcap.so.0.8: cannot open shared object file: No such file or directory #238

Answered by mclang
BetterDefender asked this question in Q&A
Discussion options

You must be logged in to vote

Found out this old issue while troubleshooting the same problem.

Trying naabu -hc gave the same error.

I'm using Arch based Endeavour OS and do have libpcap installed, but the file naabu needs was not present:

$ find /usr/lib/ -name 'libpcap.so*'
/usr/lib/libpcap.so
/usr/lib/libpcap.so.1
/usr/lib/libpcap.so.1.10.3

Solution was to make symbolic link:

$ sudo ln -s /usr/lib/libpcap.so /usr/lib/libpcap.so.0.8

I hope this helps.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ocervell
Comment options

Answer selected by ehsandeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants