Changes between Version 15 and Version 16 of GeoDjangoInstall


Ignore:
Timestamp:
Sep 27, 2007, 3:53:38 PM (17 years ago)
Author:
igor@…
Comment:

ldconfig issues

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v15 v16  
    8787<db_name>=# GRANT SELECT ON spatial_ref_sys TO <user>;
    8888}}}
     89
     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
    8992 
    9093 * 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'}}}.
Back to Top