On Tue, Feb 15, 2005 at 03:23:27PM -0800, Steve H wrote:
> Hello all,
>    Has anyone experienced an issue with Solaris 8?  I have installed readline,
> and the libreadline.so.5 is located in /usr/local/lib.  When I try to start
> Amandad, the system throws an error stating:
> 
> ld.so.1: /usr/local/libexec/amandad: fatal: libreadline.so.5: open failed: No
> such file or directory
> 
> Can't quite figure out how to fix this...Any help is appreciated.

The location of libreadline.so.5, /usr/local/lib isn't in either of amandad's
runtime library search path or the system default library search path.

Two options:

        1. Set your LDFLAGS environment variable to include
           "-R /usr/local/lib" and recompile AMANDA.

        2. Run "crle -u -l /usr/local/lib" to add /usr/local/lib to the
           system's default library search path.

Reply via email to