Changes between Version 49 and Version 50 of GeoDjangoInstall


Ignore:
Timestamp:
Aug 16, 2008, 2:45:44 PM (16 years ago)
Author:
springmeyer
Comment:

small troubleshooting tweak

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v49 v50  
    162162# make install
    163163}}}
     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
    164166
    165167=== GDAL Troubleshooting ===
    166 First try:
     168'''First try''':
    167169 * Make sure `/usr/local/lib` is in `/etc/ld.so.conf`
    168  * Run $ ldconfig
     170 * Run `$ ldconfig`
    169171 * Log out and back into your shell to make sure your settings have taken effect
    170172
    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''':
     174If you receiving the following error message when running the GDAL tests and/or working with `SpatialReference` objects:
    176175{{{
    177176ERROR 4: Unable to open EPSG support file gcs.csv.
Back to Top