Cariad wrote: > > 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 Nice work, looks like you have something in common with SuSE 9.1: >From http://www.ijs.si/software/amavisd/#faq-trouble : "Michael W Cocke writes: the reason DB_PRIVATE was enabled is that SuSE 9.1 ships with BDB built wrong! Download BDB 4.2.52 from sleepycat (specifically that version because A LOT of the apps that SuSE 9.1 ships with are hardcoded to that specific version). Compile with --enable-cxx and NOT posixmutexes! Then install it as usual. You make have to rebuild BerkeleyDB as well. I have no idea if SuSE 9.2 has the same problem." Gary V ------------------------------------------------------- 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/
