2
我想在Centos上安裝PhantomJS。這些是我遵循的步驟。在CentOS上安裝PhantomJS
yum install freetype fontconfig
cd ~
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2
bunzip2 phantomjs*.tar.bz2
tar xvf phantomjs*.tar
cp phantomjs*/bin/phantomjs /usr/bin/phantomjs
我收到以下錯誤。
phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
任何人都可以拋出一些光。我已經安裝了fontconfig。
我按照一些博客的步驟。你有沒有安裝最新版本的步驟。謝謝 ! –
嘗試https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-i686.tar.bz2 – Vaviloff
無包可用於centos的libfontconfig –