>>>>> On 15 Sep 2006 10:28:08 -0700, "bdz" <[EMAIL PROTECTED]> said:
> I have a new-to-me used Gateway Laptop. I use Ububtu on my desktop so I > installed the latest one on the laptop (6.06 Dapper) from a live CD. It > puts perl there automatically but does not install the CPAN module or > the TK module. Trying to get it to install the CPAN module I typed > install Bundle::CPAN but it cannot complete the install because it > lacks modules and creates an error when trying to prepend Zlib to the > install. > Here is the dialog for the first module it fails to install: > CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-5.43.tar.gz > Checking if your kit is complete... > Looks good > Writing Makefile for Digest::SHA > -- NOT OK Looks like 'apt-get install make' is required as the next step. Then maybe you need a round of 'o conf init' in the cpan shell. -- andreas