Linux 安装 phantomhs 上遇到的问题

在Linux环境中安装phantomjs时遇到了'java.lang.IllegalStateException: The driver is not executable'错误,通过使用chmod命令赋予文件执行权限解决了此问题。然而,接着又出现了'error while loading shared libraries: libfontconfig.so.1'错误,这需要安装特定的依赖库。官方建议检查系统是否拥有GLIBCXX_3.4.9和GLIBC_2.7。在Centos和Ubuntu系统中,分别需要安装不同的依赖包,通过执行相应的安装命令,最终成功解决了所有问题。
摘要由CSDN通过智能技术生成

Linux 中用到了 phantomjs,期间报错:

java.lang.IllegalStateException: The driver is not executable: /opt/lib/phantomjs/bin/phantomjs

 

原因: 驱动不是可执行的,因为当前文件不是可执行的。

 

在 stackoverflow 上查到了解决方法:

 

先 cd 切换到 phantomjs 目录,然后输入命令: 

chmod 755 phantomjs

chmod 755 ...             将某一文件变成可读可写可执行

 

好吧,这个问题解决了,不报这个错了。

 

再次运行,如果你成功了,不用往下看了。

 

 

但是我的报了另一个错:

 

error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory

 

先看一下官方网站的提示:

Note: For this static build, the binary is self-contained. There is no requirement to install Qt, WebKit, or any other libraries. It howe

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值