[gdal-dev] Pip install: error: 'VSILFILE' was not declared

2015-11-05 Thread Nicholas Williams
I'm on Ubuntu 12.04. I ran this: apt-get install -y autoconf automake libtool make g++ gdal-bin libgdal1-1.7.0 libgdal1-dev python-gdal That installed GDAL 1.7.3. Then I ran this: export CPLUS_INCLUDE_PATH=/usr/include/gdal export C_INCLUDE_PATH=/usr/include/gdal Then I `pip install`-ed a requ

Re: [gdal-dev] Unable to find driver 'MYSQL' after successful config and make

2015-09-23 Thread Nicholas Williams
e into MySQL like a charm! :-) Thanks, Nick On Wed, Sep 23, 2015 at 2:03 PM, Even Rouault wrote: > Le mercredi 23 septembre 2015 17:29:42, Nicholas Williams a écrit : > > I'm having trouble getting ogr2ogr working with MySQL on Ubuntu 12.04, > but > > I can't figur

Re: [gdal-dev] Unable to find driver 'MYSQL' after successful config and make

2015-09-23 Thread Nicholas Williams
Realized I left out which version I was on. I compiled and installed from gdal-2.0.0.tar.gz. I'm about to try gdal-2.0.1.tar.gz. Thanks, Nick On Wed, Sep 23, 2015 at 10:29 AM, Nicholas Williams < nicholas+os...@nicholaswilliams.net> wrote: > I'm having trouble getting o

[gdal-dev] Unable to find driver 'MYSQL' after successful config and make

2015-09-23 Thread Nicholas Williams
I'm having trouble getting ogr2ogr working with MySQL on Ubuntu 12.04, but I can't figure out why. Configure says MySQL is enabled, but execution says it's not. In addition to other dependencies, I installed the MySQL client dev: sudo apt-get install -y libmysqlclient-dev=5.5.28-rel29.1-334.preci