For the pkgadd version, I removed LD_LIBRARY_PATH setting in run- mozilla.sh, because it is not necessary. We already have /opt/sfw/lib in RUNPATH. The side effect is, if user set LD_LIBRARY_PATH manually, it would affect Firefox 3.5.4. The benefit is, if user want to use his own GTK+ libraries or other libraries, he can set LD_LIBRARY_PATH.
You can add "unset LD_LIBRARY_PATH" in run-mozilla.sh, if you want. Ginn On Nov 1, 2009, at 12:22 AM, Barnaby W. Rockwell wrote: > With LD_LIBRARY_PATH not manually set, invoking Firefox 3.5.3 from > Tbird 2.0.0.23 works fine with Solaris 10 for sparc and x86. On > sparc with FX 3.5.4, the run_mozilla.sh in /opt/sfw/lib/thunderbird > must be edited as per Ginn's workaround shown at > > http://opensolaris.org/jive/thread.jspa?threadID=109286&tstart=0 > > On Solaris 10 x86, invoking FX (all versions) from Tbird works fine > all around with no workaround required, but LD_LIBRARY_PATH cannot > be manually set by user to have FX 3.5.4 work. Having > LD_LIBRARY_PATH set was not a problem until FX 3.5.4. > > All the above is using FX and TB installed from packages, not the > tarballs. > -- > This message posted from opensolaris.org > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org
