[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: diffutils-2.8.7 installation problems
From: |
Stepan Kasal |
Subject: |
Re: diffutils-2.8.7 installation problems |
Date: |
Tue, 21 Dec 2004 08:44:10 +0100 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Mon, Dec 20, 2004 at 06:03:46PM -0800, Jovanka Pangestu wrote:
> I am having trouble getting diff to work using the depot downloaded.
> After I install the depot using swinstall, running the new diff program
> gives me this error:
...
> /usr/lib/hpux32/dld.so: '/usr/local/lib/hpux32/libintl.so' is not a
> valid load module: Bad magic number
> I called HP and they said that the package is missing some libraries.
> Any clue?
the missing library is libintl. You can find it probably as part of
a package called gettext, gettext-something, libintl, or perhaps intl.
If you compiled the diffutils from source, you could use
./configure --disable-nls
but I'm afraid that's not your case.
Regards,
Stepan Kasal