in reply to Re^2: Need help compiling Net::Pcap on Ubuntu 8.04
in thread Need help compiling Net::Pcap on Ubuntu 8.04
Those warnings above are not errors; they just warn you that some functionality may not be added. If you run make test after make and all tests are successful, then everything should be fine. You can see that the Makefile targets were actually made:
... chmod 755 blib/arch/auto/Net/Pcap/Pcap.so cp Pcap.bs blib/arch/auto/Net/Pcap/Pcap.bs chmod 644 blib/arch/auto/Net/Pcap/Pcap.bs cp bin/pcapinfo blib/script/pcapinfo /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/pcapi +nfo Manifying blib/man1/pcapinfo.1p Manifying blib/man3/Net::Pcap.3pm
BTW, there's no need to sudo make unless you need to install the Makefile targets, i.e. sudo make install.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Need help compiling Net::Pcap on Ubuntu 8.04
by bpa (Novice) on Jul 22, 2008 at 02:10 UTC | |
Re^4: Need help compiling Net::Pcap on Ubuntu 8.04
by bpa (Novice) on Jul 22, 2008 at 00:37 UTC | |
by alexm (Chaplain) on Jul 22, 2008 at 07:49 UTC | |
by Anonymous Monk on Aug 06, 2008 at 15:30 UTC |
In Section
Seekers of Perl Wisdom