Subject: | perl -MCPAN install fails |
perl -MCPAN -e shell
Show quoted text
>install Time::HiRes
CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.72.tar.gz
Configuring Time::HiRes...
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Checking if your kit is complete...
Looks good
Writing Makefile for Time::HiRes
Now you may issue 'make'. Do not forget also 'make test'.
NOTE: if you get an error like this (the line number may vary):
Makefile:91: *** missing separator
then set the environment variable LC_ALL to "C" and retry
from scratch (re-run perl "Makefile.PL").
Makefile:91: *** missing separator. Stop.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
[root@dave11 root]# uname -o -s -v -p -i
Linux #1 Tue May 17 18:01:37 EDT 2005 i686 i386 GNU/Linux
[root@dave11 root]# perl -v
This is perl, v5.8.0 built for i386-linux-thread-multi