- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: firefox problem
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
12-06-2006 02:29 AM
12-06-2006 02:29 AM
I'm trying to install firefox 1.5.0 on 11.11.
I've also installed gtk per HP website:
http://www.hp.com/products1/unix/java/firefox/index.html
Both of them are in PA format.
Whenever i start firefox, it crashes without any problems.
I did sh -x firefox and see that it crashes on firefox-bin.
When i run firefox-bin separately i get the following:
# ./firefox-bin
/usr/lib/dld.sl: Can't open shared library: ../../dist/bin/libnspr4.sl
/usr/lib/dld.sl: No such file or directory
ABORT instruction (core dumped)
I can't figure out what's causing this problem...
Has any of you seen this or successfully installed firefox on 11i?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 02:40 AM
12-06-2006 02:40 AM
Re: firefox problem
* HP-UX 11i v. 1.0 with the latest recommended patches
* GTK libraries v. 2.6.8 for HP-UX 11i for workstations and servers, product number GTK
* PHSS_33033 is a required patch to run Firefox/Thunderbird.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 02:48 AM
12-06-2006 02:48 AM
Re: firefox problem
You miss something like ldap
see
http://www.docs.hp.com/en/J4258-90032/ch01s07.html
for NDS
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 03:03 AM
12-06-2006 03:03 AM
Re: firefox problem
I think its dependencies.
Problem is firefox should not have installed if they were not there.
Do check the dependencies and make sure the SHLIB_PATH is correct.
There is a command called chatr which you can run on the binary. It will tell you what libraries it needs. If any of those are missing, you have your answer as to why firefox is crashing.
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
12-06-2006 06:05 AM
12-06-2006 06:05 AM
Re: firefox problem
1. I installed PHSS_33033 patch and it didn't fix the problem.
2. ldap? why would it look for ldap? mozilla works fine on this server...
3. how do i find correct SHLIB_PATH? I looked into chatr.. chatr_pa: chatr - change program's internal attributes. Is this what you meant..?
Thanks again all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:14 AM
12-06-2006 06:14 AM
Solution# find /opt -name libnspr4.sl
/opt/mozilla/libnspr4.sl
/opt/Netscape/libnspr4.sl
/opt/hpws/apache/lib/libnspr4.sl
/opt/apache/lib/libnspr4.sl
/opt/firefox/libnspr4.sl
Check and make sure you have /opt/firefox/libnspr4.sl.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:16 AM
12-06-2006 06:16 AM
Re: firefox problem
# ./firefox-bin
/usr/lib/dld.sl: Can't find path for shared library: libnspr4.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Try running firefox instead:
# ./firefox
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:19 AM
12-06-2006 06:19 AM
Re: firefox problem
When i run firefox by itself, nothing happens and i just get a prompt back.
# /opt/software/firefox-1.5.0.00/firefox
+ moz_libdir=/opt/gtk2.6/lib/firefox-1.5.0.1
+ MRE_HOME=/opt/gtk2.6/lib/mre/mre-1.5.0.1
+ XDG_DATA_DIRS=/opt/gtk2.6/share
+ found=0
+ progname=/opt/software/firefox-1.5.0.00/firefox
+ + dirname /opt/software/firefox-1.5.0.00/firefox
curdir=/opt/software/firefox-1.5.0.00
+ + basename /opt/software/firefox-1.5.0.00/firefox
progbase=firefox
+ run_moz=/opt/software/firefox-1.5.0.00/run-mozilla.sh
+ test -x /opt/software/firefox-1.5.0.00/run-mozilla.sh
+ dist_bin=/opt/software/firefox-1.5.0.00
+ found=1
+ [ 1 = 0 ]
+ script_args=
+ debugging=0
+ MOZILLA_BIN=firefox-bin
+ [ = beos ]
+ pass_arg_count=0
+ [ 0 -gt 0 ]
+ license_dotfile=/.firefox-license
+ license_text=/opt/software/firefox-1.5.0.00/LICENSE
+ license_script=/opt/software/firefox-1.5.0.00/license.sh
+ license_version=1.5.0.00
+ show_license=1
+ show_text_license=1
+ test -f /.firefox-license
+ grep 1.5.0.00 /.firefox-license
+ 1> /dev/null
+ versionflag=0
+ [ 0 = 0 ]
+ show_license=0
+ show_text_license=0
+ [ 0 = 1 ]
+ [ 0 = 1 ]
+ export MRE_HOME
+ export XDG_DATA_DIRS
+ moz_pis_startstop_scripts start
+ [ 0 = 1 ]
+ /opt/software/firefox-1.5.0.00/run-mozilla.sh /opt/software/firefox-1.5.0.00/firefox-bin
+ exitcode=1
+ moz_pis_startstop_scripts stop
+ exit 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:21 AM
12-06-2006 06:21 AM
Re: firefox problem
# pwd
/opt/software/firefox-1.5.0.00
# ls libnspr4.sl
libnspr4.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:24 AM
12-06-2006 06:24 AM
Re: firefox problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:29 AM
12-06-2006 06:29 AM
Re: firefox problem
# ps -eadf |grep fire
root 26442 4796 0 14:28:56 pts/6 0:00 grep fire
shows nothing.
Do you get a prompt back when you run firefox?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:38 AM
12-06-2006 06:38 AM
Re: firefox problem
Try it again and wait - then wait some more.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:44 AM
12-06-2006 06:44 AM
Re: firefox problem
[2] 23054
root# ps -eadf |grep fire
root 23058 23054 0 14:43:31 ttyp5 0:00 /bin/sh /opt/firefox/run-mozilla
.sh /opt/firefox/firefox-bin
root 23064 23058 137 14:43:31 ttyp5 0:13 /opt/firefox/firefox-bin
root 23054 15136 0 14:43:31 ttyp5 0:00 /bin/sh /opt/firefox/firefox
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:55 AM
12-06-2006 06:55 AM
Re: firefox problem
how can i check if all firefox requirements got installed? Maybe i did something wrong with gdk....
Paranoia is a powerful thing:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 07:15 AM
12-06-2006 07:15 AM
Re: firefox problem
What is your SHLIB_PATH parameter?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 01:07 AM
12-07-2006 01:07 AM
Re: firefox problem
i got it to work as a regular user. For some reason it doesn't work as root, but as a regular user firefox started properly. Thank you all for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 01:08 AM
12-07-2006 01:08 AM