I am trying to run tool on linux. It caught into the error :
"/cbm: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory "
From the forums i found that out put of
[root@hemal cbm-tool]# ldd cbm
linux-gate.so.1 => (0x00110000)
libnsl.so.1 => /lib/libnsl.so.1 (0x0067c000)
libpcap.so.1 => not found
libdl.so.2 => /lib/libdl.so.2 (0x008ff000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00c8f000)
libm.so.6 => /lib/libm.so.6 (0x008d4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c76000)
libc.so.6 => /lib/libc.so.6 (0x0077e000)
/lib/ld-linux.so.2 (0x0075f000)
I tried to look into :
[root@hemal ~]# ls /usr/lib | grep libpcap
libpcap.so.0.9
libpcap.so.0.9.7
Further i downloaded libpcap-1.1.1.tar.gz and installed(configure, make, make install) under root folder.
Still it is not able to find libpcap.so.1
Kindly help to get out of this issue. Many thanks in Advance.
Thanks,
Hemal Shah
Assistant Professor,
Computer Engineering
U. V. Patel College of Engineering
Ganpat University
Kherva-382711
Phone : (02762) 286805 / 286081 Ext: 2324
URL: www.uvpce.ac.in
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
Hi,
I am trying to run tool on linux. It caught into the error :
"/cbm: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory "
From the forums i found that out put of
[root@hemal cbm-tool]# ldd cbm
linux-gate.so.1 => (0x00110000)
libnsl.so.1 => /lib/libnsl.so.1 (0x0067c000)
libpcap.so.1 => not found
libdl.so.2 => /lib/libdl.so.2 (0x008ff000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00c8f000)
libm.so.6 => /lib/libm.so.6 (0x008d4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c76000)
libc.so.6 => /lib/libc.so.6 (0x0077e000)
/lib/ld-linux.so.2 (0x0075f000)
I tried to look into :
[root@hemal ~]# ls /usr/lib | grep libpcap
libpcap.so.0.9
libpcap.so.0.9.7
Further i downloaded libpcap-1.1.1.tar.gz and installed(configure, make, make install) under root folder.
Still it is not able to find libpcap.so.1
Kindly help to get out of this issue. Many thanks in Advance.
Thanks,
Hemal Shah
Assistant Professor,
Computer Engineering
U. V. Patel College of Engineering
Ganpat University
Kherva-382711
Phone : (02762) 286805 / 286081 Ext: 2324
URL: www.uvpce.ac.in
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
It works. Thanks a lot.
cheers,
Hemal Shah
Assistant Professor,
Computer Engineering
U. V. Patel College of Engineering
Ganpat University
Kherva-382711
Phone : (02762) 286805 / 286081 Ext: 2324
URL: www.uvpce.ac.in
--- On Wed, 6/23/10, ElectroMech :- Vibrant GNU/Linux User Group <nileshj...@gmail.com> wrote: