openoffice在linux下无法启动服务
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openoffice在linux下无法启动服务相关的知识,希望对你有一定的参考价值。
CentOS release 6.3 (Final)安装openoffice4.1后启动服务
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &
报错信息
/opt/openoffice4/program/soffice.bin: error while loading shared
libraries: libX11.so.6: cannot open shared object file: No such file or
directory
或/opt/openoffice4/program/soffice.bin: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
openoffice服务无法启动
在Red Hat Enterprise Linux Server release 6.1 (Santiago)下正常
一定要安装openoffice
sudo gedit /etc/gtk-2.0/gtk.immodules
搜索这一行
/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so
接着在
#"/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so"
#"scim" "SCIM Input Method" "scim" "/usr/share/locale" ""
这两行前面打上#号。就可以了。保存退出。追问
现在又出现no suitable windowing system found, exiting怎么回事?
追答还出现就重新安装系统吧。
参考技术A 装完在启动apt-get install libxt6
apt-get install libxrender1 参考技术B yum install libX11.so.6追问
执行完出现no suitable windowing system found, exiting.
追答这个和Oracle一样你最好在图像界面运行
就是图像界面开个终端运行下再试试
JDK这个环境安装了吧
其他的就不是很熟悉
我是SSH远程连接的,jdk有,安装用户是root,Red Hat Enterprise Linux
下没问题
以上是关于openoffice在linux下无法启动服务的主要内容,如果未能解决你的问题,请参考以下文章
我应该在 debian 上与 openoffice 一起使用啥虚拟 X 服务器?
为啥我的启动 OpenOffice 服务的调用在开发中有效,但在服务器上无效?
我如何在 Windows 7 中启动服务 openOffice,我有这条线命令,但我不知道如何使用它
从 Java 启动 OpenOffice 服务 (soffice) 的问题(在命令行中工作的命令,但不是从 Java 中)