[gdal-dev] RE: compile from source on Ubuntu7.10 64bit EC2 instance

Randy George rkgeorge at cadmaps.com
Thu Mar 20 11:50:40 EDT 2008


Hi Adam, Markus,

Thanks for stretching the rules a bit. This helped immensely. 

For the next Ubuntu EC2 novice:
 cd /usr/src
 apt-get update
 apt-get install build-essential
 wget http://download.osgeo.org/gdal/gdal-1.5.0.tar.gz
 tar -xvzf gdal-1.5.0.tar.gz
 cd gdal-1.5.0
 ./configure
 make
 make install
 ldconfig
 gdal_grid --version
   GDAL 1.5.0, released 2007/12/18 

thanks
randy


-----Original Message-----
From: Adam Nowacki [mailto:nowak at xpam.de] 
Sent: Thursday, March 20, 2008 8:45 AM
To: rkgeorge at cadmaps.com
Cc: gdal-dev at lists.osgeo.org
Subject: Re: [gdal-dev] RE: compile from source on Ubuntu7.10 64bit EC2
instance

Randy George wrote:
>                 I'd like to compile gdal-1.5.0 in an Ubuntu7.10 EC2 
> 64bit instance, because gdal_grid is not included in the Ubuntu universe
> 
> apt-get install gdal-bin. I'm a novice on gcc compile.

I shouldn't be telling you this since its not really a GDAL problem ... 
anyway, apt-get install build-essential



More information about the gdal-dev mailing list