0

I am working on a project which needs PhantomJS for scraping ajax content. It is working pretty well in my local pc which has Windows 8.1 OS and using apache local server. I got a shared server for running this project remotely. The shared server has CentOS 6.2. When I am running phantomjs it is asking for fontconfig and freetype libraries but it is not possible to install it on a shared server. Is there any way to do it? Is there any alternative to PhantomJS?

1 Answers1

-1

PhantomJs is a Headless Browser and you can find the list of Headles Browsers in the link:

Headless Browser and scraping - solutions

Community
  • 1
  • 1
aliminnet
  • 29
  • 1
  • 8
  • Thanks for your suggestion! – Harish Kandala Jun 16 '15 at 12:19
  • It is hard to install PhantomJs except Ubuntu in Linux Operation Systems. You should be a linux expert to build PhantomJs on Centos, Suse etc. My recommendation is if it is not required use other options. If required get help to install determined tools(libfreetype is one of them). – aliminnet Jun 16 '15 at 12:59