On Jan 9, 2008 12:21 AM, yitzle <[EMAIL PROTECTED]> wrote:
> I tried running install Devel::Symdump in the CPAN shell and I  got an
> error writing the makefile:
> Writing Makefile for Devel::Symdump
>     -- NOT OK
> Um... What do I do?
snip

Your first step should be to try the install manually:

gzip -dc module.tar.gz | tar xv
cd module
perl Makefile.PL
make
make test
make install

Stop running commands as soon as you get an error.  This will give you
more information about what is going wrong.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to