Trying to use PhantomJS on CircleCI Ubuntu #978
Replies: 1 comment 1 reply
-
sorry, it looks like i posted this on the wrong project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use PhantomJS on an Ubuntu CircleCI image, but I'm getting the following error:
phantomjs: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
I found an older issue related to this error, but there wasn't a solution posted there, just that on a clean install the problem went away. But when I run
ldd phantomjs
it says "not a dynamic executable". This error happens when I runphantomjs -v
. Any ideas of how I can isolate what is causing this?Beta Was this translation helpful? Give feedback.
All reactions