error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Overview

This error is most likely due to a recent change in a package for Google Chrome - it no longer pulls in libgconf-2-4 as a dependency.

Solution

Adding in a step like the following: 

- run: sudo apt-get install libgconf-2-4

should get your builds back to normal.

Was this article helpful?
154 out of 217 found this helpful

Comments

0 comments

Article is closed for comments.