安装libwebkitgtk提示没有可用的软件包
在服务器上解压完pdi-ce-7.0.0.0-25.zip后,执行kitchen.sh
$ ./kitchen.sh
WARNING: no libwebkitgtk-1.0 detected, some features will be unavailable
Consider installing the package with apt-get or yum.
e.g. 'sudo apt-get install libwebkitgtk-1.0-0'
官方文档建议这样安装(CentOS):yum install libwebkitgtk
$ sudo yum install libwebkitgtk
已加载插件:priorities, update-motd, upgrade-helper
amzn-main/latest | 2.1 kB 00:00
amzn-updates/latest | 2.3 kB 00:00
976 packages excluded due to repository priority protections
没有可用软件包 libwebkitgtk。
错误:无须任何处理
虽然kitchen不是必须要这个包,提示信息只是一个warning,但是不装,spoon就不能运行了。这个包在centos下面该如何安装呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
同问。
[root@spark-master data-integration]# yum install libwebkitgtk
.Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No package libwebkitgtk available.
Error: Nothing to do
How to get PDI up and running
Linux
Ubuntu 12.04 and later:
The libwebkitgtk package needs to be installed. This can be done by running
apt-get install libwebkitgtk-1.0.0
Unzip the downloaded file. Run spoon.sh file, it should be under /data-integration.
On some installations of Ubuntu 14.04, Unity doesn't display the menu bar. In order to fix that, spoon.sh has a setting to disable this integration, export
UBUNTU_MENUPROXY=0
You can try to remove that setting if you wish to see if it works propery on your machine
CentOS 6 Desktop:
The libwebkitgtk package needs to be installed. This can be done by running
yum install libwebkitgtk
Unzip the downloaded file and run spoon.sh, it should be under /data-integration.
这个问题你最后怎么解决的?