Googled for a good half hour and I can't figure out why I can't install pp from CPAN (or from source either).
Gives some Zlib error, but Zlib 2.04 is installed..
Gives some Zlib error, but Zlib 2.04 is installed..
Code:
cpan[15]> install pp
Running install for module 'pp'
Running make for S/SM/SMUELLER/PAR-Packer-0.977.tar.gz
CPAN.pm: Going to build S/SM/SMUELLER/PAR-Packer-0.977.tar.gz
*** You have extra Perl library paths set in your environment.
Please note that these paths (set with PERL5LIB or PERLLIB)
are not honored by perl when running under taint mode, which
may lead to problems. This is a limitation (by design) of
Perl, not of PAR::Packer; but some of the problems may
manifest here during installation.
Checking if your kit is complete...
Looks good
Warning: prerequisite Archive::Zip 1 not found.
Warning: prerequisite Compress::Zlib 1.3 not found. We have unknown version.
Writing Makefile for the par program
Writing Makefile for PAR::Packer
cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm
cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm
cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm
cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm
cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm
cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm
cp lib/PAR/StrippedPARL/Dynamic.pm blib/lib/PAR/StrippedPARL/Dynamic.pm
cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm
cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm
cp lib/pp.pm blib/lib/pp.pm
cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm
cp lib/PAR/StrippedPARL/Static.pm blib/lib/PAR/StrippedPARL/Static.pm
make[1]: Entering directory `/home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx/myldr'
/usr/bin/perl sha1.c.PL sha1.c
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE sha1.c
/usr/bin/perl ./file2c.pl /usr/lib/libperl.so.5.8 my_perl.c load_me_0 1 30000
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE main.c
/usr/bin/perl ./file2c.pl ../script/par.pl my_par_pl.c load_me_2 1
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE my_par_pl.c
cc main.o my_par_pl.o -s -Wl,-E -L/usr/local/lib /usr/lib/perl/5.8.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt --output ./par
/usr/bin/perl -e1
/usr/bin/perl ./file2c.pl ./par my_par.c load_me_1 1 30000
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE static.c
cc static.o -s -Wl,-E -L/usr/local/lib /usr/lib/perl/5.8.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -ldl -lm -lpthread -lc -lcrypt --output ./static
/usr/bin/perl -e1
/usr/bin/perl parlsig.pl ./static ./par 1 30000
./static -I"/home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx/inc" -I"/etc/perl" -I"/usr/local/lib/perl/5.8.8" -I"/usr/local/share/perl/5.8.8" -I"/usr/lib/perl5" -I"/usr/share/perl5" -I"/usr/lib/perl/5.8.8" -I"/usr/share/perl/5.8.8" -I"/usr/local/lib/site_perl" -I"/home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx" -I"." -I../myldr/.. -I../blib/lib -q -B -O../script/parl
Can't locate Compress/Raw/Zlib.pm in @INC (@INC contains: ../blib/lib ../myldr/.. . /home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx /usr/local/lib/site_perl /usr/share/perl/5.8.8 /usr/lib/perl/5.8.8 /usr/share/perl5 /usr/lib/perl5 /usr/local/share/perl/5.8.8 /usr/local/lib/perl/5.8.8 /etc/perl /home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx/inc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.8.8/Compress/Zlib.pm line 12.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/Compress/Zlib.pm line 12.
Compilation failed in require at /usr/local/share/perl/5.8.8/Archive/Zip.pm line 11.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/Archive/Zip.pm line 11.
Compilation failed in require at -e line 469.
make[1]: *** [../script/parl] Error 2
make[1]: Leaving directory `/home/zivester/.cpan/build/PAR-Packer-0.977-BdChPx/myldr'
make: *** [subdirs] Error 2
SMUELLER/PAR-Packer-0.977.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
SMUELLER/PAR-Packer-0.977.tar.gz : make NO