1

I am trying to run webdriver, but I keep getting the following error:

[ec2-user@ip-172-30-0-41 ~]$ sudo ./chromedriver 
./chromedriver: error while loading shared libraries: 
 libgconf-2.so.4: cannot open shared object file: No such file or directory

Is there a way to yum this missing dependencies? Or what seems to be the issue here? This is using the Amazon Linux AMI 2014.09.1 (HVM) Distribution.

David542
  • 939
  • 3
  • 10
  • 15

1 Answers1

0

Somebody compiled a library here https://plus.google.com/u/0/wm/1/111764273672221448826 but it would be safer to do it on your own.

f01
  • 406
  • 1
  • 4
  • 9