Created
March 17, 2010 03:28
-
-
Save ericboehs/334859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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