LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-27-2008, 12:46 PM   #1
EnderX
Member
 
Registered: Nov 2006
Posts: 66

Rep: Reputation: 15
Question regarding CPAN perl downloads


I am uncertain this is the correct forum to post this in. If I am in error, I apologize, and request that this message be placed where it belongs.

At my boss's behest, I have been attempting to finish setting up a new server. We have been running SuSE 9.3 on all of our remote servers, but the hardware/installations man has apparently had some problems with this recently, and has set up a server running SuSE 11.0, with the intent that we would set it up with the same software as the 9.3 servers, after which he would use this server's drive to clone new ones as needed.

A number of perl programs running on our 9.3 servers have includes which do not appear to have been installed with the perl installation on the SuSE 11.0 server. I am a novice when it comes to such things, and asked advice of the members of the local Linux User's Group as to how to properly install the items I needed. I was directed to use the following command:

"perl -MCPAN -e shell"

to make the installations. However, several of the included items I have tried to install have apparently errored out while running this to install them. Below is a copy of the results of one such run, attempting to install MIME::Lite. I apologize for the length.

Quote:
cpan[1]> install MIME::Lite
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Tue, 26 Aug 2008 11:02:49 GMT
Running install for module 'MIME::Lite'
CPAN: Data::Dumper loaded ok (v2.121_14)
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs

'/root/.cpan/prefs'
Running make for R/RJ/RJBS/MIME-Lite-3.021.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/MIME-Lite-3.021.tar.gz ok
Scanning cache /root/.cpan/build for sizes
............................................................................DONE
MIME-Lite-3.021/
MIME-Lite-3.021/COPYING
MIME-Lite-3.021/INSTALLING
MIME-Lite-3.021/LICENSE
MIME-Lite-3.021/MANIFEST
MIME-Lite-3.021/META.yml
MIME-Lite-3.021/Makefile.PL
MIME-Lite-3.021/README
MIME-Lite-3.021/changes.pod
MIME-Lite-3.021/contrib/
MIME-Lite-3.021/contrib/MailTool.pm
MIME-Lite-3.021/contrib/README
MIME-Lite-3.021/examples/
MIME-Lite-3.021/examples/mime_fwd
MIME-Lite-3.021/examples/mime_gif
MIME-Lite-3.021/examples/mime_hack
MIME-Lite-3.021/examples/mime_longlines
MIME-Lite-3.021/examples/mime_postcard
MIME-Lite-3.021/examples/nodisp
MIME-Lite-3.021/lib/
MIME-Lite-3.021/lib/MIME/
MIME-Lite-3.021/lib/MIME/Lite.pm
MIME-Lite-3.021/t/
MIME-Lite-3.021/t/ExtUtils/
MIME-Lite-3.021/t/ExtUtils/TBone.pm
MIME-Lite-3.021/t/Utils.pm
MIME-Lite-3.021/t/addrs.t
MIME-Lite-3.021/t/data.t
MIME-Lite-3.021/t/head.t
MIME-Lite-3.021/t/parts.t
MIME-Lite-3.021/t/pod-coverage.t
MIME-Lite-3.021/t/pod.t
MIME-Lite-3.021/t/types.t
MIME-Lite-3.021/t/verify.t
MIME-Lite-3.021/testin/
MIME-Lite-3.021/testin/README
MIME-Lite-3.021/testin/hello
MIME-Lite-3.021/testin/test.html
CPAN: File::Temp loaded ok (v0.18)
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build R/RJ/RJBS/MIME-Lite-3.021.tar.gz

MIME::Lite is designed to take advantage of a variety of external modules
if they are not present then MIME::Lite will attempt to do its best
but its strongly recommend that you install them.

