Yes, I had a similar problem to this... I had to increase the
recommended softlimit from 2000000 to 4000000 and the problem went away.
If you strace the command line, you'll see that the memory allocation is
indeed the source of the problem.

On Wed, 30 Oct 2002, Claudio Jeker wrote:

> 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
>

Reply via email to