Can't test without successful make

2006-12-01 Thread Brent Clark
Hello world I have this problem using perl shell to install cpan modules. I keep getting this Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible I have tried removing the .cpan directory, but this has not made

Re: Can't test without successful make

2006-12-01 Thread Tom Phoenix
On 12/1/06, Brent Clark [EMAIL PROTECTED] wrote: I keep getting this Running make test Can't test without successful make That means that the make stage - which builds your new module - didn't succeed, for some reason. Maybe your system is missing some key component, say. Since the module

Re: Can't test without successful make

2006-12-01 Thread Mumia W.
On 12/01/2006 08:13 AM, Brent Clark wrote: Hello world I have this problem using perl shell to install cpan modules. I keep getting this Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible I have tried removing