Thursday, June 21, 2007

CPAN make error

If you get error like

" Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible "

or

" -- NOT OK
Running make test
Oops, make had returned bad status
Running make install
Oops, make had returned bad status
"


do this $> sudo apt-get install libc6-dev

and then after successfull install , continue with the
CPAN install .

0 Comments:

Post a Comment

<< Home