I start OpenOffice in headless mode with
$ lib/openoffice/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
I have the following errors :
[Java framework] Error in function createSettingsDocument (elements.cxx).
javaldx failed!
xxx/phpdocx/lib/openoffice/openoffice.org3/program/soffice.bin: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
Next, I run :
$ ps aux | grep openoffice
And I have the following result :
yyy 30880 0.0 0.0 7592 812 pts/0 S+ 10:25 0:00 grep openoffice
Thank you for your help.
Regards