I have tried on i386 it works there ...
I have tried on x86 this way :

wget 
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/x86_64/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm

Loaded plugins: fastestmirror
Setting up Local Package Process
Examining perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm:
perl-Net-RawIP-0.23-1.el5.rf.x86_64
Nothing to do



however it was working on i386 (yum localinstall) installation went fine
just i had to add --nogpgcheck
on x86 to make it work i have to do:

rpm -i perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm
warning: perl-Net-RawIP-0.23-1.el5.rf.x86_64.rpm: Header V3 DSA
signature: NOKEY, key ID 1aa78495


after that sending packets outside network isn't working with perl
rawip...error = sendto() at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Net/RawIP.pm
line 626.
while trying to send packet to ip other than localhost.

in 386 i just do write
http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/RPMS.dries/perl-Net-RawIP-0.23-1.el5.rf.i386.rpm
yum localinstall perl-Net-RawIP-0.23-1.el5.rf.i386.rpm --nogpgcheck
and after that everything works.
any ideas?
_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to