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.
If you are using ubuntu or debian, use apt-get install to install this package.
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.