Operating System - HP-UX
1833304 Members
2944 Online
110051 Solutions
New Discussion

Libraries missing in /usr/lib

 
SOLVED
Go to solution

Libraries missing in /usr/lib

We installed HP-UX 11.11 on HP 9000 machine. The following libraries are missing.

libX11.sl
libXIE.sl
libXext.sl
libXhp11.sl
libXi.sl
libXm.sl
libXp.sl
libXt.sl
libXtst.sl

From where we can get these libraries. Thanks.
6 REPLIES 6
Jeff Schussele
Honored Contributor

Re: Libraries missing in /usr/lib

Hi Logan,

They're contained in the X11.X11R4-SHLIBS fileset.
Do you have the X11 R4 fileset installed?

swlist -l fileset | grep X11

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: Libraries missing in /usr/lib

Oh & they reside in /usr/lib/X11R4 if you do have the fileset installed.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Alex Glennie
Honored Contributor

Re: Libraries missing in /usr/lib

try here -> http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3394BA

fyi on my 11.11 system /usr/lib/libX11.sl -> /usr/lib/libX11.3 etc etc

Thierry Poels_1
Honored Contributor
Solution

Re: Libraries missing in /usr/lib

Hi,

Is is possible you're installing Oracle 9i?

Then have a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=220017

good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
bhavin asokan
Honored Contributor

Re: Libraries missing in /usr/lib

hi pls see the following ,

lrwxr-xr-x 1 root sys libX11.sl -> /usr/lib/libX11.3
lrwxr-xr-x 1 root sys libXIE.sl -> /usr/lib/libXIE.2
lrwxr-xr-x 1 root sys libXext.sl -> /usr/lib/libXext.3
lrwxr-xr-x 1 root sys libXhp11.sl -> /usr/lib/libXhp11.3
lrwxr-xr-x 1 root sys libXi.sl -> /usr/lib/libXi.3
lrwxr-xr-x 1 root sys libXm.sl -> /usr/lib/libXm.4
lrwxr-xr-x 1 root sys libXp.sl -> /usr/lib/libXp.2
lrwxr-xr-x 1 root sys libXt.sl -> /usr/lib/libXt.3
lrwxr-xr-x 1 root sys libXtst.sl -> /usr/lib/libXtst.2

Re: Libraries missing in /usr/lib

Thanks for helping me out. I am, indeed, installing Oracle 9i. You answers solved the puzzle. Thanks. -- Logan