RE: Re: [gdal-dev] Compilation problems on CentOS 5

2010-05-10 Thread Peter Hopfgartner
Frank, compilation went smooth using the --without-expat option. On CentOS 5.4, expat cames as expat-1.95.8. Thank you for your halp Peter Frank Warmerdam wrote Subject: Re: [gdal-dev] Compilation problems on CentOS 5 Date: 07.05.2010 17:36 >Peter Hopfgartner wr

Re: [gdal-dev] Compilation problems on CentOS 5

2010-05-07 Thread Even Rouault
Peter, XML_StopParser() has been introduced in Expat 1.95.8 and I've verified that CentOS 5.4 comes with that version. So it should be able to find the symbol (and for older expat versions, there's a test to avoid using the XML_StopParser() function). I've also managed to build gdal 1.7.2 with

Re: [gdal-dev] Compilation problems on CentOS 5

2010-05-07 Thread Frank Warmerdam
Peter Hopfgartner wrote: Hello I'm trying to compile GDAL 1.7.2 on my CentOS 5.4, 64 bit box. Configure is basically "enable Oracle, disable almost anything else": ./configure --without-php --without-python --without-perl --with-oci --with-ecw --with-libtiff=internal --with-geotiff=internal --w

[gdal-dev] Compilation problems on CentOS 5

2010-05-07 Thread Peter Hopfgartner
Hello I'm trying to compile GDAL 1.7.2 on my CentOS 5.4, 64 bit box. Configure is basically "enable Oracle, disable almost anything else": ./configure --without-php --without-python --without-perl --with-oci --with-ecw --with-libtiff=internal --with-geotiff=internal --with-netcdf=no --with-cfitsi