Operating System - HP-UX
1829090 Members
2521 Online
109986 Solutions
New Discussion

problem with gtar install

 
matteo casarino
Advisor

problem with gtar install

Hi mr
I install in my ws hp-us 10.20
gzip
then
libiconv 1.6 & 1.7
gettext
and finally gtar 1.3 but when
i try to
/opt/bin/tar ux reply me with:

/usr/lib/dld.sl: Can't find path for shared library: libintl.sl
/usr/lib/dld.sl: No such file or directory
IOT trap

tring open new windows of your mind
4 REPLIES 4
John Carr_2
Honored Contributor

Re: problem with gtar install

check the usr file system is mounted


fsck the file system

do an ls /usr/lib

if files generally exist then copy file from another server .

It should be there by default.

matteo casarino
Advisor

Re: problem with gtar install

In my dir /usr/lib there isn't this file.
Also in the other ws hp-ux.
tring open new windows of your mind
Steven Sim Kok Leong
Honored Contributor

Re: problem with gtar install

Hi,

It can be found in your gettext libraries:

/opt/gettext/lib/libintl.sl

Make sure that your PATH settings are correct.

Hope this helps. Regards.

Steven Sim Kok Leong
matteo casarino
Advisor

Re: problem with gtar install

Hey I download gettext from this site:
http://hpux.connect.org.uk/
and i install with the command

swinstall -s /tmp/(depotfile) gettext

the dir
/opt/gettext exist
but
/opt/gettext/lib does not exist.

tring open new windows of your mind