Re: [Exim] exim 4.30 build errors in MySQL

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Dan Egli
Ημερομηνία:  
Προς: Andreas Steinmetz
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] exim 4.30 build errors in MySQL
I tried that. No good. If I strace the running process, the grep for
dlopen comes up empty. If I run it via a separate process, it never gets
that far. The exim process seems to freeze.

I'll try it again, just to be sure.

Ok, I did this:

strace -f exim -d -bd >& trace.out

then I tried to auth, and after it failed, aborted the send and killed
the daemon. the result:

grep dlopen trace.out
[pid 879] write(2, " 879 PAM error: dlopen() failur"..., 34 879 PAM
error: dlopen() failure
[pid 879] write(2, " 879 expansion failed: dlopen()"..., 41 879
expansion failed: dlopen() failure
879 login authenticator failed for (eglifamily.dnsalias.net)
[192.168.0.10]: 435 Unable to authenticate at present (set_id=dan):
dlopen() failure


doesn't tell me much!



Andreas Steinmetz wrote:


> strace exim and look for the failed dlopen call, you'll see which
> library can't be accessed.
>