[csw-users] Firefox Solaris8 failure

James Lee james at blastwave.org
Wed Oct 17 10:57:50 CEST 2007


On 17/10/07, 04:10:28, George Wyche <gw at citasystems.com> wrote regarding 
Re: [csw-users] Firefox Solaris8 failure:

> I have patched that Solaris 8, Blade100 up to date. It still has the
> very same complaint. My "nm /lib/libCrun.so.1" does not match yours and
> I don't know why.
> nm /lib/libCrun.so.1 | grep 1c2N6FI_p
> [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_

You've not yet seen my result for that:
$ nm /lib/libCrun.so.1 | grep 1c2N6FI_p
[185]	|     24804|      12|FUNC |GLOB |0    |12     |__1c2N6FI_pv_

and did I say my patches were up-to-date?



> and the error I get when I type "firefox" is the usual you see below.
> WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol
> resolution is missing an underscore before the p. Was that a mistype?
> REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . .  . .
> __1c2N6FI_pv_0_
> MINE:    [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_
> YOURS:[46]   | 28724|   8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_

I copied and pasted from your original message that has:
__1c2n6FIpv_0_: referenced symbol not found



> I sure would like to run Firefox. How do I proceed?

> I am slowly turning this Blade100 into a development machine. I have put
> on a bunch of SUNW development packages and gcc4 and gmake and have
> compiled a trivial c program so I'm willing to attack the problem in
> more detail, though I wish it would just go away.

What error messages are you seeing now?

Try "ldd -r" on the binaries to check that symbols references exist.
You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown
to me it doesn't set its RPATH fully.)

$ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \
    ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin




James.



More information about the users mailing list