Amanda-Users

Re: amanda client inetd problem

2006-08-11 11:26:38
Subject: Re: amanda client inetd problem
From: rom <amandau AT inventivetechnology DOT at>
To: Jeff Portwine <jdport AT michigandrill DOT com>
Date: Fri, 11 Aug 2006 15:52:11 +0200
Jeff Portwine wrote:


What happens when you execute the command "/usr/local/libexec/amandad"
as user "backup" manually?

$ /usr/local/libexec/amandad
/usr/local/libexec/amandad: error in loading shared libraries: libamclient-2.5.0p2.so: cannot open shared object file: No such file or directory

However, that library does exist...
The library may exist but the system could not find it.

Have you the directory /usr/local/lib listed on /etc/ld.so.conf? This file is a kind of path for finding libraries. You probably don't have it.

After adding it you have to run ldconfig to update the cache used to find libraries.

If amandad doesn't work when called by hand it won't work when called by inetd... ;-)


Bye!