Hello. I've found a workaround that works in my system. It has made apache start ok again and it seems everithing works as it should be, but YMMV
The workaround is: # ln -s /lib/libdb.so.3 /usr/local/lib/libdb.so.2 # ldconfig After doing this apache started ok. I haven't tried other programs, just needed a quick fix. I know this is dirty, and surely this will lead to another kind of problems, but it works... Make sure to have "/usr/local/lib" in your /etc/ld.so.conf before running ldconfig. Hope this helps you. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Mario J. Barch�in Molina. Granada (Spain) mario AT/EN judas.2y.net -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

