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

2010-04-14 Thread Russell McOrmond


  It is my impression that there is only 32-bit versions of the ArcSDE SDK 
for Linux, and thus you are stuck compiling 32-bit.


libsde.so: ELF 32-bit LSB shared object, Intel 80386, version 
1 (SYSV), not stripped


On Wed, 14 Apr 2010, Jachym Cepicky wrote:


Hi,

no idea :-( there are

documentation_sdk  hpia_64  ibm install_sdk.htm  solaris windows
hp hp_64ibm_64  linuxsolaris_64


directories on the CD (so nothing like  linux_64 or windows_64)

the system is
Linux mapgis 2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:30:06 EDT 2010
x86_64 x86_64 x86_64 GNU/Linux

removing the duble slash did not help :/

how could I found out, which architecture are the given libs for?

thanks

jachym

2010/4/14 Lime, Steve D (DNR) :

Perhaps the double / is problematic? Try:

 --with-sde="/opt/arcsde/sdeexe93"

Also, does the library architecture match your system?

Steve

From: mapserver-users-boun...@lists.osgeo.org 
[mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jachym Cepicky 
[jachym.cepi...@gmail.com]
Sent: Wednesday, April 14, 2010 3:55 AM
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

Hi,
I have the SDK, I installed it using "install -load" script

when I try to compile mapserver 5.4.2,  configure works,

./configure [...]
 --with-sde="/opt/arcsde/sdeexe93/" \
 --with-sde-version=93 \
  [...]


but whild compilating, I get

[...]
usr/lib64 -lagg -laggfontfreetype  -ltiff -ljpeg -lfreetype -lpng -lz
-lXpm -lX11  -lproj -ljpeg -lpng -L/opt/arcsde/sdeexe93//lib -lsde
-lpe -lsg -lpthread -ldl -lgdal   -L/usr/lib64 -lpq -rdynamic
-L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib64
-lssl -lcrypto -lmysqlclient -L/usr/kerberos/lib64 -lcurl -ldl
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz
-L/usr/lib64 -lgeos_c -lpthread -lc  -lz -lxml2 -lz -lm -lfribidi
-lm -lstdc++   -o shp2img
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.so
when searching for -lsde
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.a
when searching for -lsde
/usr/bin/ld: cannot find -lsde
collect2: ld returned 1 exit status

any hint?

thanks

jachym


Dne 12. dubna 2010 8:00 Jachym Cepicky  napsal(a):

Hi,

slowly, I'm approaching. Our customer had to write to out local service
provider of ESRI and they had to write to ESRI and request for the
header files (I can not find the page, where it was written, but the
header files should just arrive from U.S. here).

So, now I "should" be able to compile

Thanks

Jachym

Lime, Steve D (DNR) píše v St 07. 04. 2010 v 16:40 -0500:

Don't know if success was had or not. The standard 9.3 disks I had access to 
did not have the headers available. Must need some super secret handshake to 
get them. Anyway, I just copied the 9.2 headers into the same spot in the 9.3 
directories  and it works just fine. Don't know that I'd recommend that 
approach in lieu of learning the super secret handshake but it worked here in a 
pinch...

Steve

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
Sent: Thursday, March 18, 2010 10:44 PM
To: Jachym Cepicky
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

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



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
PGP Public key: http://les-ejk.cz/pgp/JachymCepicky.pgp





--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp
___
mapserver-users mailing li

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

2010-04-14 Thread Jachym Cepicky
Hi,

no idea :-( there are

documentation_sdk  hpia_64  ibm install_sdk.htm  solaris windows
hp hp_64ibm_64  linuxsolaris_64


directories on the CD (so nothing like  linux_64 or windows_64)

the system is
Linux mapgis 2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:30:06 EDT 2010
x86_64 x86_64 x86_64 GNU/Linux

removing the duble slash did not help :/

how could I found out, which architecture are the given libs for?

thanks

jachym

2010/4/14 Lime, Steve D (DNR) :
> Perhaps the double / is problematic? Try:
>
>  --with-sde="/opt/arcsde/sdeexe93"
>
> Also, does the library architecture match your system?
>
> Steve
> 
> From: mapserver-users-boun...@lists.osgeo.org 
> [mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jachym Cepicky 
> [jachym.cepi...@gmail.com]
> Sent: Wednesday, April 14, 2010 3:55 AM
> To: mapserver-users@lists.osgeo.org
> Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4
>
> Hi,
> I have the SDK, I installed it using "install -load" script
>
> when I try to compile mapserver 5.4.2,  configure works,
>
> ./configure [...]
>  --with-sde="/opt/arcsde/sdeexe93/" \
>  --with-sde-version=93 \
>   [...]
>
>
> but whild compilating, I get
>
> [...]
> usr/lib64 -lagg -laggfontfreetype  -ltiff -ljpeg -lfreetype -lpng -lz
> -lXpm -lX11  -lproj -ljpeg -lpng -L/opt/arcsde/sdeexe93//lib -lsde
> -lpe -lsg -lpthread -ldl -lgdal   -L/usr/lib64 -lpq -rdynamic
> -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib64
> -lssl -lcrypto -lmysqlclient -L/usr/kerberos/lib64 -lcurl -ldl
> -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz
> -L/usr/lib64 -lgeos_c -lpthread -lc  -lz -lxml2 -lz -lm -lfribidi
> -lm -lstdc++   -o shp2img
> /usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.so
> when searching for -lsde
> /usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.a
> when searching for -lsde
> /usr/bin/ld: cannot find -lsde
> collect2: ld returned 1 exit status
>
> any hint?
>
> thanks
>
> jachym
>
>
> Dne 12. dubna 2010 8:00 Jachym Cepicky  napsal(a):
>> Hi,
>>
>> slowly, I'm approaching. Our customer had to write to out local service
>> provider of ESRI and they had to write to ESRI and request for the
>> header files (I can not find the page, where it was written, but the
>> header files should just arrive from U.S. here).
>>
>> So, now I "should" be able to compile
>>
>> Thanks
>>
>> Jachym
>>
>> Lime, Steve D (DNR) píše v St 07. 04. 2010 v 16:40 -0500:
>>> Don't know if success was had or not. The standard 9.3 disks I had access 
>>> to did not have the headers available. Must need some super secret 
>>> handshake to get them. Anyway, I just copied the 9.2 headers into the same 
>>> spot in the 9.3 directories  and it works just fine. Don't know that I'd 
>>> recommend that approach in lieu of learning the super secret handshake but 
>>> it worked here in a pinch...
>>>
>>> Steve
>>>
>>> -Original Message-
>>> From: mapserver-users-boun...@lists.osgeo.org 
>>> [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
>>> Sent: Thursday, March 18, 2010 10:44 PM
>>> To: Jachym Cepicky
>>> Cc: mapserver-users@lists.osgeo.org
>>> Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4
>>>
>>> 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 arcs

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

2010-04-14 Thread Lime, Steve D (DNR)
Perhaps the double / is problematic? Try:

  --with-sde="/opt/arcsde/sdeexe93"

Also, does the library architecture match your system?

Steve

From: mapserver-users-boun...@lists.osgeo.org 
[mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jachym Cepicky 
[jachym.cepi...@gmail.com]
Sent: Wednesday, April 14, 2010 3:55 AM
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

Hi,
I have the SDK, I installed it using "install -load" script

when I try to compile mapserver 5.4.2,  configure works,

./configure [...]
  --with-sde="/opt/arcsde/sdeexe93/" \
  --with-sde-version=93 \
   [...]


but whild compilating, I get

[...]
usr/lib64 -lagg -laggfontfreetype  -ltiff -ljpeg -lfreetype -lpng -lz
-lXpm -lX11  -lproj -ljpeg -lpng -L/opt/arcsde/sdeexe93//lib -lsde
-lpe -lsg -lpthread -ldl -lgdal   -L/usr/lib64 -lpq -rdynamic
-L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib64
-lssl -lcrypto -lmysqlclient -L/usr/kerberos/lib64 -lcurl -ldl
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz
-L/usr/lib64 -lgeos_c -lpthread -lc  -lz -lxml2 -lz -lm -lfribidi
-lm -lstdc++   -o shp2img
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.so
when searching for -lsde
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.a
when searching for -lsde
/usr/bin/ld: cannot find -lsde
collect2: ld returned 1 exit status

any hint?

thanks

jachym


Dne 12. dubna 2010 8:00 Jachym Cepicky  napsal(a):
> Hi,
>
> slowly, I'm approaching. Our customer had to write to out local service
> provider of ESRI and they had to write to ESRI and request for the
> header files (I can not find the page, where it was written, but the
> header files should just arrive from U.S. here).
>
> So, now I "should" be able to compile
>
> Thanks
>
> Jachym
>
> Lime, Steve D (DNR) píše v St 07. 04. 2010 v 16:40 -0500:
>> Don't know if success was had or not. The standard 9.3 disks I had access to 
>> did not have the headers available. Must need some super secret handshake to 
>> get them. Anyway, I just copied the 9.2 headers into the same spot in the 
>> 9.3 directories  and it works just fine. Don't know that I'd recommend that 
>> approach in lieu of learning the super secret handshake but it worked here 
>> in a pinch...
>>
>> Steve
>>
>> -Original Message-
>> From: mapserver-users-boun...@lists.osgeo.org 
>> [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
>> Sent: Thursday, March 18, 2010 10:44 PM
>> To: Jachym Cepicky
>> Cc: mapserver-users@lists.osgeo.org
>> Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4
>>
>> 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
>> >
>>
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
> --
> Jachym Cepicky
> e-mail: jachym.cepicky gmail com
> URL: http://les-ejk.cz
> PGP Public key: http://les-ejk.cz/pgp/JachymCepicky.pgp
>



--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-04-14 Thread Jachym Cepicky
Hi,
I have the SDK, I installed it using "install -load" script

when I try to compile mapserver 5.4.2,  configure works,

./configure [...]
  --with-sde="/opt/arcsde/sdeexe93/" \
  --with-sde-version=93 \
   [...]


but whild compilating, I get

[...]
usr/lib64 -lagg -laggfontfreetype  -ltiff -ljpeg -lfreetype -lpng -lz
-lXpm -lX11  -lproj -ljpeg -lpng -L/opt/arcsde/sdeexe93//lib -lsde
-lpe -lsg -lpthread -ldl -lgdal   -L/usr/lib64 -lpq -rdynamic
-L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib64
-lssl -lcrypto -lmysqlclient -L/usr/kerberos/lib64 -lcurl -ldl
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz
-L/usr/lib64 -lgeos_c -lpthread -lc  -lz -lxml2 -lz -lm -lfribidi
-lm -lstdc++   -o shp2img
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.so
when searching for -lsde
/usr/bin/ld: skipping incompatible /opt/arcsde/sdeexe93//lib/libsde.a
when searching for -lsde
/usr/bin/ld: cannot find -lsde
collect2: ld returned 1 exit status

any hint?

thanks

jachym


Dne 12. dubna 2010 8:00 Jachym Cepicky  napsal(a):
> Hi,
>
> slowly, I'm approaching. Our customer had to write to out local service
> provider of ESRI and they had to write to ESRI and request for the
> header files (I can not find the page, where it was written, but the
> header files should just arrive from U.S. here).
>
> So, now I "should" be able to compile
>
> Thanks
>
> Jachym
>
> Lime, Steve D (DNR) píše v St 07. 04. 2010 v 16:40 -0500:
>> Don't know if success was had or not. The standard 9.3 disks I had access to 
>> did not have the headers available. Must need some super secret handshake to 
>> get them. Anyway, I just copied the 9.2 headers into the same spot in the 
>> 9.3 directories  and it works just fine. Don't know that I'd recommend that 
>> approach in lieu of learning the super secret handshake but it worked here 
>> in a pinch...
>>
>> Steve
>>
>> -Original Message-
>> From: mapserver-users-boun...@lists.osgeo.org 
>> [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
>> Sent: Thursday, March 18, 2010 10:44 PM
>> To: Jachym Cepicky
>> Cc: mapserver-users@lists.osgeo.org
>> Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4
>>
>> 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
>> >
>>
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
> --
> Jachym Cepicky
> e-mail: jachym.cepicky gmail com
> URL: http://les-ejk.cz
> PGP Public key: http://les-ejk.cz/pgp/JachymCepicky.pgp
>



-- 
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-04-11 Thread Jachym Cepicky
Hi,

slowly, I'm approaching. Our customer had to write to out local service
provider of ESRI and they had to write to ESRI and request for the
header files (I can not find the page, where it was written, but the
header files should just arrive from U.S. here).

So, now I "should" be able to compile

Thanks

Jachym

Lime, Steve D (DNR) píše v St 07. 04. 2010 v 16:40 -0500: 
> Don't know if success was had or not. The standard 9.3 disks I had access to 
> did not have the headers available. Must need some super secret handshake to 
> get them. Anyway, I just copied the 9.2 headers into the same spot in the 9.3 
> directories  and it works just fine. Don't know that I'd recommend that 
> approach in lieu of learning the super secret handshake but it worked here in 
> a pinch...
> 
> Steve
> 
> -Original Message-
> From: mapserver-users-boun...@lists.osgeo.org 
> [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
> Sent: Thursday, March 18, 2010 10:44 PM
> To: Jachym Cepicky
> Cc: mapserver-users@lists.osgeo.org
> Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4
> 
> 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
> >   
> 
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users


-- 
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
PGP Public key: http://les-ejk.cz/pgp/JachymCepicky.pgp


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-04-07 Thread Lime, Steve D (DNR)
Don't know if success was had or not. The standard 9.3 disks I had access to 
did not have the headers available. Must need some super secret handshake to 
get them. Anyway, I just copied the 9.2 headers into the same spot in the 9.3 
directories  and it works just fine. Don't know that I'd recommend that 
approach in lieu of learning the super secret handshake but it worked here in a 
pinch...

Steve

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Huey Brantley
Sent: Thursday, March 18, 2010 10:44 PM
To: Jachym Cepicky
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] can not compile arcsde 9.3 with mapserver 5.4

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
>   

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-03-18 Thread Huey Brantley

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
  


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-03-18 Thread Russell McOrmond


On Thu, 18 Mar 2010, Jachym Cepicky wrote:


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


  You need to ArcSDE SDK, which is a separate package from the install 
disks.  It will have the required include/ and lib/ directories that you 
need to have to compile mapserver against the sde library.


  I haven't compiled against the 9.3 SDK yet, but here is what is in the 
9.2 SDK to compare:


$ find sdeexe92/ -type f
sdeexe92/etc/services.sde
sdeexe92/lib/icu4j_3_2.jar
sdeexe92/lib/libedgemt.so
sdeexe92/lib/libmtchloc.so
sdeexe92/lib/libsg.so
sdeexe92/lib/libsdedb2srvr92.so
sdeexe92/lib/concurrent.jar
sdeexe92/lib/jpe92_sdk.jar
sdeexe92/lib/libgsrvrora9i92.so
sdeexe92/lib/libgsrvrora10g92.so
sdeexe92/lib/libloceng.so
sdeexe92/lib/liblocssa.so
sdeexe92/lib/libpe.so
sdeexe92/lib/libxerces-c.so.26.0
sdeexe92/lib/libicuuc.so.22.0
sdeexe92/lib/libsde.a
sdeexe92/lib/libgsrvrdb292.so
sdeexe92/lib/libsdeora9isrvr92.so
sdeexe92/lib/libsde.so
sdeexe92/lib/libicudata.so.22.0
sdeexe92/lib/libsdeora10gsrvr92.so
sdeexe92/lib/libmtchmt.so
sdeexe92/lib/libsg.a
sdeexe92/lib/libpe.a
sdeexe92/lib/jsde92_sdk.jar
sdeexe92/lib/libsdejavautil.so
sdeexe92/include/sg.h
sdeexe92/include/sderaster.h
sdeexe92/include/pedef.h
sdeexe92/include/sdeerno.h
sdeexe92/include/pef.h
sdeexe92/include/sgerr.h
sdeexe92/include/pe.h
sdeexe92/include/sdetype.h
sdeexe92/include/pe_coordsys_from_prj.h

--
 Russell McOrmond, Internet Consultant: 
 Please help us tell the Canadian Parliament to protect our property
 rights as owners of Information Technology. Sign the petition!
 http://digital-copyright.ca/petition/ict/ http://KillBillC61.ca

 "The government, lobbied by legacy copyright holders and hardware
  manufacturers, can pry control over my camcorder, computer,
  home theatre, or portable media player from my cold dead hands!"
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2010-03-18 Thread Jachym Cepicky
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
-- 
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users