On Sat, Apr 22, 2006 at 05:40:59AM -0400, stan wrote: > On Fri, Apr 21, 2006 at 09:41:54AM -0400, stan wrote: > > I'm starting to upgrade my clients. The HP-UX boxes (10.20) went flawlessly. > > > > Well, I thought that this was fixed, thanks to the helpful folk that hang out > here, > but last night;s run still failed, with a dynamic linking error. > > Here's the debug file: > ... > > ld.so.1: /opt/amanda/libexec/noop: fatal: libgcc_s.so.1: open failed: No such > file or directory > <<<<< ... > >>>>> > ld.so.1: /opt/amanda/libexec/sendsize: fatal: libgcc_s.so.1: open failed: No > such file or directory
Looks like you did not have the appropriate -R option in LDFLAGS. The tool "ldd" can be applied to each executable to determine what libs it uses and whether it can find them at runtime. -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
