-
Perl Module problem
Hi all
I've found a problem with the perl module Net::RawIP in BT3 beta (14 Dec 2007). There seems to be a missing library libpcap.so.0
ldd /usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/auto/Net/RawIP/RawIP.so
linux-gate.so.1 => (0xffffe000)
libpcap.so.0 => not found
libc.so.6 => /lib/libc.so.6 (0xb7e5d000)
/lib/ld-linux.so.2 (0x80000000)
Does anyone have an solution for this issue?
Kind regards
-
As a workaround you can take the libpcap from Fedora 7 and extract the packet with rpm2tgz. After installing it you'll have to create a symbolic link from /usr/lib/libpcap.so.0.9.5 to /usr/lib/libpcap.so.0. The Net::RawIP then works without problems. But the issue still exists on the livecd.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules