the following sefaults (i've rebuild the book on a second machine with
the same result!)

perl -MCPAN -e shell
        install CPAN

the author file is downloaded to
~/.cpan/sources/authors/01mailrec.txt.tmp123456
after reaching 100% i just get a segfault


same with "cpan" instead of "perl -MCPAN -e shell"


after some searching i got a solution:


to solve the problem i had to remove
/usr/lib/perl5/5.10.0/i686-linux/auto/Compress/Raw/Zlib (the directory
including all files)

wget
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-2.015.tar.gz

uncompress
cd Compress-Zlib-2.015
perl Makefile.PL
make
make install

(some errors about missing prerequisites, but compile is ok)

and now i cann install cpan.


as mentionned above, i rebuild the system on a second machine with
exactly the same result and same solution.


can anybody confirm this behaviour, or am i allone with this problem?


thanks for any help.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to