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
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
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