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