On 02 February, 2006 - Ezequiel O. Block wrote:

> Hi Guys,
> 
> I came across this thing yesterday when I was testing Squirrelmail on a 
> brand new toaster installation.
> 
> This is from syslog
> 
> Feb  1 17:07:16 localhost authdaemond:
> /usr/local/libexec/courier-authlib/authdaemond: error while loading shared
> libraries: libltdl.so.3: cannot open shared object file: No such file or
> directory
> 
> It seems that authdaemond could not find libtldl.so.3, so after some 
> google harvesting I could fix it issuing
> 
> ln -s /usr/local/lib/libltdl.so.3 /usr/lib/libltdl.so.3
> 
> Did someone see this problem before? or it´s just me?

You coud adjust the /etc/ld.so.conf settings to include /usr/local/lib
insted of the symlink and run /sbin/ldconfig after to update the
/etc/ld.so.cache file.

> 
> OS is Linux Debian 3.1
> 
> Thanks in advance.
> 
> -- 
> Ezequiel O. Block
> Cooperativa La Lonja, Servicios de Internet.
> T 02322-474537
> F 02322-470406
> E [EMAIL PROTECTED]

-- 
Anton Lundin    +46702-161604
#!/usr/bin/perl
print map chr(ord$_^1<<6),split//,"SRQPOY\',!.#\%YOPQRS";

Reply via email to