Changes between Version 16 and Version 17 of GeoDjangoInstall


Ignore:
Timestamp:
Sep 27, 2007, 3:58:02 PM (17 years ago)
Author:
Igor Támara
Comment:

fixing ldconfig syntax

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v16 v17  
    8888}}}
    8989
    90  * Now that you have installed the postgis, if you get errors about not finding some libraries, make sure to edit /etc/ld.so.conf in order to add /usr/local/lib , and then run
    91  $ ldconfig
    92  
     90 * Now that you have installed postgis, if you get errors about not finding some libraries, make sure to edit /etc/ld.so.conf in order to add /usr/local/lib , and then run
     91{{{
     92$ ldconfig
     93}}}
    9394 * Finally, update your {{{settings.py}}} to reflect the name and user for the spatially enabled database.  So far, we only plan to support the psycopg2 backend, thus: {{{DATABASE_ENGINE='postgresql_psycopg2'}}}.
    9495
Back to Top