make fails during installation of XML::Parser 2.36

jonn

Verified User
Joined
Mar 29, 2009
Messages
112
Location
Queensland, Australia.
hi all.

Im updating perl modules for a user that is using
movabletype.org script.

Now I tried to install XML::parser but it doesn't make.

I read up online that the server timestamp needs
to be ahead of the Makefile.PL timestamp. ???

Has anyone come across this hurdle.

Generally it should be easy just :
perl -MCPAN -e 'install XML::parser'

Thanks.
 
Okay fixed it for anyone else coming across the same problem.

go into ssh, under root.

run this
Code:
yum install expat-devel

then run this.
Code:
perl -MCPAN -e 'install XML::Parser'


make worked this way.

happy now :)
 
Back
Top