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
パッケージはありませんlibfontconfig centos –