Re: building perl modules on Solaris 9 (resolved)

From: D G Teed (donald.teed@gmail.com)
Date: Thu Jun 08 2006 - 13:39:14 EDT


Hi,

Thanks for the responses and explanation of the
version number!

I don't think the DBI module liked Sun's site perl.

I found a solution. I had basically broken cpan
by switching perl to GNU. I had to download
the CPAN source and rebuild it:

wget http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.87_51.tar.gz
gunzip CPAN-1.87_51.tar.gz
tar -xvf CPAN-1.87_51.tar
cd CPAN-1.87_51
perl Makefile.PL
make
make test
make install

After that, I could use -MCPAN -e install to my
heart's delight.

Regards,

--Donald
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:40:05 EDT