Jim wrote:

>> 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";

I messed up on the last two. Should have been:

grep VERSION /usr/local/lib/perl5/site_perl/5.8.7/Net/Server.pm
grep VERSION /usr/local/lib/perl5/site_perl/5.8.7/Net/Server/Daemonize.pm

Lets see if two sets of files are the same:

ls -l /usr/local/lib/perl5/site_perl/5.8.7/Net/Server/Daemonize.pm
ls -l /usr/lib/perl5/site_perl/5.8.1/Net/Server/Daemonize.pm

ls -l /usr/local/lib/perl5/site_perl/5.8.7/Net/Server.pm
ls -l /usr/lib/perl5/site_perl/5.8.1/Net/Server.pm

I'm hoping at this point that you actually have all the correct 0.90
files in /usr/lib/perl5/site_perl/5.8.1/Net/Server. If you do, then it
appears that there still may be a problem with Net::Server with Perl
5.8.1 on SuSE. This new version of Net::Server works fine on my old
RedHat Perl 5.8.0 box. There still is the option of reverting to
0.87 if you would like (Martin gave links to this), but I know that
Mark says the preferred method is to start amavisd with the user and
group arguments.

http://marc.theaimsgroup.com/?l=amavis-user&m=111999829830183&w=2

Gary V



-------------------------------------------------------
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
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to