Hi all, It seems that AxKit 1.5 really really really wants Compress::Zlib 1.09.
I did had the same version, when I installed AxKit. Today I did an `r` in the CPAN shell and upgraded various modules. The following error occurs in Apache, when (re)starting the server, with the current Zlib: [Mon Jan 14 18:44:12 2002] [notice] caught SIGTERM, shutting down Subroutine AUTOLOAD redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 84. Subroutine isaFilehandle redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 99. Subroutine isaFilename redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 108. Subroutine gzopen redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 115. Subroutine ParseParameters redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 131. Subroutine deflateInit redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 193. Subroutine inflateInit redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 202. Subroutine compress redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 209. Subroutine uncompress redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 237. Subroutine memGzip redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 276. Subroutine _removeGzipHeader redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 307. Subroutine memGunzip redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 366. Subroutine Compress::Zlib::constant redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::zlib_version redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzopen_ redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzdopen_ redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzread redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzreadline redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzwrite redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzflush redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzclose redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::DESTROY redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::gzFile::gzerror redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::adler32 redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::crc32 redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::_deflateInit redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::_inflateInit redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::deflateStream::deflate redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::deflateStream::DESTROY redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::deflateStream::flush redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::deflateStream::dict_adler redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::deflateStream::msg redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::inflateStream::inflate redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::inflateStream::__unc_inflate redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::inflateStream::DESTROY redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::inflateStream::dict_adler redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. Subroutine Compress::Zlib::inflateStream::msg redefined at /perl/lib/site_perl/5.6.1/i386-bsdos/Compress/Zlib.pm line 94. [Mon Jan 14 18:44:59 2002] [notice] Apache/1.3.22 (Unix) AxKit/1.5 mod_gzip/1.3.19.1a PHP/4.1.1 mod_perl/1.26 configured -- resuming normal operati ons The mod_gzip is not a problem - I installed this later, to see if that has any effect, but it didn't. The only 'solution' I found, is to rm -r /perl/lib/site_perl/5.6.1/i386-bsdos/Compress and install AxKit with Zlib 1.09. Am I missing something or is this a bug? Best regards, Melvyn Sopacua WebMaster IDG.nl _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ If it applies, where it applies - this email is a personal contribution and does not reflect the views of my employer IDG.nl. \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
