Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ericboehs/334859 to your computer and use it in GitHub Desktop.

Select an option

Save ericboehs/334859 to your computer and use it in GitHub Desktop.
sudo rm /usr/lib64/libgeos_c.so.1 /usr/lib64/libproj.so.0
sudo ln -s /usr/local/lib/libgeos_c.so.1.6.0 /usr/lib64/libgeos_c.so.1
sudo ln -s /usr/local/lib/libproj.so /usr/lib64/libproj.so.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment