Amanda-Users

Re: Installing on SPARC Solaris 8 - ld.so.1 error

2005-02-15 18:52:34
Subject: Re: Installing on SPARC Solaris 8 - ld.so.1 error
From: Mike Delaney <mdelan AT lusars DOT net>
To: amanda-users AT amanda DOT org
Date: Tue, 15 Feb 2005 15:46:50 -0800
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.


<Prev in Thread] Current Thread [Next in Thread>