- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE installation error
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
01-04-2002 03:16 AM
01-04-2002 03:16 AM
I have had a problem adding the CDE to the core OS. I am presented with the following error (contained in /etc/rc.log):
...
/usr/lib/dld.sl: Can't find path for shared library: libX11.3
/usr/lib/dld.sl: No such file or directory
...
The file does exist so this is obviously not the problem.
Any ideas?
thanks
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 03:39 AM
01-04-2002 03:39 AM
Re: CDE installation error
It's possible an application requires the lib and you need to install the dev kit + a motif patch ?
Did CDE install OK or is it just failing to start ?
minimalistic .... should I read missing filesets out ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 03:49 AM
01-04-2002 03:49 AM
Solution# cksum /usr/lib/X11R6/libX11* compare results with an existing system
# ll /usr/lib/X11R6/libX11.3
-r-xr-xr-x 1 bin bin (compare)
# ll /usr/lib/X11R6/libX11.sl
lrwxr-xr-x 1 root sys (compare)
/usr/lib/X11R6/libX11.sl ---> /usr/lib/X11R6/libX11.3
these links have to exist:
libX11.sl - /usr/lib/libX11.3
libXm.sl - /usr/lib/libXm.4
libXt.sl - /usr/lib/libXt.3
may be you attempted a less-minimal than expected install, you are missing X11 libraries found :
S800: B3901BA C/ANSI C Developers Bundle for S800
S700: B3899BA C/ANSI C Developers Bundle for S700
G'd luck
t++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 03:55 AM
01-04-2002 03:55 AM
Re: CDE installation error
Yes this file is missing
>where and how do you get this error ?
I get the error when trying to boot the system into the CDE
>It's possible an application requires the lib >and you need to install the dev kit + a motif >patch ?
I am currently attempting to install the dev kit + motif patch
>Did CDE install OK or is it just failing to >start ?
Just failing to start
>minimalistic .... should I read missing >filesets out ?
Yes thats right, I am trying to put HP-UX 11.00 onto a 9000/712/100 with a 1GB hard drive
Thanks for your help!
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:07 AM
01-04-2002 05:07 AM
Re: CDE installation error
I presumed that this would be automated along with the CDE bundle (not too sure why you would install the CDE without this?)
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:21 AM
01-04-2002 05:21 AM
Re: CDE installation error
......bugger!
John