R: Re: Re: RE: [gdal-dev] GDAL build problems under Linux debian x86_64

2011-05-16 Thread sigfr...@tiscali.it
gure make sudo make install My very basic configure for example is: ./configure --with-pg=/usr/bin/pg_config \ --with- mysql=/usr/bin/mysql_config Sig Messaggio originale Da: goocreati...@gmail.com Data: 16/05/2011 11.23 A: "sigfr...@tiscali.it" Cc: , Ogg: Re: Re: RE: [g

R: Re: RE: [gdal-dev] GDAL build problems under Linux debian x86_64

2011-05-16 Thread sigfr...@tiscali.it
Hi Chris, I too have Ubuntu 10.04, and the CONFIGURE_SHELL solution worked for me. I didn't try the other solution, though. Sig Messaggio originale Da: goocreati...@gmail.com Data: 16/05/2011 10.53 A: "sigfr...@tiscali.it" Cc: , Ogg: Re: RE: [gdal-dev] GDAL build

R: RE: [gdal-dev] GDAL build problems under Linux debian x86_64

2011-05-16 Thread sigfr...@tiscali.it
Hi all, also setting the CONFIGURE_SHELL variable before running configure worked for me: CONFIGURE_SHELL=/bin/bash export CONFIGURE_SHELL ./configure --with-pg=/usr/bin/pg_config ... Best regards Sig Messaggio originale Da: josh.v...@csiro.au Data: 16/05/2011 10.00 A: Ogg: RE: [g

Re: R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread sigfr...@tiscali.it
understand what is wrong or what I have to do first. Really I need to create such a point or polygon data extracted from MySQL database to KML format. Please help me Murat On Wed, 2011-05-04 at 12:08 +0200, sigfr...@tiscali.it wrote: > Hi Murat, > > I'm not so much into KML, but I

R: Re: [gdal-dev] create kml file using MySQL database or shape file

2011-05-04 Thread sigfr...@tiscali.it
Hi Murat, I'm not so much into KML, but I think that maybe the problem is with your SQL: you are not including any geometry column in the select instruction. If you open the KML file with a text editor, you can see if the points are being exported and with which coordinates. Does the MySQL t