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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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 directoryI 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 phantomjsit 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