These modules are:
Mail::Address
MIME::Types
File::Basename
MIME::Base64
MIME::QuotedPrint
Some or all of these maybe included with your perl, neverless if you wish
I can add these modules to the prereq list which will cause the files to be
automatically installed if they arent already present
Add prereqs? [Yes]
Checking if your kit is complete...
Looks good
Warning: prerequisite Email::Date::Format 1.000 not found.
Warning: prerequisite MIME::Types 1.13 not found.
Warning: prerequisite Mail::Address 1.62 not found.
Writing Makefile for MIME::Lite
Could not read '/root/.cpan/build/MIME-Lite-3.021-WFVAkq/META.yml'. Falling back to

other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- RJBS/MIME-Lite-3.021.tar.gz ----
Email::Date::Format [requires]
Mail::Address [requires]
MIME::Types [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Email::Date::Format'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs

'/root/.cpan/prefs'
Running make for R/RJ/RJBS/Email-Date-Format-1.002.tar.gz
Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Date-Format-1.002.tar.gz

ok
Email-Date-Format-1.002/
Email-Date-Format-1.002/Changes
Email-Date-Format-1.002/LICENSE
Email-Date-Format-1.002/MANIFEST
Email-Date-Format-1.002/META.yml
Email-Date-Format-1.002/Makefile.PL
Email-Date-Format-1.002/README
Email-Date-Format-1.002/lib/
Email-Date-Format-1.002/lib/Email/
Email-Date-Format-1.002/lib/Email/Date/
Email-Date-Format-1.002/lib/Email/Date/Format.pm
Email-Date-Format-1.002/t/
Email-Date-Format-1.002/t/basic.t
Email-Date-Format-1.002/t/pod-coverage.t
Email-Date-Format-1.002/t/pod.t
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build R/RJ/RJBS/Email-Date-Format-1.002.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Email::Date::Format
Could not read '/root/.cpan/build/Email-Date-Format-1.002-ojJ9Uy/META.yml'. Falling

back to other methods to determine prerequisites
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10.0/CPAN.pm line

7698.
RJBS/Email-Date-Format-1.002.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running install for module 'Mail::Address'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs

'/root/.cpan/prefs'
Running make for M/MA/MARKOV/MailTools-2.04.tar.gz
Checksum for /root/.cpan/sources/authors/id/M/MA/MARKOV/MailTools-2.04.tar.gz ok
MailTools-2.04/
MailTools-2.04/t/
MailTools-2.04/t/internet.t
MailTools-2.04/t/pod.t
MailTools-2.04/t/mailer.t
MailTools-2.04/t/require.t
MailTools-2.04/t/send.t
MailTools-2.04/t/header.t
MailTools-2.04/t/extract.t
MailTools-2.04/t/mailcap.t
MailTools-2.04/lib/
MailTools-2.04/lib/Mail/
MailTools-2.04/lib/Mail/Internet.pod
MailTools-2.04/lib/Mail/Cap.pm
MailTools-2.04/lib/Mail/Util.pm
MailTools-2.04/lib/Mail/Field/
MailTools-2.04/lib/Mail/Field/Date.pm
MailTools-2.04/lib/Mail/Field/AddrList.pm
MailTools-2.04/lib/Mail/Field/Generic.pod
MailTools-2.04/lib/Mail/Field/Generic.pm
MailTools-2.04/lib/Mail/Field/AddrList.pod
MailTools-2.04/lib/Mail/Field/Date.pod
MailTools-2.04/lib/Mail/Mailer/
MailTools-2.04/lib/Mail/Mailer/sendmail.pm
MailTools-2.04/lib/Mail/Mailer/rfc822.pm
MailTools-2.04/lib/Mail/Mailer/smtp.pm
MailTools-2.04/lib/Mail/Mailer/qmail.pm
MailTools-2.04/lib/Mail/Mailer/testfile.pm
MailTools-2.04/lib/Mail/Cap.pod
MailTools-2.04/lib/Mail/Address.pod
MailTools-2.04/lib/Mail/Address.pm
MailTools-2.04/lib/Mail/Send.pod
MailTools-2.04/lib/Mail/Filter.pod
MailTools-2.04/lib/Mail/Mailer.pm
MailTools-2.04/lib/Mail/Send.pm
MailTools-2.04/lib/Mail/Mailer.pod
MailTools-2.04/lib/Mail/Util.pod
MailTools-2.04/lib/Mail/Field.pod
MailTools-2.04/lib/Mail/Header.pod
MailTools-2.04/lib/Mail/Header.pm
MailTools-2.04/lib/Mail/Internet.pm
MailTools-2.04/lib/Mail/Filter.pm
MailTools-2.04/lib/Mail/Field.pm
MailTools-2.04/README
MailTools-2.04/MailTools.ppd
MailTools-2.04/Makefile.PL
MailTools-2.04/README.demos
MailTools-2.04/META.yml
MailTools-2.04/examples/
MailTools-2.04/examples/send_demo.PL
MailTools-2.04/examples/mail-mailer.pl
MailTools-2.04/examples/rplyto_demo.PL
MailTools-2.04/examples/forwd_demo.PL
MailTools-2.04/ChangeLog
MailTools-2.04/MANIFEST
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build M/MA/MARKOV/MailTools-2.04.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Pod 1 not found.
Writing Makefile for Mail
Could not read '/root/.cpan/build/MailTools-2.04-nS7cGV/META.yml'. Falling back to

other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- MARKOV/MailTools-2.04.tar.gz ----
Test::Pod [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Test::Pod'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs

'/root/.cpan/prefs'
Running make for P/PE/PETDANCE/Test-Pod-1.26.tar.gz
Checksum for /root/.cpan/sources/authors/id/P/PE/PETDANCE/Test-Pod-1.26.tar.gz ok
Test-Pod-1.26/
Test-Pod-1.26/t/
Test-Pod-1.26/t/spaced-directives.pod
Test-Pod-1.26/t/unknown-directive.t
Test-Pod-1.26/t/spaced-directives.t
Test-Pod-1.26/t/pod/
Test-Pod-1.26/t/pod/good-pod-script
Test-Pod-1.26/t/pod/no_pod.pod
Test-Pod-1.26/t/pod/good.pod
Test-Pod-1.26/t/empty-file.pod
Test-Pod-1.26/t/cut-outside-block.pod
Test-Pod-1.26/t/good.t
Test-Pod-1.26/t/item-ordering.pod
Test-Pod-1.26/t/all_pod_files.t
Test-Pod-1.26/t/selftest.t
Test-Pod-1.26/t/unknown-directive.pod
Test-Pod-1.26/t/item-ordering.t
Test-Pod-1.26/t/00-load.t
Test-Pod-1.26/t/load.t
Test-Pod-1.26/t/missing-file.t
Test-Pod-1.26/t/pod.t
Test-Pod-1.26/t/cut-outside-block.t
Test-Pod-1.26/Changes
Test-Pod-1.26/MANIFEST
Test-Pod-1.26/Pod.pm
Test-Pod-1.26/Makefile.PL
Test-Pod-1.26/META.yml
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build P/PE/PETDANCE/Test-Pod-1.26.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Pod
Could not read '/root/.cpan/build/Test-Pod-1.26-l9D6H5/META.yml'. Falling back to

other methods to determine prerequisites
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10.0/CPAN.pm line

7698.
PETDANCE/Test-Pod-1.26.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running make for M/MA/MARKOV/MailTools-2.04.tar.gz
Has already been unwrapped into directory /root/.cpan/build/MailTools-2.04-nS7cGV

CPAN.pm: Going to build M/MA/MARKOV/MailTools-2.04.tar.gz

Warning: Prerequisite 'Test::Pod => 1' for 'M/MA/MARKOV/MailTools-2.04.tar.gz' failed

when processing 'P/PE/PETDANCE/Test-Pod-1.26.tar.gz' with 'make => NO'. Continuing,

but chances to succeed are limited.
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10.0/CPAN.pm line

7698.
MARKOV/MailTools-2.04.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running install for module 'MIME::Types'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs

'/root/.cpan/prefs'
Running make for M/MA/MARKOV/MIME-Types-1.24.tar.gz
Checksum for /root/.cpan/sources/authors/id/M/MA/MARKOV/MIME-Types-1.24.tar.gz ok
MIME-Types-1.24/
MIME-Types-1.24/t/
MIME-Types-1.24/t/pod.t
MIME-Types-1.24/t/10type.t
MIME-Types-1.24/t/20types.t
MIME-Types-1.24/t/30export.t
MIME-Types-1.24/t/11typeol.t
MIME-Types-1.24/lib/
MIME-Types-1.24/lib/MIME/
MIME-Types-1.24/lib/MIME/Type.pod
MIME-Types-1.24/lib/MIME/Types.pm
MIME-Types-1.24/lib/MIME/Types.pod
MIME-Types-1.24/lib/MIME/Type.pm
MIME-Types-1.24/README
MIME-Types-1.24/Makefile.PL
MIME-Types-1.24/META.yml
MIME-Types-1.24/ChangeLog
MIME-Types-1.24/MANIFEST
Warning (usually harmless): 'YAML' not installed, will not store persistent state

CPAN.pm: Going to build M/MA/MARKOV/MIME-Types-1.24.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Pod 1 not found.
Writing Makefile for MIME::Types
Could not read '/root/.cpan/build/MIME-Types-1.24-mMqcjt/META.yml'. Falling back to

other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- MARKOV/MIME-Types-1.24.tar.gz ----
Test::Pod [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Test::Pod'
Running make for P/PE/PETDANCE/Test-Pod-1.26.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Test-Pod-1.26-l9D6H5
Could not make: Unknown error
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running make for M/MA/MARKOV/MIME-Types-1.24.tar.gz
Has already been unwrapped into directory /root/.cpan/build/MIME-Types-1.24-mMqcjt

CPAN.pm: Going to build M/MA/MARKOV/MIME-Types-1.24.tar.gz

Warning: Prerequisite 'Test::Pod => 1' for 'M/MA/MARKOV/MIME-Types-1.24.tar.gz' failed

when processing 'P/PE/PETDANCE/Test-Pod-1.26.tar.gz' with 'make => NO'. Continuing,

but chances to succeed are limited.
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10.0/CPAN.pm line

7698.
MARKOV/MIME-Types-1.24.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running make for R/RJ/RJBS/MIME-Lite-3.021.tar.gz
Has already been unwrapped into directory /root/.cpan/build/MIME-Lite-3.021-WFVAkq

CPAN.pm: Going to build R/RJ/RJBS/MIME-Lite-3.021.tar.gz

Warning: Prerequisite 'Email::Date::Format => 1.000' for

'R/RJ/RJBS/MIME-Lite-3.021.tar.gz' failed when processing

'R/RJ/RJBS/Email-Date-Format-1.002.tar.gz' with 'make => NO'. Continuing, but chances

to succeed are limited.
Warning: Prerequisite 'Mail::Address => 1.62' for 'R/RJ/RJBS/MIME-Lite-3.021.tar.gz'

failed when processing 'M/MA/MARKOV/MailTools-2.04.tar.gz' with 'make => NO'.

Continuing, but chances to succeed are limited.
Warning: Prerequisite 'MIME::Types => 1.13' for 'R/RJ/RJBS/MIME-Lite-3.021.tar.gz'

failed when processing 'M/MA/MARKOV/MIME-Types-1.24.tar.gz' with 'make => NO'.

Continuing, but chances to succeed are limited.
Can't exec "make": No such file or directory at /usr/lib/perl5/5.10.0/CPAN.pm line

7698.
RJBS/MIME-Lite-3.021.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
RJBS/Email-Date-Format-1.002.tar.gz : make NO
PETDANCE/Test-Pod-1.26.tar.gz : make NO
MARKOV/MailTools-2.04.tar.gz : make NO
MARKOV/MIME-Types-1.24.tar.gz : make NO
RJBS/MIME-Lite-3.021.tar.gz : make NO
If anyone knows what steps I need to take to remedy this kind of error, I would appreciate it. Alternately, if there is an easier way to install the necessary files on the system, I would appreciate being told that as well.

Again, if I have posted this in the wrong forum, please place it where it belongs. Thank you for your assistance.
 
Old 08-27-2008, 12:54 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
If they weren't included in the default install unlike the previous version, that doesn't necessarily mean they don't have pre-built RPM's for them. Try searching for the modules you need to match the previous machine. You can always find the source RPM's and rebuild to the new architecture/OS, etc as well.
 
Old 08-28-2008, 10:49 AM   #3
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Do you have make and compilers installed?
 
Old 08-28-2008, 03:01 PM   #4
EnderX
Member
 
Registered: Nov 2006
Posts: 66

Original Poster
Rep: Reputation: 15
Quote:
Do you have make and compilers installed?
As it turns out, no.

About five hours ago I followed up on that trail, to learn that the only listing for gcc was a directory, and that no other variant existed. I learned as of late yesterday afternoon that I didn't have make installed, but I had attempted to download and build that myself...which is a bit difficult without the compiler.

The issue has been handed back to the guy who installed the new OS; he loaded it from a cd installation, so he's been requested to see about installing at least the tools necessary for compilation.

Thanks for the suggestion, though. It is the problem, apparently.
 
Old 11-16-2010, 05:21 AM   #5
singhabsk
LQ Newbie
 
Registered: Nov 2010
Posts: 7

Rep: Reputation: 0
Unhappy cant able to install Net::Pcap 0.5 on fedora12

hey friends help me out
this is the scenario of installation of Net::Pcap module
[root@localhost Net-Pcap-0.05]# make
gcc -c -I/usr/local/include/pcap -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE" Pcap.c
Pcap.xs: In function ‘callback_wrapper’:
Pcap.xs:47: warning: pointer targets in passing argument 2 of ‘Perl_newSVpv’ differ in signedness
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/proto.h:1607: note: expected ‘const char *’ but argument is of type ‘u_char *’
Pcap.xs:55: warning: value computed is not used
Pcap.xs:56: warning: value computed is not used
Pcap.xs:57: warning: value computed is not used
Pcap.xs:58: warning: value computed is not used
Pcap.c: In function ‘XS_Net__Pcap_strerror’:
Pcap.c:656: warning: assignment discards qualifiers from pointer target type
Pcap.xs: In function ‘XS_Net__Pcap_stats’:
Pcap.xs:371: warning: value computed is not used
Pcap.xs:373: warning: value computed is not used
Pcap.xs:375: warning: value computed is not used
Pcap.c: In function ‘XS_Net__Pcap_file’:
Pcap.c:920: warning: passing argument 8 of ‘Perl_do_openn’ from incompatible pointer type
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/proto.h:496: note: expected ‘struct PerlIOl **’ but argument is of type ‘struct FILE *’
Pcap.xs: In function ‘XS_Net__Pcap_dump’:
Pcap.xs:432: warning: pointer targets in passing argument 3 of ‘pcap_dump’ differ in signedness
/usr/local/include/pcap.h:268: note: expected ‘const u_char *’ but argument is of type ‘char *’
Pcap.xs: In function ‘XS_Net__Pcap_next’:
Pcap.xs:455: warning: value computed is not used
Pcap.xs:457: warning: value computed is not used
Pcap.xs:459: warning: value computed is not used
Pcap.xs:461: warning: value computed is not used
Running Mkbootstrap for Net::Pcap ()
chmod 644 Pcap.bs
rm -f blib/arch/auto/Net/Pcap/Pcap.so
gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib Pcap.o -o blib/arch/auto/Net/Pcap/Pcap.so \
-lpcap \

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
Manifying blib/man3/Net::Pcap.3pm
[root@localhost Net-Pcap-0.05]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-module.t .... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/01-module.t line 11
Compilation failed in require at t/01-module.t line 11.
BEGIN failed--compilation aborted at t/01-module.t line 11.
t/01-module.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/02-lookup.t .... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/02-lookup.t line 11
Compilation failed in require at t/02-lookup.t line 11.
BEGIN failed--compilation aborted at t/02-lookup.t line 11.
t/02-lookup.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/03-openlive.t .. Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/03-openlive.t line 12
Compilation failed in require at t/03-openlive.t line 12.
BEGIN failed--compilation aborted at t/03-openlive.t line 12.
t/03-openlive.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/04-loop.t ...... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/04-loop.t line 12
Compilation failed in require at t/04-loop.t line 12.
BEGIN failed--compilation aborted at t/04-loop.t line 12.
t/04-loop.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/05-dump.t ...... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/05-dump.t line 12
Compilation failed in require at t/05-dump.t line 12.
BEGIN failed--compilation aborted at t/05-dump.t line 12.
t/05-dump.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/06-offline.t ... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/06-offline.t line 12
Compilation failed in require at t/06-offline.t line 12.
BEGIN failed--compilation aborted at t/06-offline.t line 12.
t/06-offline.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/07-stats.t ..... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/07-stats.t line 12
Compilation failed in require at t/07-stats.t line 12.
BEGIN failed--compilation aborted at t/07-stats.t line 12.
t/07-stats.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/08-filter.t .... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/08-filter.t line 12
Compilation failed in require at t/08-filter.t line 12.
BEGIN failed--compilation aborted at t/08-filter.t line 12.
t/08-filter.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/09-error.t ..... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/09-error.t line 12
Compilation failed in require at t/09-error.t line 12.
BEGIN failed--compilation aborted at t/09-error.t line 12.
t/09-error.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/10-fileno.t .... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/10-fileno.t line 12
Compilation failed in require at t/10-fileno.t line 12.
BEGIN failed--compilation aborted at t/10-fileno.t line 12.
t/10-fileno.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/11-misc.t ...... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/11-misc.t line 12
Compilation failed in require at t/11-misc.t line 12.
BEGIN failed--compilation aborted at t/11-misc.t line 12.
t/11-misc.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/12-next.t ...... Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/12-next.t line 12
Compilation failed in require at t/12-next.t line 12.
BEGIN failed--compilation aborted at t/12-next.t line 12.
t/12-next.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/13-dispatch.t .. Can't load '/root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so' for module Net::Pcap: /root/Desktop/Net-Pcap-0.05/blib/arch/auto/Net/Pcap/Pcap.so: undefined symbol: pcap_lex at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 203.
at t/13-dispatch.t line 12
Compilation failed in require at t/13-dispatch.t line 12.
BEGIN failed--compilation aborted at t/13-dispatch.t line 12.
t/13-dispatch.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run

Test Summary Report
-------------------
t/01-module.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/02-lookup.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/03-openlive.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/04-loop.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/05-dump.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/06-offline.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/07-stats.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/08-filter.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/09-error.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/10-fileno.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/11-misc.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/12-next.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/13-dispatch.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=13, Tests=0, 1 wallclock secs ( 0.06 usr 0.04 sys + 0.40 cusr 0.09 csys = 0.59 CPU)
Result: FAIL
Failed 13/13 test programs. 0/0 subtests failed.
make: *** [test_dynamic] Error 255
[root@localhost Net-Pcap-0.05]#
 
Old 11-16-2010, 05:37 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
- Do not resurrect stale threads.
- Do not post duplicate threads or make duplicate posts.
Keep your discussion here: http://www.linuxquestions.org/questi...dora12-844565/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
CPAN and PERL Modules metallica1973 Programming 4 02-01-2008 09:14 PM
f7, perl and CPAN hohum Fedora 1 08-01-2007 04:31 AM
Perl / CPAN question rjcrews Linux - Software 2 02-01-2006 02:02 PM
Perl CPAN Problem murphy23 Slackware 4 01-24-2005 07:03 AM
perl CPAN LinFreak! Slackware 3 01-03-2004 08:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration