Bonjour,

J'ai installé Perl 5.8.8, apache
Perl 5.8.8
httpd 2.2.3-11.el5_2.centos.4
mode_perl 2.0.2-6.3.el5.i386
sous centos en utilisant yum install.

J'essaye maintenant d'installer certains modules Perl dont le module Bio::Das::Lite, mais apparemment, il netrouve pas la fonction parse_head. je vous joins l'output ci-dessous.

Quelqu'un peut-il m'aider SVP? Merci par avance.

Sabrina.
cpan> cpan> install Bio::Das::Lite
Running install for module Bio::Das::Lite
Running make for R/RP/RPETTETT/Bio-Das-Lite-1.061.tar.gz
Is already unwrapped into directory /root/.cpan/build/Bio-Das-Lite-1.061
Has already been processed within this session
Running make test
---- Unsatisfied dependencies detected during [R/RP/RPETTETT/Bio-Das-Lite-1.061.tar.gz] -----
LWP::Parallel::UserAgent
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make install
make test had returned bad status, won't install without force
Delayed until after prerequisites
Running install for module LWP::Parallel::UserAgent
Running make for M/MA/MARCLANG/ParallelUserAgent-2.57.tar.gz
Is already unwrapped into directory /root/.cpan/build/ParallelUserAgent-2.57
Has already been processed within this session
Running make test
/usr/bin/perl t/TEST
local/compatibility....Can't locate object method "parse_head" via package "LWP::Parallel::Protocol::http" at ../blib/lib/LWP/Parallel/UserAgent.pm line 1497, <DAEMON> line 1.

...

Missing base argument at local/compatibility.t line 57
local/compatibility....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-20
Failed 20/20 tests, 0.00% okay
local/file.............ok 1/4Can't locate object method "parse_head" via package "LWP::Parallel::Protocol::file" at ../blib/lib/LWP/Parallel/UserAgent.pm line 1497.
local/file.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
local/http.............ok 1/15Can't locate object method "parse_head" via package "LWP::Parallel::Protocol::http" at ../blib/lib/LWP/Parallel/UserAgent.pm line 1497, <DAEMON> line 1.
Missing base argument at local/http.t line 85
local/http.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-15
Failed 14/15 tests, 6.67% okay
local/timeouts.........ok 1/25Can't locate object method "parse_head" via package "LWP::Parallel::Protocol::http" at ../blib/lib/LWP/Parallel/UserAgent.pm line 1497, <DAEMON> line 1
...