I encountered exactly the same problem mentioned in http://forum.openkm.com/viewtopic.php?f=4&t=5729. It was possible to auto-preview pdf files, however unable to preview doc and ppt files. The debug log indicated that system was unable to start soffice daemon. I googled for a whole night and found no valid solution.
I tried running soffice.bin by following command
(OS: CentOS 6.1, Office version: OOo 3.2.1 64-bit)
Update: OOo 3.4.1 tested, and failed (for unknown reason..). If your office version is above 3.2.1 and the problem remained after trying this solution, you may try downgrading your OpenOffice to 3.2.1.
I tried running soffice.bin by following command
Code: Select all
and the output message was
/opt/openoffice.org3/program/soffice.bin -headless -accept="socket, host=127.0.0.1, port=2231; urp;"Code: Select all
Install the missing library by following command
/opt/openoffice.org3/program/soffice.bin: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directoryCode: Select all
The problem disappeared.sudo yum install libXext.so.6(OS: CentOS 6.1, Office version: OOo 3.2.1 64-bit)
Update: OOo 3.4.1 tested, and failed (for unknown reason..). If your office version is above 3.2.1 and the problem remained after trying this solution, you may try downgrading your OpenOffice to 3.2.1.
