- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't find library: X11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 05:51 AM
02-04-2004 05:51 AM
Can't find library: X11
/usr/ccs/bin/ld: Can't find library: "X11"
The makefile includes the -lX11 option.
Where do I go from here?
Thanks,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 05:59 AM
02-04-2004 05:59 AM
Re: Can't find library: X11
whereis X11
should return this on 11.0:
X11: /usr/bin/X11 /usr/contrib/bin/X11 /usr/contrib/lib/X11
if nothing is returned, you may not have X11 installed on your system. It should be on the OS CDs.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 06:14 AM
02-04-2004 06:14 AM
Re: Can't find library: X11
/usr/bin/X11 /usr/local/bin/X11 /usr/contrib/bin/X11 /usr/contrib/lib/X11
I have added all of these paths to the LD_LIBRARY_PATH and SHLIB_PATH
I still get the same message. If I remove the -lX11 from the Makefile, the results of make is many unsatisfied symbols. Some examples...
XInternAtom, XMatchVisualInfo, XFillRectangle, XSetFillStyle...
Thank you,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 06:32 AM
02-04-2004 06:32 AM
Re: Can't find library: X11
dr-xr-xr-x 2 bin bin 96 Sep 27 1999 Motif1.1
dr-xr-xr-x 2 bin bin 96 Nov 28 2001 Motif1.2
dr-xr-xr-x 2 bin bin 96 Dec 21 01:16 Motif1.2_R6
dr-xr-xr-x 3 bin bin 96 Nov 28 2001 Motif2.1
dr-xr-xr-x 11 bin bin 1024 Nov 28 2001 X11
dr-xr-xr-x 2 bin bin 1024 Sep 27 1999 X11R4
dr-xr-xr-x 2 bin bin 1024 Dec 21 01:16 X11R5
dr-xr-xr-x 3 bin bin 1024 Dec 21 01:16 X11R6
and does /etc/X11 contain something like these:
drwxr-xr-x 3 bin bin 96 Sep 27 1999 C
drwxr-xr-x 2 root sys 96 Sep 27 1999 C.iso88591
-r--r--r-- 1 bin bin 3072 Sep 19 2002 SecurityPolicy
-r--r--r-- 1 root sys 7777 Sep 23 1999 X0devices
-r--r--r-- 1 root sys 12359 Sep 23 1999 X0pointerkeys
-r--r--r-- 1 root sys 19572 Sep 23 1999 X0screens
-r--r--r-- 1 bin bin 10026 Jun 12 2002 XF86Config
-r--r--r-- 1 bin bin 393552 Sep 19 2002 XHPKeymaps
drwxr-xr-x 2 root sys 96 Jul 20 2003 fs
drwxr-xr-x 2 root sys 96 Nov 28 2001 lbxproxy
drwxr-xr-x 2 root sys 96 Nov 28 2001 proxymngr
-rw-r--r-- 1 root sys 4096 Sep 23 1999 rgb.dir
-rw-r--r-- 1 root sys 29696 Nov 16 01:40 rgb.pag
-r--r--r-- 1 root sys 21578 Sep 23 1999 rgb.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 06:54 AM
02-04-2004 06:54 AM
Re: Can't find library: X11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:33 AM
02-04-2004 07:33 AM
Re: Can't find library: X11
Do you have the C/ANSI C Development Bundle installed? If you don't, you won't have the correct development libraries (ie, the .sl links).
Also, does the link line have the proper -L directives? I believe you'll need "-L/usr/lib/X11R6" on there.