6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ERR pop3login req...
FromSent OnAttachments
Aurelien BarrereAug 19, 2005 3:16 am 
Cyrille (Atia)Aug 19, 2005 4:40 am 
Aurelien BarrereAug 19, 2005 4:54 am 
Cyrille (Atia)Aug 19, 2005 5:11 am 
Aurelien BarrereAug 19, 2005 8:34 am 
Sam VarshavchikAug 19, 2005 3:57 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] ERR pop3login requires exactly two arguments/ERR Temporary problemActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 19, 2005 3:57:10 pm
List:net.sourceforge.lists.courier-users

Aurelien Barrere writes:

One important more thing: when trying to start manualy authdaemond it failed:

/usr/local/libexec/courier-authlib/authdaemond: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory

Well, that's certainly is a problem.

Previously I compiled libtool (libtool-1.5.18) without any problem, I am obviously not a lucky guy 8-(

So, the question you need to answer is:

A) Where did you, in fact, have libltdl.so.3 installed, and

B) Why your system's loader is unable to find it

More than likely you have it installed in /usr/local/lib, and your system loader does not search this directory for shared libraries. By reading your system loader's documentation and manual pages you should be able to easily discover what needs to be done to add this directory to the search path for shared libraries.