On Tue, Oct 29, 2002 at 05:29:29PM -0800, Mike Gourlay wrote: > I'm having difficulties with auth_pop generating the following error: > > " '/var/qmail/bin/auth_pop: error while loading shared libraries: > libkrb4.so.2: cannot load shared object file: Cannot allocate memory', > Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: > 0x800CCC92" > > libkrb4.so.2 does exist. This is a Kerberos library and I am curious > why it is even trying to use this. Is there a configuration I am > missing or does it depend on the encryption format of the userPassword > attribute? >
libkrb4.so.2: cannot load shared object file: Cannot allocate memory What is unclear with that line? Your hitting the limit, increase the softlimit so that auth_pop can load all those jumbo libs. -- :wq Claudio
