The DateTime module installation fails on a vanilla RedHat 9 system. I
tried it on different installations that are owned by me, and both times the
CPAN session ended with:
Running make for D/DR/DROLSKY/DateTime-0.22.tar.gz
Is already unwrapped into directory /root/.cpan/build/DateTime-0.22
CPAN.pm: Going to build D/DR/DROLSKY/DateTime-0.22.tar.gz
Makefile:98: *** 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
Some specs on the two systems:
[EMAIL PROTECTED] root]# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.21-1.1931.2.382.entsmp,
archname=i386-linux-thread-multi
[EMAIL PROTECTED] root]# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.20-2.48smp, archname=i386-linux-thread-multi
-ofer