> If you need to get your server running, you can set:
> $enable_db = 0;
> This will buy you some time until the cause of the problem can be
> properly determined.
>
> Gary V
Thank you Gary.
However, it seems like I already have solved the problem.
The problem lied in an updated db4 RPM package.
It had been compiled with --enable-posixmutexes (I noticed this by the
variable DB_PRIVATE):
db_stat -c -h /var/amavis/db
So, I downloaded the source RPM, and changed the spec-file (just
commented the line with --enable-posixmutexes).
Then rebuilt the package:
rpmbuild --rebuild SRPMS/db4-4.1.25-8.1.WB1.src.rpm
And installed the new files (must replace old):
rpm --replacepkgs -ivh RPMS/i386/db4-4.1.25*.rpm
Recompiled CPAN modules:
perl -MCPAN -e shell
force install BerkeleyDB DB_File
And then started Amavis. Everything worked!
May be of help for someone...
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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/