Changes between Version 2 and Version 3 of GeoDjangoFedoraInstall
- Timestamp:
- Dec 10, 2008, 5:24:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoFedoraInstall
v2 v3 38 38 }}} 39 39 40 then copy your libgeos files from /usr/local/lib/ to /usr/lib 40 Add /usr/local/lib to the dynamic linker run-time bindings 41 41 {{{ 42 # cp /usr/local/lib/libgeos* /usr/lib/ 42 echo '/usr/local/lib' >> /etc/ld.so.conf.d/local-lib.conf 43 ldconfig 43 44 }}} 44 45 45 OR if you have 64bit installed, copy them to /usr/lib6446 {{{47 # cp /usr/local/lib/libgeos* /usr/lib64/48 }}}