You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://download.osgeo.org/proj/proj-4.7.0.tar.gz
tar -zvxf proj-4.7.0.tar.gz
cd proj-4.7.0
./configure
make
make install
Build latest gdal
wget http://download.osgeo.org/gdal/gdal-1.11.3.tar.gz
tar -zvxf gdal-1.11.3.tar.gz
cd gdal-1.11.3
./configure --with-static-proj4=/usr/local/lib --with-threads --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-png=internal --with-libz=internal
make
make install
how to install with mysql support when i did this it was without mysql
can you please help i tried with --with-mysql but it was of no help
suggestion would be most welcomed