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

Ok, well I seem to have messed up my install too trying to reproduce your symptoms.

However, re-installing the last 1.X version of compress::zlib seems to work. So try that:

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

install it and then try to re-install PDF::Api2

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

Replies are listed 'Best First'.
Re^10: Problems with PDF::API2 and Compress:Zlib on redhat e4
by skelooth (Novice) on Aug 08, 2007 at 21:00 UTC
    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.
Re^10: Problems with PDF::API2 and Compress:Zlib on redhat e4
by eyedoc (Initiate) on Oct 04, 2007 at 19:58 UTC
    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?