[mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

Huey Brantley hpbrantley at gmail.com
Thu Mar 18 23:43:38 EDT 2010


Compile it against the SDE SDK, not where you have SDE installed.

My configure:

./configure \
   --with-php=/usr/local \
   --with-proj=/usr/local \
   --with-gd=/usr/local \
   --with-jpeg=/usr/local \
   --with-png=/usr/local \
   --with-sde=/u01/arcgis93sdk/sdeexe93/ \
   --with-sde-version=93 \
   --with-wfs \
   --with-ogr=/usr/local/bin/gdal-config \
   --with-gdal=/usr/local/bin/gdal-config \
   --with-freetype \
   --with-tiff \
   --with-agg \
   --with-curl \
   --enable-debug



Jachym Cepicky wrote:
> Hi,
>
> I'm not able to get arcsde 9.3.0 compiled with mapserver (5.4), on Linux
>
> I use
>
> ./configure --with-sde=/opt/arcsde/9.3.0/sdeexe93/ --with-sde-version=''
>
>
> the arcsde installation directory containes (among others) file
>
> ...
> libsde.so
> ..
>
> nut not "*.a" file or "*.h" files
>
> however, I get
>
> configure: error: "Could not find sdetype.h or libsde.a/libsde.so in
> /opt/arcsde/9.3.0/sdeexe93/."
>
> Any hint?
>
> Thanks
>
> Jachym
>   



More information about the mapserver-users mailing list