Changes between Version 48 and Version 49 of GeoDjangoInstall
- Timestamp:
- Aug 16, 2008, 2:44:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v48 v49 163 163 }}} 164 164 165 === GDAL Troubleshooting === 166 First try: 167 * Make sure `/usr/local/lib` is in `/etc/ld.so.conf` 168 * Run $ ldconfig 169 * Log out and back into your shell to make sure your settings have taken effect 170 171 Specifics: 172 165 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). 166 174