FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
997 views 1 comments
by anonymous
Hi,

I am trying to use namp on Rut240 from CLI.

used this commands:

opkg update
opkg install nmap

when I launch nmap -sP 192.168.1.0/24 I get this error:

nmap: can't load library 'libpcap.so.1.3'

any hint?

tks

1 Answer

0 votes
by anonymous

Hello,

You can delete and reinstall the libpcap package. However, deleting and reinstalling libpcap may affect the proper operation of other services.

You can delete libpcap package with this command:

opkg remove --force-depends libpcap

and re-install libpcap package:

opkg install libpcap
 

by
tks.

regards