Hi,

with the latest master I can't run soffice:

[thomas@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@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@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
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to