[Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Alassane Toure
Group, I need help to install GDAL 1.9.1 on Ubuntu 12.04. I first downloaded gdal-1.9.1.tar.gz, uncompressed it and executed ./configure. Where do I go from here? Thanks for your help ___ UbuntuGIS mailing list Ubuntu@lists.osgeo.org http://lists.

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Roland van Laar
On 05/24/2012 09:16 PM, Alassane Toure wrote: Group, I need help to install GDAL 1.9.1 on Ubuntu 12.04. I first downloaded gdal-1.9.1.tar.gz, uncompressed it and executed ./configure. Where do I go from here? Have you read: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix It contains the inf

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Roland van Laar
On 05/24/2012 09:16 PM, Alassane Toure wrote: Group, I need help to install GDAL 1.9.1 on Ubuntu 12.04. I first downloaded gdal-1.9.1.tar.gz, uncompressed it and executed ./configure. Where do I go from here? Have you read: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix It contains the inf

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Alassane Toure
Roland, I followed the steps as suggested by the link and a couple of errors came up after issuing "make" -rpath /usr/local/lib \ -no-undefined \ -version-info 17:1:16 libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag'

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-25 Thread Chaitanya kumar CH
Alassane, libtool may have some problem. Replace "./configure" with "./configure --without-libtool" Make sure you have the format drivers you need listed in the configure script's output. On Fri, May 25, 2012 at 8:48 AM, Alassane Toure wrote: > Roland, > I followed the steps as suggested by the

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-25 Thread Alassane Toure
On 05/25/2012 02:56 AM, Chaitanya kumar CH wrote: Alassane, libtool may have some problem. Replace "./configure" with "./configure --without-libtool" Make sure you have the format drivers you need listed in the configure script's output. On Fri, May 25, 2012 at 8:48 AM, Alassane Toure

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-27 Thread Chaitanya kumar CH
Alassane, The only suggestion I can make without going too deep is to run "make clean" before running "make" again. On Fri, May 25, 2012 at 9:17 PM, Alassane Toure wrote: > On 05/25/2012 02:56 AM, Chaitanya kumar CH wrote: > > Alassane, > > libtool may have some problem. > Replace "./configur

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Nick Ves
While compiling gdal from source is extremly useful (and quite rewarding), i wouldnt recomment downloading the pre-compliled package: (first do a make uninstall in the directory you "baked" gdal on your own, you might need to sudo it) sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Nick Ves
typo correction for clarification: While compiling gdal from source is extremly useful (and quite rewarding), i would recomment downloading the pre-compliled package: (first do a make uninstall in the directory you "baked" gdal on your own, you might need to sudo the command) sudo add-apt-reposi

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Alassane Toure
On 05/27/2012 10:56 AM, Chaitanya kumar CH wrote: Alassane, The only suggestion I can make without going too deep is to run "make clean" before running "make" again. On Fri, May 25, 2012 at 9:17 PM, Alassane Toure > wrote: On 05/25/2012 02:56 AM, Chaitanya kum

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Alassane Toure
On 05/28/2012 03:30 AM, Nick Ves wrote: While compiling gdal from source is extremly useful (and quite rewarding), i wouldnt recomment downloading the pre-compliled package: (first do a make uninstall in the directory you "baked" gdal on your own, you might need to sudo it) sudo add-apt-rep

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Nick Ves
Probably you didn't find the corresponding gdal package name. Since you've already enabled ubuntu-gis/unstable repository can you try : sudo apt-get install libgdal1 libgdal-dev also if you want you can check the [deb] package information with : apt-cache show libgdal-dev Nick On Tue, May 29,

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Alassane Toure
On 05/29/2012 06:17 AM, Nick Ves wrote: apt-cache show libgdal-dev Nick, We are making little progress. I issued "sudo apt-get install libgdal1libgdal-dev" and checked the version installed which was "version 1.9.0". However, no 1.9.0 library version was available in "/usr/lib" directory.

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Etienne Tourigny
you have to link with -lgdal On Tue, May 29, 2012 at 1:56 PM, Alassane Toure wrote: > On 05/29/2012 06:17 AM, Nick Ves wrote: > > apt-cache show libgdal-dev > > Nick, > We are making little progress.  I issued "sudo apt-get install libgdal1 > libgdal-dev" and checked the version installed which w

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Alassane Toure
On 05/29/2012 12:24 PM, Etienne Tourigny wrote: you have to link with -lgdal On Tue, May 29, 2012 at 1:56 PM, Alassane Toure wrote: On 05/29/2012 06:17 AM, Nick Ves wrote: apt-cache show libgdal-dev Nick, We are making little progress. I issued "sudo apt-get install libgdal1 libgdal-dev" an

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
Group, I downloaded the gdal version 1.11.1 and followed instructions provided in http://trac.osgeo.org/gdal/wiki/BuildingOnUnix % cd gdal % ./configure % make % su Password: # make install # exit All went well but without a 'su' credential, I was unable to complete the installation. I a

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread Johan Van de Wauw
On ubuntu, run "sudo make install" Alternatively, you may wait a few days until gdal 1.11.1 hits ubuntugis-unstable. Johan On Mon, Nov 3, 2014 at 8:11 PM, alassane toure wrote: > Group, > I downloaded the gdal version 1.11.1 and followed instructions provided in > http://trac.osgeo.org/gdal/wik

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread Johan Van de Wauw
Hello Alassane, First of all, you should tell us what you actually want to achieve. You may be better of using the gdal libraries which are already part of ubuntu rather than compiling your own version. If you want to use the version of gdal included in ubuntu install the package libgdal-dev . Yo

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread Johan Van de Wauw
Please include the error. And possibly also the file if it is no secret, will help you get a much better answer. Johan BTW: keep the ubuntugis list in cc, other people may benefit from reading how we solved your problem. On Mon, Nov 3, 2014 at 9:39 PM, alassane toure wrote: > Hi Johan, > I am n

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
Please find attached the code and associated error after compilation... gcc -o test imagescale.cpp -I /usr/include/gdal -lgdal /usr/bin/ld: /tmp/ccrySeCX.o: undefined reference to symbol 'floor@ @GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line col

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread Johan Van de Wauw
On Mon, Nov 3, 2014 at 10:00 PM, alassane toure wrote: > Please find attached the code and associated error after compilation... > > gcc -o test imagescale.cpp -I /usr/include/gdal -lgdal > /usr/bin/ld: /tmp/ccrySeCX.o: undefined reference to symbol > 'floor@@GLIBC_2.2.5' > //lib/x86_64-linux-gnu/

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
No error as a result!!! Thank you very much! On Mon, Nov 3, 2014 at 2:15 PM, Johan Van de Wauw wrote: > On Mon, Nov 3, 2014 at 10:00 PM, alassane toure wrote: > > Please find attached the code and associated error after compilation... > > > > gcc -o test imagescale.cpp -I /usr/include/gdal -lg

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
Hi Johan I had a program working ok with the previous gdal version but i am it is displaying the following errors... ./mosaic_test /home/alassane/Data/IPDSData/testAOI.tif /home/alassane/Data/IPDSData/testbg.tif /home/alassane/Data/IPDSData/testmask.tif /home/alassane/Data/IPDSData/colorcode.tif /

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
Group, Any thoughts on how to fix the following error (no version information available) resulting from running a gdal executable? ./mosaic_test /home/alassane/Data/IPDSData/testAOI.tif /home/alassane/Data/IPDSData/testbg.tif /home/alassane/Data/IPDSData/testmask.tif /home/alassane/Data/IPDSData/c

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread Johan Van de Wauw
It looks like you messed up with your two versions of gdal: using a different version of gdal than the one you linked to . Better uninstall your self installed version [ sudo make uninstall ]. Than compile again. Johan On Tue, Nov 4, 2014 at 5:43 PM, alassane toure wrote: > Group, > Any thought

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
Johan, uninstall command is not working alassane@Achile:~/Downloads/gdal-1.11.1$ sudo make uninstall make: *** No rule to make target `uninstall'. Stop. Any thoughts? On Tue, Nov 4, 2014 at 9:46 AM, Johan Van de Wauw wrote: > It looks like you messed up with your two versions of gdal: us

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
It appears no "uninstall" script was provided! Any thoughts to go around this? THanks, On Tue, Nov 4, 2014 at 9:57 AM, alassane toure wrote: > Johan, > uninstall command is not working > > alassane@Achile:~/Downloads/gdal-1.11.1$ sudo make uninstall > make: *** No rule to make target `unin

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-22 Thread alassane toure
Johan Further to a compilation issue (see previous emails) since I was unable to uninstall gdal, I uninstalled ubuntu and cleaned related partitions from my windows machine. I now have the new ubuntu version installed and followed your instruction: %sudo apt-get install libgdal-dev The gdal inst

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-22 Thread Sebastiaan Couwenberg
On 11/22/2014 11:52 PM, alassane toure wrote: > %gcc -o test imagescale.cpp -I /usr/include/gdal -lgdal -lm > gcc: error trying to exec 'cc1plus': execvp: No such file or directory Installing the build-essential package should do it. Kind Regards, Bas -- GPG Key ID: 4096R/E88D4AF1 Fingerprint