Hello there,
I successfully compiled ooo 2.0 with --prefix=/opt/gnome.
Latest gtk-2.8/pango-1.10 libraries (2.8) are in /opt/gnome/lib (set of
course in LD_LIBRARY_PATH ).
It compiles well against this libraries.
But the following line in soffice startup script :
LD_LIBRARY_PATH="$sd_prog:$moz_lib":$LD_LIBRARY_PATH
makes it use the old gtk (2.4) in /usr/lib (because it sets $moz_lib to
/usr/lib) and then crashes. (I'm quite lucky that it crashes instead of
just having "hard to find" dysfonctions)
Simply replacing this line with :
LD_LIBRARY_PATH=$sd_prog:$LD_LIBRARY_PATH:$moz_lib
solves the problem. (putting $LD_LIBRARY_PATH before $moz_lib)
I wrote this mail because I didn't find how to fill a bug and attach a
diff file.
Hope it could have helped.
Have a nice day.
--
Cordialement / Cheers.
-Olivier
CNS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]