
perl-Net-RawIP-0.09d-1.i386.rp
m
Hi everybody,
i am really getting mad, because i just can't get this module work...
I installed perl-Net-RawIP-0.09d-1.i386.rpm with:
------------------------------------------------------------------
saturn:~ # rpm -i perl-Net-RawIP-0.09d-1.i386.rpm"
------------------------------------------------------------------
the following command tells me that its installed correctly:
------------------------------------------------------------------
saturn:~ # rpm -a -q | grep perl-Net-RawIP-0.09d-1
perl-Net-RawIP-0.09d-1
saturn:~ #
------------------------------------------------------------------
when i am now trying to execute an perl script witch contains
------------------------------------------------------------------
#!/usr/bin/perl
use Net::Rawip;
------------------------------------------------------------------
the following error occurs:
------------------------------------------------------------------
saturn:~/downloads # ./nsend
Can't load '/usr/lib/perl5/site_perl/5.6.1/i586-linux/auto/Net/RawIP/RawIP.so'
for module Net::RawIP:
/usr/lib/perl5/site_perl/5.6.1/i586-linux/auto/Net/RawIP/RawIP.so:
undefined symbol: lex_init at
/usr/lib/perl5/5.6.1/i586-linux/DynaLoader.pm line 206.
at ./nsend line 16
Compilation failed in require at ./nsend line 16.
BEGIN failed--compilation aborted at ./nsend line 16.
------------------------------------------------------------------
the file RawIP.so exists also the DynaLoader.pm...
i had a look into DynaLoader.pm but couldn't find anything witch
matches lex_init !!!!
Maybe someone knows this problem or has just a hint, tip for me???
Any help is appreciated
Greets Sam