On Tue, Jan 06, 2004 at 01:54:00PM -0500, Brian Cuttler wrote: > > On a completely different note - my 2.4.4 version of amanda > installs on my other Solaris 9 system but will not run. > > Can't seem to resolve this library issue. Any ideas ? > > # /usr/local/sbin/amcheck hal > ld.so.1: /usr/local/sbin/amcheck: fatal: libintl.so.2: open failed: No such file or > directory > Killed >
libintl.so (symlinked to .so.1) exists on my Solaris 9 x86 system in /usr/lib. It was installed from package SUNWcsl. Check the existance of the library there, its permissions (r-x for non-owner), and package installation. Use 'pkginfo -l SUNWcsl' to see if it is in there and 'pkgchk SUNWcsl' to check if it has been munged post installation. -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
