On Tue, Oct 01, 2002 at 11:45:35AM +0200, Szabo Nandor wrote: > Hi! > On debian woody, I had the following error, while running the pop3 deamon. > .. > /var/qmail/bin/auth_pop: error while loading shared libraries: libdb2.so.2: > failed to map segment from shared object: Cannot allocate memory > .. >
Your memory limit is to small for all the libraries (it's strange that libdb2 is needed by auth_pop). To fix it increase or disable the limit (softlimit). -- :wq Claudio
