Changes between Version 49 and Version 50 of GeoDjangoInstall
- Timestamp:
- Aug 16, 2008, 2:45:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v49 v50 162 162 # make install 163 163 }}} 164 * Specifying the data directory at compile time avoids having to set the `GDAL_DATA` environment variable (see [http://trac.osgeo.org/gdal/ticket/2382 GDAL ticket #2382] and the troubleshooting tip below). 165 164 166 165 167 === GDAL Troubleshooting === 166 First try:168 '''First try''': 167 169 * Make sure `/usr/local/lib` is in `/etc/ld.so.conf` 168 * Run $ ldconfig170 * Run `$ ldconfig` 169 171 * Log out and back into your shell to make sure your settings have taken effect 170 172 171 Specifics: 172 173 Specifying the data directory at compile time avoids having to set the `GDAL_DATA` environment variable (see [http://trac.osgeo.org/gdal/ticket/2382 GDAL ticket #2382] and the troubleshooting tip below). 174 175 '''Troubleshooting:''' If you receiving the following error message when running the GDAL tests and/or working with `SpatialReference` objects: 173 '''Further Troubleshooting''': 174 If you receiving the following error message when running the GDAL tests and/or working with `SpatialReference` objects: 176 175 {{{ 177 176 ERROR 4: Unable to open EPSG support file gcs.csv.