Subject: | Can't build DateTime in RH 9.0 |
I am trying to build it in an old RH 9.0 box
--
[root@geneura DateTime-0.22]# perl --version
This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2002, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
[root@geneura DateTime-0.22]# perl Makefile.PL --xs
Writing Makefile for DateTime
[root@geneura DateTime-0.22]# make
Makefile:96: *** missing separator. Alto.
---
Looking at the Makefile, it's all garbled. Here you go:
----
installvendorlib='/usr/lib/perl5/vendor_perl/5.8.
INSTALLVENDORLIB = ib/perl5'
installusrbinperl='def
INSTALLARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi
INSTALLSITEARCH = /usr/lib/pe
INSTALLVENDORARCH = /usr/lib/perl5/vendor_perl/5.8.0/i38
INSTALLBIN = /usr/bin'
installhtml1dir=''
installhtml3dir=''
installman1
INSTALLSITEBIN = /usr
INSTALLVENDORBIN = /usr/bin'
installvendorhtml1=''
installvendorhtml3=''
installvendorlib='/u
INSTALLSCRIPT = /usr/bin
PERL_LIB = /usr/lib/perl5/5.8.0
PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi
SITELIBEXP = '/usr/lib/perl5/site_perl'
sit
SITEARCHEXP = /usr/lib/pe
LIBPERL_A = libperl.a'
--
There are actually lots of errors... maybe it's a problem in ExtUtils::Makemaker? I haven't noticed it in other modules, though
JJ