You are not logged in.
Pages: 1
I am trying to install perl modules using cpan, and am getting the following output.
>>
Checking if your kit is complete...
Looks good
Writing Makefile for IO-stringy
Makefile out-of-date with respect to /usr/lib/perl5/5.8.5/i686-linux-thread-multi/Config.pm /usr/lib/perl5/5.8.5/i686-linux-thread-multi/CORE/config.h
Cleaning current config before rebuilding Makefile...
/usr/bin/make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for IO-stringy
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make: *** [Makefile] Error 1
/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
>>
Anythoughts?
It seems that the perl makefile is not right, but what do I do to fix it?
Kind regards
Benedict White
Offline
hurm... is this a cross post? please don't do this. you may not get an answer any faster and for those who do answer may get confused by some of your or others responses.
AKA uknowme
I am not your friend
Offline
It is a cross post, well actually the other one was.
Sorry. It occurred to me that I may have placed the post in the wrong place.
However the problem turned out to be related to a system date problem.
It is fixed now.
Kind regards
Benedict White
Offline
Pages: 1