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. >
Redo your amanda compilation from the ./configure onward. First do a make distclean to get rid of the old config. Then do the new config with an addition LDFLAGS='-L/usr/local/lib -R/usr/local/lib' ./configure ... -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
