- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problems with mozilla on hp-ux 11.11
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-15-2006 03:58 PM
01-15-2006 03:58 PM
raphael 82: mozilla
aCC runtime: Error 215 from shl_findsym(/opt/mozilla/components/#libappcomps.sl,_shlInit)
/usr/lib/dld.sl: Unresolved symbol: typeid__XT17nsInputFileStream_ (data) from
/opt/mozilla/components/#libappcomps.sl
/usr/lib/dld.sl: Unresolved symbol: [Vftptr]key:Length__24nsASingleFragmentCStringCFv (data) from /opt/mozilla/components/#libappcomps.sl
/usr/lib/dld.sl: Unresolved symbol: typeid__XT9nsCString_ (data) from /opt/mozi
lla/components/#libappcomps.sl
plus a lot more...all having to do with #libappcomps.sl
so far I tried 4 different releases (1.7.3 to 1.7.12.01) but same errors. I also have Java1.4 installed including the mozilla plugins.
I tried ldd on mozilla-bin and I am not getting any errors...
any clues what this error might be ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 04:02 PM
01-15-2006 04:02 PM
Re: problems with mozilla on hp-ux 11.11
Do you have Ximian GNOME 1.4 GTK+ Libraries for HP-UX ? If not, you can download from
http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6848BA
There could be a version mismatch between libraries ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 04:17 PM
01-15-2006 04:17 PM
Re: problems with mozilla on hp-ux 11.11
# swlist | grep -gtk
B6848BA 1.4.gm.46.2 Ximian GNOME 1.4 GTK+ Libraries for HP-UX 11.00 and 11i
looks like they are already installed...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 04:23 PM
01-15-2006 04:23 PM
Re: problems with mozilla on hp-ux 11.11
Yes, It seems like already installed. You can try uninstalling mozilla completely preserving your book marks and profiles and do the installation from scratch. This method sometime helps, in stead of upgrade.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2006 11:57 PM
01-15-2006 11:57 PM
Re: problems with mozilla on hp-ux 11.11
I even tried a completely new user account, and simply calling mozilla but no luck either
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 12:18 AM
01-16-2006 12:18 AM
Re: problems with mozilla on hp-ux 11.11
swverify \*
See if the java installation is corrupt.
If corrupte swremove then swinstall
Note that http://www.hp.com/go/java lists many, many patches required for proper java operation. These these patches all need to be installed prior to java.
Also check the SHLIB_PATH variable and that it includes /usr/lib
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 01:53 PM
01-16-2006 01:53 PM
Re: problems with mozilla on hp-ux 11.11
swverify didn't pick any errors
all the patches are up to date
I've included /usr/lib in SHLIB_OATH as suggested but the same errors persist
do I need any special ENV variables ? I thought calling mozilla would take care of this though...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 07:49 PM
01-16-2006 07:49 PM
Re: problems with mozilla on hp-ux 11.11
beside 'ldd' you should also test with 'chatr
Check if there're any messages.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 04:46 AM
01-27-2006 04:46 AM
Re: problems with mozilla on hp-ux 11.11
The errors you are getting look very suspicious...the pound sign in front of the shared library file /opt/mozilla/components/#libappcomps.sl
Is there actually a file that starts with "#". Could you post the output of the following command.
# ll /opt/mozilla/components/#libappcomps.sl
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 03:39 PM
01-27-2006 03:39 PM
Re: problems with mozilla on hp-ux 11.11
many thanks for all the suggestions