kevva / screenshot-stream

Capture screenshot of a website and return it as a stream
MIT License
236 stars 38 forks source link

in ubuntu environment - error while loading shared libraries: libfontconfig.so.1 #18

Closed procoder-net closed 9 years ago

procoder-net commented 9 years ago

/node_modules/screenshot-stream/node_modules/phantom-bridge/node_modules/phantomjs/lib/phantom/bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory"}

https://github.com/ariya/phantomjs/issues/10904

They need us to install on certain linux environment.

sudo apt-get install libfontconfig

kevva commented 9 years ago

https://github.com/Medium/phantomjs/issues/new

procoder-net commented 9 years ago

Thanks dude... i found this... https://github.com/ariya/phantomjs/issues/12948

procoder-net commented 9 years ago

hope screenshot-stream will use phantomjs 2?