FireFox 1.0 build

Is there one available for Solaris yet?
[46 byte] By [ramsci-sun] at [2007-11-26 5:55:42]
# 1
http://www.mozilla.org/products/firefox/releases/#download
JuergenKeil at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 2

cannot find any links to a solaris build yet, but i can see a refresh button to the left of the firefox throbber in my 1.0 PR. when i click it it download something and install it. unfortunately, when i try to restart the new firefox-bin always goes error with:

syntax error at line 1: `(' unexpected

and i have to install the PR again

wangwj at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 3
I can't get the build of Firefox 1.0 (or 1.0 RC2) running, I just get the following error:ld.so.1: ./firefox-bin: fatal: relocation error: file ./firefox-bin: symbol fmod: referenced symbol not found 1.0 PR works fine though, so I'm stuck using it for the time being
kalleboo at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 4

Doing an ldd on the firefox-bin executable shows this:

libm.so.1 =>/usr/lib/libm.so.1

libm.so.1 (SUNW_1.1.1) =>(version not found)

The libm.so.1 I have does have fmod though, so I don't see why it should be a problem.

$ nm /usr/lib/libm.so.1 | grep fmod

[563]|39708|856|FUNC |GLOB |0|9|__fmod

[616]|39708|856|FUNC |WEAK |0|9|fmod

[342]| 0|0|FILE |LOCL |0|ABS|fmod.S

kalleboo at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 5
Looks like your libm.so.1 is out of date. Make sure that you have the following patch up-to-date:111722-*Also, 111711-*, 111712-* should be up to date for Firefox.
saimadhavan at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 6
That patch looks like it'sonly for 5.9 ... what about us running Solaris 8?
jordanhayes at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 7
Just found the solution ! You need patch 111721-04 in order to get firefox working. Its a math library patch. I am running Solaris 8 and installing this patch fixed the problem for me.
prestidigitator at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...
# 8

Just for reference, I set up firefox-1.0PR in Novemeber 2004 and needed the following packages at that time to make it work on solaris 8 (I didn't check for any updates since then):

firefox-1.0PR-sparc-sun-solaris2.8.tar

gcmn-1.0-pkg.zip

glib-1.2.10-pkg.zip

gtk-0.10-pkg.zip

gtk-1.2.10-pkg.zip

At the time I also needed the following additional patch files:

108652-84.zip

108773-18.zip

109159-03.zip

109704-03.zip

111721-04.zip

113261-02.zip

114542-01.zip

rmr at 2007-7-6 13:10:32 > top of Java-index,Desktop,Mozilla Browser For Solaris...