Ryan, I noticed --with-ogr and --with-gdal point to different versions of gdal.
Try pointing --with-gdal to your locally built gdal-config script (/usr/local/gdal-1.3.2/bin/gdal-config ??) and simply specifying '--with-ogr' without arguments. - matt On 8/27/06, Ryan Ollerenshaw <[EMAIL PROTECTED]> wrote:
I have been having all kinda of trouble installing mapserver on Suse 10.1 i have been able to work though most of the errors but i am now once again stuck. the configure command runs fine but when i do a make i get the follow error: mapfile.c:151:24: error: cpl_conv.h: No such file or directory mapfile.c:152:20: error: gdal.h: No such file or directory I did a locate for gdal.h and cpl_conv.h and nothing. Here is the configure that i am using: ./configure \ --with-php=/usr/share/php-4.4.3 \ --with-proj=/usr/local/proj-4.4.9 \ --with-httpd=/var/www/bin/httpd \ --with-ogr=/usr/local/gdal-1.3.2 \ --with-gdal=/usr/bin/gdal-config \ --with-postgis=/usr/local/pgsql/bin/pg_config \ --with-curl-config=/usr/bin/curl-config \ --with-threads \ --with-geos=/usr/local/geos-2.2.1/tools/geos-config \
-- Matt Perry [EMAIL PROTECTED] http://www.perrygeo.net
