Skip to main content

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.

Did this answer your question?