[Libreoffice] Problem in module bean

Caolán McNamara caolanm at redhat.com
Wed Mar 9 02:13:34 PST 2011


On Wed, 2011-03-09 at 10:05 +0000, Wols Lists wrote:
> OMG - this is a long time ago !!!
> 
> But I've just managed to get back to it and run this.
> 
> The diagnosis is spot on - "cannot find -ljawt".
> 
> Digging further, it looks like it's looking for it in solenv/unxlngx6 or
> solver/330 or /opt/icedtea6-bin-1.9.1.

It probably should be looking in something like...
/opt/icedtea6-bin-1.9.1/jre/lib/i386
i.e. see JRELIBDIR in set_soenv.in which gets expanded into set_soenv
which exports it as part of SOLARLIB in your toplevel *Set.sh

e.g. for me I have...

JAVA_HOME="/usr/lib/jvm/java-1.6.0-openjdk"
...
SOLARLIB=" -L../lib -L$SOLARENV/$OUTPATH/lib -L$SOLARVER/$INPATH/lib -L
$SOLARENV/$OUTPATH/lib -L$JAVA_HOME/lib -L$JAVA_HOME/jre/lib/i386 -L
$JAVA_HOME/jre/lib/i386/client -L$JAVA_HOME/jre/lib/i386/native_threads"

and a corresponding 

/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjawt.so

C.



More information about the LibreOffice mailing list