1833875 Members
1885 Online
110063 Solutions
New Discussion

X11

 
SOLVED
Go to solution
ANDRE David
Occasional Advisor

X11

hello,

I receive this message.

Required X libraries libX11.sl and libX11.2 under /usr/lib/ are not installed on your machine

when I do ls | grep X11 in the directory /usr/lib
i have:
X11
X11R4
X11R5
X11R6
libX11.1
libX11.2
libX11.3
libXhp11.1
libXhp11.2
libXhp11.3
libddsox11.a
libddsox11.sl
pa11_32

Where can i go to have information to install
or what do I have to do?

5 REPLIES 5
Robert-Jan Goossens
Honored Contributor

Re: X11

Hi,

Are you installing oracle ? Then take a look at next link, specialy the doc Yogeeraj attached.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x27fe227a4bc6d611abdb0090277a778c,00.html

Hope it helps,

Robert-Jan.
Stefan Farrelly
Honored Contributor
Solution

Re: X11

Normally libX11.sl is a link to libX11.3

Create it as a link in /usr/lib

ln -s /usr/lib/libX11.3 libX11.sl

If you still have problems what version of HP-UX are you running and what is the output from;
swlist -l bundle
Im from Palmerston North, New Zealand, but somehow ended up in London...
Alex Glennie
Honored Contributor

Re: X11

when do you get the error ie what application are you trying to run and what error does it throw out .... I'd expect an error similar to :

/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'XShapeQueryExtension' in load module
'/usr/lib/pa20_64/libXm.4'.
Abort(coredump)

What O/S are we talking .... if this is 11.XX and swlist -l file X11.MOTIF- SHLIB yields nothing installing the following may help :

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3394BA
Bill McNAMARA_1
Honored Contributor

Re: X11

you can use tusc (hpux.cs.utah.edu) to trace what lib it is trying to open. Also chatr the binary to find out. Then link as suggested earlier.

Later,
Bill
It works for me (tm)
ANDRE David
Occasional Advisor

Re: X11

thank you to everybody.

My problem was that lots of links where missing in the directory /usr/lib.