On Feb 10, 2006, at 15:27 , Jim Knuth wrote:
Heute (10.02.2006/21:01 Uhr) schrieb Gary V ([EMAIL PROTECTED]),
Reinstall Net::Server from CPAN. If it says you already have the
newest version, do a 'force install Net::Server'. If you get some
other error, don't force install.
force install. Done. No errors
Then see if amavisd-new will start normally.
no, the same how before
If not, then show me:
grep VERSION /usr/lib/perl5/site_perl/5.8.1/Net/Server.pm
use vars qw($VERSION);
$VERSION = '0.90';
grep VERSION
/usr/lib/perl5/site_perl/5.8.1/Net/Server/Daemonize.pm
use vars qw( @ISA @EXPORT_OK $VERSION );
$VERSION = "0.05";
grep VERSION /usr/lib/perl5/vendor_perl/5.8.1/Net/Server.pm
use vars qw( $VERSION );
$VERSION = '0.85';
grep VERSION
/usr/lib/perl5/vendor_perl/5.8.1/Net/Server/Daemonize.pm
use vars qw( @ISA @EXPORT_OK $VERSION );
$VERSION = "0.04";
grep VERSION /usr/local/lib/perl5/site_perl/5.8.7/Server.pm
grep: /usr/local/lib/perl5/site_perl/5.8.7/Server.pm: No such file
or directory
grep VERSION
/usr/local/lib/perl5/site_perl/5.8.7/Server/Daemonize.pm
grep: /usr/local/lib/perl5/site_perl/5.8.7/Server/Daemonize.pm: No
such file or directory
Gary V
I suspect you have another version further up the tree, try this as
root user.
perl -MCPAN -eshell
r Net::Server
report the results.
-- Dale
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/