Showing posts with label phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory. Show all posts
Showing posts with label phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory. Show all posts

Tuesday, April 15, 2014

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

CentOS - If you are getting this error while executing phantomjs on terminal

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

# sudo yum install fontconfig
If you are still facing the error, Run
# sudo yum install fontconfig freetype libfreetype.so.6 libfontconfig.so.1 libstdc++.so.6
Note :
If you are using ubuntu or debian, use apt-get install to install this package.