Just installed phantomjs, mac os x yosemite. Whenever I run /bin/phantomjs, with any parameter, I get Killed: 9. Any idea?
Killed: 9
Install UPX. UPX is an executable packer and unpacker
$ brew install upx
Unpack the phantomjs executable
phantomjs
$ upx -d phantomjs-2.0.0-macosx/bin/phantomjs
Run the phantomjs executable
$ ./phantomjs-2.0.0-macosx/bin/phantomjs
2.1m questions
2.1m answers
60 comments
57.0k users