phantomjs-gem
phantomjs-gem copied to clipboard
PhantomJS unresolved dependencies on Debian/Ubuntu
I used your gem, and PhantomJS got installed, but i got an error when trying to use it:
/home/somefolder/.phantomjs/1.9.7/x86_64-linux/bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
Is the same issue they mention here: https://github.com/ariya/phantomjs/issues/10904
After running $ sudo apt-get install libfontconfig
everything went great.
Thanks for this gem!
It doesn't look like there is any dependency installation going on in this gem, but is that something that would be a welcome contribution?