- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Netscape doesnot run after install
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
06-06-2001 07:01 AM
06-06-2001 07:01 AM
Netscape doesnot run after install
/usr/lib/dld.sl: Unresolved symbol: _XmMsgPanedW_0002 (data) from /op/netscape/netsacpe
/usr/lib/dld.sl: Unresolved symbol: _XmMsgPanedW_0001 (data) from /op/netscape/netsacpe
/usr/lib/dld.sl: Unresolved symbol: _XmMsgPanedW_0000 (data) from /op/netscape/netsacpe
/usr/lib/dld.sl: Unresolved symbol: _XmMsgPanedW_0004 (data) from /op/netscape/netsacpe
/usr/lib/dld.sl: Unresolved symbol: _XmMsgPanedW_0005 (data) from /op/netscape/netsacpe
Abort (coredump)
SHLIB_PATH doesnot show anything as so it does on my other server where I have netscape running?
TIA,
Haitham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:03 AM
06-06-2001 07:03 AM
Re: Netscape doesnot run after install
You may need an Xserver/Xlib update.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:26 AM
06-06-2001 07:26 AM
Re: Netscape doesnot run after install
/usr/lib:/usr/lib/X11R5
then log out and back in, that should fix you right up.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:03 AM
06-06-2001 10:03 AM
Re: Netscape doesnot run after install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 08:56 AM
08-02-2001 08:56 AM
Re: Netscape doesnot run after install
If I use chatr on netscape, I see the dynamic library dependencies:
$ chatr netscape
netscape:
shared executable
shared library dynamic path search:
SHLIB_PATH enabled second
embedded path disabled first Not Defined
shared library list:
dynamic /usr/lib/Motif2.1/libXm.4
dynamic /usr/lib/X11R6/libXt.3
dynamic /usr/lib/X11R6/libX11.3
dynamic /usr/lib/X11R6/libXext.3
dynamic /opt/audio/lib/libAlib.2
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libm.2
dynamic /usr/lib/libstd.2
dynamic /usr/lib/libstream.2
dynamic /usr/lib/libCsup.2
dynamic /usr/lib/libcl.2
dynamic /usr/lib/libc.2
Every one of these libraries exists on my system and is readable by me. Using nm, I can show that the libXm.4 file does in fact export the Unresolved symbols:
$ nm libXm.4 | grep -i XmMsgPan
_XmMsgPanedW_0000 |1073975936|extern|data |$SHORTDATA$
_XmMsgPanedW_0001 |1073975932|extern|data |$SHORTDATA$
_XmMsgPanedW_0002 |1073975928|extern|data |$SHORTDATA$
_XmMsgPanedW_0004 |1073975924|extern|data |$SHORTDATA$
_XmMsgPanedW_0005 |1073975920|extern|data |$SHORTDATA$
$ pwd
/usr/lib/Motif2.1
This is a new system and only the HP Ansi C compiler, and Oracle 8.1.7 have been installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:51 AM
08-02-2001 11:51 AM