LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Libdnet error message (https://www.linuxquestions.org/questions/linux-software-2/libdnet-error-message-712934/)

okorkie 03-19-2009 03:54 PM

Libdnet error message
 
Hello, I have just installed tcpreplay on our server (centos 5) and when I try to replay a pcap or cap file (Wireshark) I receive the following error message.

tcpreplay: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory

When I check to see if libdnet is installed, here is what I get:

rpm -qa | grep libdnet
libdnet-1.11-1.2.el5.rf

I have no idea how to correct this, or what the problem is after searching online for help.

Thanks in advance

knudfl 03-20-2009 08:10 AM

Quote:

libdnet.1
If this is, what 'tcpreplay' is really asking for, it is a bug
in the 'tcpreplay' ( script or executable.)

You can either fix it, or do 'cd /usr/lib/' , 'su' ,
# 'ln -s libdnet.so.1 libdnet.1'
.....


All times are GMT -5. The time now is 05:05 AM.