[gdal-dev] gdal-config file lists different directories for libodbc and libodbcinst

2011-01-26 Thread Greg Corradini
Hello, I'm trying to understand why my gdal-config file says libodbc(-lodbc) and libodbcinst(-lodbcinst) are located in /usr/local/lib: CONFIG_LIBS="-L/usr/local/lib -lgdal" CONFIG_DEP_LIBS=" -L/usr/local/lib -lgeos_c -lsqlite3 -lodbc -lodbcinst -lxerces-c -lpthread -ljasper -lhdf5 -lmfhdfalt -l

[gdal-dev] GDAL easy_install problem

2010-09-27 Thread Greg Corradini
Hello, I'm trying to install GDAL using easy_install as detailed here ( http://trac.osgeo.org/gdal/wiki/GdalOgrInPython). I've never see this error before on my other GDAL Ubuntu 9.0 installs. Not sure what it means. I'm wondering if it might have to do with NumPy (I think I screwed that install up

[gdal-dev] Unable to find driver `PostgreSQL'

2010-09-05 Thread Greg Corradini
So i've run variations on this ogr2ogr command a lot over the past few weeks never with any problems. But recently I get the following error: ogr2ogr -f "PostgreSQL" PG:"host='localhost' user='postgres' password='postgres' dbname='gisdb'" states.shp -nln "states" Unable to find driver `PostgreSQL