in reply to Re^2: Problems with PDF::API2 and Compress:Zlib on redhat e4
in thread Problems with PDF::API2 and Compress:Zlib on redhat e4

Download the tarball from search.cpan.org and do the usual
tar zxf Tarball-VERSION.tar.gz cd Tarball-VERSION perl Makefile.PL make make test
followed by
make install
if all the tests succeed (you can usually ignored skipped tests). Repeat the process for each module until something fails. Also, check the README files included with the modules - they usually contain installation tips.

Replies are listed 'Best First'.
Re^4: Problems with PDF::API2 and Compress:Zlib on redhat e4
by skelooth (Novice) on Aug 08, 2007 at 20:07 UTC
    Well, I did something pretty stupid. In my foolish attempt to 'uninstall' a cpan module I rm'd auto/Compress...

    I'm getting these

    root@linuxbox Compress-Zlib-2.005# perl Makefile.PL Up/Downgrade not needed. Warning: prerequisite IO::Compress::Base 2.005 not found. Warning: prerequisite IO::Compress::Base::Common 2.005 not found. Warning: prerequisite IO::Compress::Gzip 2.005 not found. Warning: prerequisite IO::Compress::Gzip::Constants 2.005 not found. Warning: prerequisite IO::Uncompress::Base 2.005 not found. Warning: prerequisite IO::Uncompress::Gunzip 2.005 not found. Writing Makefile for Compress::Zlib Can't locate auto/Compress/Zlib/autosplit.ix in @INC


    Is there a faster way to fix this, or did I just screw myself? Thank you for all the help so far.
        Well, I'm certainly getting there. The only error I have left is:

        Can't locate auto/Compress/Zlib/autosplit.ix in @INC

        However I can not find a IO::Compress::Zlib on cpan, only an ::FAQ Edit, wait, got it... Edit 2: Yeah, I installed it, and I still get Can't locate auto/Compress/Zlib/autosplit.ix in @INC How do I restore that?
Re^4: Problems with PDF::API2 and Compress:Zlib on redhat e4
by skelooth (Novice) on Aug 08, 2007 at 20:12 UTC
    Sorry if this is a double post, but my post doesn't seem to be coming through. Obviously it's not my day :)
    Well, I did something pretty stupid. In my foolish attempt to 'uninstall' a cpan module I rm'd auto/Compress...

    I'm getting these

    root@linuxbox Compress-Zlib-2.005# perl Makefile.PL Up/Downgrade not needed. Warning: prerequisite IO::Compress::Base 2.005 not found. Warning: prerequisite IO::Compress::Base::Common 2.005 not found. Warning: prerequisite IO::Compress::Gzip 2.005 not found. Warning: prerequisite IO::Compress::Gzip::Constants 2.005 not found. Warning: prerequisite IO::Uncompress::Base 2.005 not found. Warning: prerequisite IO::Uncompress::Gunzip 2.005 not found. Writing Makefile for Compress::Zlib Can't locate auto/Compress/Zlib/autosplit.ix in @INC


    Is there a faster way to fix this, or did I just screw myself? Thank you for all the help so far.