openoffce安装完成后执行以下命令
# /opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &
error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory
解决方法:
# yum install libXext.x86_64
no suitable windowing system found, exiting.
解决方法:
# yum groupinstall "X Window System"