Changes between Version 67 and Version 68 of GeoDjangoInstall
- Timestamp:
- Aug 27, 2008, 7:25:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v67 v68 173 173 {{{ 174 174 $ psql -d <db_name> -f /usr/share/lwpostgis.sql # another possible installation location 175 # Note: ignore any NOTICES, like 'psql:/usr/share/lwpostgis.sql:44: NOTICE: type "histogram2d" is not yet defined' 176 # Note: errors like `ERROR: could NOT access file "$libdir/liblwgeom": No such file OR directory` see troubleshooting below 177 }}} 175 }}} 176 Note: ignore any NOTICES, like 'psql:/usr/share/lwpostgis.sql:44: NOTICE: type "histogram2d" is not yet defined' 177 Note: errors like `ERROR: could NOT access file "$libdir/liblwgeom": No such file OR directory` see troubleshooting below 178 178 179 {{{ 179 180 $ psql -d <db_name> -f /usr/postgres/8.2/share/spatial_ref_sys.sql