下载地址http://phantomjs.org/download.html
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar -xf phantomjs-2.1.1-linux-x86_64.tar.bz2 -C /data/package/
sudo ln -s /xxx/phantomjs-2.1.1/bin/phantomjs /usr/bin
运行phantomjs报错
./bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
解决方案
sudo yum install fontconfig freetype libfreetype.so.6