Hi, <br><br>I am facing problem in installing GDAL with GEOS on Solaris. Below are the steps follwed: <br>1) Installed GEOS 3.0.0 - successfully installed <br>2) Configure GDAL with following options: <br> ./configure --prefix=/usr/local \ <br>
--with-threads \ <br> --with-ogr \ <br> --with-geos=yes \ <br> --without-libtool \ <br> --with-libz=internal \ <br> --with-libtiff=internal \ <br> --with-geotiff=internal \ <br>
--without-gif \ <br> --without-pg \ <br> --without-grass \ <br> --without-libgrass \ <br> --without-cfitsio \ <br> --without-pcraster \ <br> --without-netcdf \ <br>
--without-png \ <br> --without-jpeg \ <br> --without-gif \ <br> --without-ogdi \ <br> --without-fme \ <br> --without-hdf4 \ <br> --without-hdf5 \ <br>
--without-jasper \ <br> --without-ecw \ <br> --without-kakadu \ <br> --without-mrsid \ <br> --without-jp2mrsid \ <br> --without-bsb \ <br> --without-grib \ <br>
--without-mysql \ <br> --without-ingres \ <br> --without-xerces \ <br> --without-expat \ <br> --without-odbc \ <br> --without-curl \ <br> --without-sqlite3 \ <br>
--without-dwgdirect \ <br> --without-panorama \ <br> --without-idb \ <br> --without-sde \ <br> --without-perl \ <br> --without-php \ <br> --without-ruby \ <br>
--without-python \ <br> --without-ogpython \ <br> --with-hide-internal-symbols <br>3)make <br>make[1]: Entering directory `/pool1/innovations/gdal-1.7.1/port' <br>g++ -g -O2 -fPIC -Wall -DOGR_ENABLED -I/pool1/innovations/gdal-1.7.1/port -I../frmts/zlib -DHAVE_LIBZ -c -o cpl_conv.o cpl_conv.cpp <br>
g++ -g -O2 -fPIC -Wall -DOGR_ENABLED -I/pool1/innovations/gdal-1.7.1/port -I../frmts/zlib -DHAVE_LIBZ -c -o cpl_error.o cpl_error.cpp <br>g++ -g -O2 -fPIC -Wall -DOGR_ENABLED -I/pool1/innovations/gdal-1.7.1/port -I../frmts/zlib -DHAVE_LIBZ -c -o cpl_string.o cpl_string.cpp <br>
........ . . . . . <br>. . <br><br>jpeg_set_defaults /pool1/innovations/gdal-1.7.1/libgdal.so <br>jpeg_CreateCompress /pool1/innovations/gdal-1.7.1/libgdal.so <br>jpeg_read_scanlines /pool1/innovations/gdal-1.7.1/libgdal.so <br>
jpeg_start_compress /pool1/innovations/gdal-1.7.1/libgdal.so <br>ld: fatal: Symbol referencing errors. No output written to gdalinfo <br>collect2: ld returned 1 exit status <br>make[1]: *** [gdalinfo] Error 1 <br>
make[1]: Leaving directory `/pool1/innovations/gdal-1.7.1/apps' <br>make: *** [apps-target] Error 2 <br><br>I get error here and am not able to trace the problem! Actually I had installed GDAL before but without GEOS. Now when installed GEOS I had to reconfigure GDAL with GEOS enabled but it is giving error. <br>
<br>Please help me with this installation. <br><br>Thanks, <br>Namrata