This is a discussion on Re: [AMaViS-user] postfix+amavisd-new+perl5.8.7 on debian sarge within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Gary wrote: > Jiøí wrote: >> <cervenka@sps-pi.cz>: Command died with status 255: "/usr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gary wrote:
> Jiøí wrote: >> <cervenka@sps-pi.cz>: Command died with status 255: "/usr/sbin/amavisd-new". >> Command output: Subroutine AUTOLOAD redefined at /etc/perl/IO/Zlib.pm line >> 84. Subroutine isaFilehandle redefined at /etc/perl/IO/Zlib.pm line 99. >> Subroutine isaFilename redefined at /etc/perl/IO/Zlib.pm line 108. >> Subroutine gzopen redefined at /etc/perl/IO/Zlib.pm line 115. Subroutine >> ParseParameters redefined at /etc/perl/IO/Zlib.pm line 132. Subroutine >> deflateInit redefined at /etc/perl/IO/Zlib.pm line 198. Subroutine >> inflateInit redefined at /etc/perl/IO/Zlib.pm line 210. Subroutine >> Compress::Zlib::deflateStream::deflateParams redefined at >> /etc/perl/IO/Zlib.pm line 220. Subroutine compress redefined at >> /etc/perl/IO/Zlib.pm line 249. Subroutine uncompress redefined at >> /etc/perl/IO/Zlib.pm line 280. Subroutine memGzip redefined at >> /etc/perl/IO/Zlib.pm line 319. Subroutine _removeGzipHeader redefined at >> /etc/perl/IO/Zlib.pm line 350. Subroutine memGunzip redefined at >> /etc/perl/IO/Zlib.pm line 409. Unknown argument. Usage: >> /usr/sbin/amavisd-new [ -c config-file ] ( [ start ] | stop | reload | >> debug | debug-sa | foreground ) > First, stop amavisd-new > That is a very unusual place to have /IO/Zlib.pm You didn't install Perl from source, did you? > I would insure you have more than one copy of /IO/Zlib.pm by doing: > # updatedb > # locate /IO/Zlib.pm > You should have one in /usr/share/perl5/IO/Zlib.pm > (make a note of where you found all the copies) > If you don't have at least one other copy, then install it: > # apt-get install libio-zlib-perl If you need to run this, it's always best to 'simulate' the install first. apt-get -s install libio-zlib-perl If this wants to install Perl along with it, this may be a risk. > If you do find another copy, then that copy should be used instead of > /IO/Zlib.pm (which next we are going to rename). > Then rename the one in the weird place (this will disable it): > # mv /etc/perl/IO/Zlib.pm /etc/perl/IO/Zlib.pm-backup Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |