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