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

You want Compress::Zlib, not IO::Compress::Zlib.

  • Comment on Re^7: Problems with PDF::API2 and Compress:Zlib on redhat e4

Replies are listed 'Best First'.
Re^8: Problems with PDF::API2 and Compress:Zlib on redhat e4
by skelooth (Novice) on Aug 08, 2007 at 20:46 UTC
    root@linuxbox Compress-Zlib-2.005# perl Makefile.PL Up/Downgrade not needed. Writing Makefile for Compress::Zlib Can't locate auto/Compress/Zlib/autosplit.ix in @INC

    I really wish I wasn't so hasty to start deleting things before :)
        Thank you so very much. I am dumbstruck that you would go to that length to help me solve my problem. You're certainly a perl saint in my book. That fixed everything and PDF::API2 is working flawlessly. I can now resume my scheduled programming.

        Thank you again.
        Thanks so much for investigating this - been driving me mad. I have had a very similar problem with moving from ubuntu to a macBook Darwin *nix: installing via CPAN gave me the latest Compress::Zlib 2.007 and the same error message; returning to 1.42 solved the problem. Does anyone know if this is a known bug?