0

When attempting to run the binary in terminal, I get the following error:

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

Thomas
  • 6,433

1 Answers1

0

1.sudo apt-get install libgconf2-4 2.run exodus

pepik
  • 1