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