running soffice fails due to missing libjvmfwk.so.3 on master

Thomas Arnhold thomas-libo at arnhold.org
Fri Apr 12 10:36:40 PDT 2013


Hi,

with the latest master I can't run soffice:

[thomas at localhost libo]$ /home/thomas/libo/install/program/soffice
/home/thomas/libo/solver/unxlngi6/installation/opt/program/../ure-link/bin/javaldx: 
error while loading shared libraries: libjvmfwk.so.3: cannot open shared 
object file: No such file or directory
Warning: failed to read path from javaldx
/home/thomas/libo/solver/unxlngi6/installation/opt/program/soffice.bin: 
error while loading shared libraries: libreg.so.3: cannot open shared 
object file: No such file or directory
Exited with code '127'


[thomas at localhost libo]$ find . -name libjvmfwk*
./workdir/unxlngi6/LinkTarget/Library/libjvmfwk.so.objectlist
./workdir/unxlngi6/LinkTarget/Library/libjvmfwk.so
./workdir/unxlngi6/LinkTarget/Library/libjvmfwk.so.3
./workdir/unxlngi6/Dep/LinkTarget/Library/libjvmfwk.so.d
./workdir/unxlngi6/Headers/Library/libjvmfwk.so
./workdir/unxlngi6/ExternalHeaders/Library/libjvmfwk.so
./solver/unxlngi6/lib/libjvmfwk.so
./solver/unxlngi6/lib/libjvmfwk.so.3
./solver/unxlngi6/installation/opt/ure/lib/libjvmfwk.so


Seems libjvmfwk.so.3 and libreg.so.3 didn't get installed. So I copied 
them manually to ./solver/unxlngi6/installation/opt/ure/lib/. This 
solved it for these files, but with the next run:

[thomas at localhost libo]$ /home/thomas/libo/install/program/soffice
/home/thomas/libo/solver/unxlngi6/installation/opt/program/../ure-link/bin/javaldx: 
error while loading shared libraries: libstore.so.3: cannot open shared 
object file: No such file or directory
Warning: failed to read path from javaldx
/home/thomas/libo/solver/unxlngi6/installation/opt/program/soffice.bin: 
error while loading shared libraries: libjvmaccess.so.3: cannot open 
shared object file: No such file or directory
Exited with code '127'


At all I had to copy

libjvmfwk.so.3
libreg.so.3
libreg.so.3
libjvmfwk.so.3


I build with ./autogen.sh --enable-dbgutil

Anybody knows what to fix here? :)


Thomas


More information about the LibreOffice mailing list