|
From: techlists <tec...@te...> - 2001-05-27 20:21:35
|
After wiping everything in the .cpan directory some problems went away. Now the only one that keeps giving me a problem is Compress::Zlib when running the install I get Writing Makefile for Compress::Zlib mkdir blib mkdir blib/lib mkdir blib/lib/Compress mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Compress mkdir blib/arch/auto/Compress/Zlib mkdir blib/lib/auto mkdir blib/lib/auto/Compress mkdir blib/lib/auto/Compress/Zlib mkdir blib/man3 cp Zlib.pm blib/lib/Compress/Zlib.pm AutoSplitting blib/lib/Compress/Zlib.pm (blib/lib/auto/Compress/Zlib) /usr/bin/perl -I/usr/lib/perl5/5.005/i386-linux -I/usr/lib/perl5/5.005 /usr/lib/perl5/5.005 /ExtUtils/xsubpp -typemap /usr/lib/perl5/5.005/ExtUtils/typemap -typemap typemap Zlib.xs > xstmp.c && mv xstmp.c Zlib.c cc -c -I./zlib-1.1.3 -Dbool=char -DHAS_BOOL -D_REENTRANT -DDEBIAN -I/usr/loc al/include -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC -I/usr/lib/perl5/5.005/i38 6-linux/CORE Z lib.c Zlib.xs:25: zlib.h: No such file or directory make: *** [Zlib.o] Error 1 /usr/bin/make -- NOT OK Running make test Oops, make had returned bad status Running make install Oops, make had returned bad status Any clues? Wayne -----Original Message----- From: sla...@li... [mailto:sla...@li...]On Behalf Of Dave Hodgkinson Sent: Sunday, May 27, 2001 1:22 PM To: sla...@li... Subject: Re: [Slashcode-general] perl cpan problems "Wayne Sitton" <wa...@te...> writes: > I decided to give up on php-nuke since I cannot get apache to recognize > php4. > > So, I've gone to trying to configure slashcode. Except now I'm having > problems loading certain modules from cpan. I can't load Compress::Zlib or > XML::Parser it errors saying that it must be some kind of bogus file. It > also complains that it cannot load some file because I need to load > Term::ReadKey, but when i try to install that I get an EOF error. I am > thinking the problem must be in the server CPAN is pulling from. > How do I change that? Or, does anyone have another suggestion? There's a CPAN/Config.pm in the perl tree. Someting like: /usr/lib/perl5/5.6.0/CPAN/Config.pm I'd also strongly suggest wiping your .cpan directory (and making sure you've got the requisite space in that partition!). -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy ---------------------------------------- _______________________________________________ Slashcode-general mailing list Sla...@li... http://lists.sourceforge.net/lists/listinfo/slashcode-general |