[toaster] Problem with libltdl.so.3 in courier-authlib etch

2007-05-24 Thread Alessio Cecchi

Hello all!

After installing the courier-authlib in debian ethc authdaemond can't start 
becaus don't find the file libltdl.so.3.

With this command you can fix it:

ln -s /usr/local/lib/libltdl.so.3 /usr/lib/

Bye
-- 
Alessio Cecchi is:
@ ILS - http://www.linux.it/~alessice/
Assistenza Sistemi GNU/Linux - http://www.cecchi.biz/
@ PLUG - Presidente, http://www.prato.linux.it


Re: [toaster] Problem with libltdl.so.3 in courier-authlib etch

2007-05-24 Thread Shane Chrisp
On Thu, 2007-05-24 at 15:20 +0200, Alessio Cecchi wrote:
 Hello all!
 
 After installing the courier-authlib in debian ethc authdaemond can't start 
 becaus don't find the file libltdl.so.3.
 
 With this command you can fix it:
 
 ln -s /usr/local/lib/libltdl.so.3 /usr/lib/

You could probably add /usr/local/lib to /etc/ld.so.conf and issue a
ldconfig as well.

Shane