ubundu12.04 中的 i 运行 'phantomjs' 命令时出现分段错误(核心已转储)
Segmentation fault (core dumped) when i run 'phantomjs' command in ubundu12.04
当我尝试安装 phantomjs 时,在所有进展之后,我 运行
$:phantomjs -v .
$ : Permission denied
然后我运行
$: sudo chmod 755 /usr/local/share/phantomjs
每当我 运行 命令 "phantomjs" 之后,
ubuntu 抛出错误
Segmentation fault (core dumped)
问题是由于其他地方安装的旧版本phantomjs引起的。
我从以下位置删除了 phanthomjs 相关文件,然后它起作用了:
/usr/bin/phanthomjs
/usr/local/share/phanthomjs
/usr/local/bin/phanthomjs
当我尝试安装 phantomjs 时,在所有进展之后,我 运行
$:phantomjs -v .
$ : Permission denied
然后我运行
$: sudo chmod 755 /usr/local/share/phantomjs
每当我 运行 命令 "phantomjs" 之后, ubuntu 抛出错误
Segmentation fault (core dumped)
问题是由于其他地方安装的旧版本phantomjs引起的。 我从以下位置删除了 phanthomjs 相关文件,然后它起作用了:
/usr/bin/phanthomjs
/usr/local/share/phanthomjs
/usr/local/bin/phanthomjs