PhantomJS: getting “Killed: 9” for anything I'm trying
Just installed phantomjs, mac os x yosemite. Whenever I run /bin/phantomjs, with any parameter, I get Killed: 9 . Any idea? re: running phantomjs on osx yosemite, download the build/fix found at: https://github.com/eugene1g/phantomjs/releases original issue: https://github.com/ariya/phantomjs/issues/12928 Install UPX. UPX is an executable packer and unpacker $ brew install upx Unpack the phantomjs executable $ upx -d phantomjs-2.0.0-macosx/bin/phantomjs Run the phantomjs executable $ ./phantomjs-2.0.0-macosx/bin/phantomjs The eugene1g release and UPX install didn't work for me on El Capitan.