[mapserver-users] MapServer and SDE

2013-05-23 Thread Weisbender, Eric
I apologize for that last email being so garbled.  I'm trying to do several 
things at once.  Anyway,  here is what I was meaning to ask.



I am trying to compile MapServer with ArcServer 10 support using an EDN 
License.  First off, is this possible with just EDN and secondly do you have an 
Idea of what disks I might find the include header and lib files on?



Thanks,


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


Re: [mapserver-users] Mapserver -- ESRI sde -- zlib --core dump

2009-01-19 Thread Russell McOrmond

On Fri, 16 Jan 2009, Russell McOrmond wrote:

 Googling I found this problem being discussed back in 2007 
http://forums.esri.com/Thread.asp?c=2f=1718t=212867  (Started by Howard 
Butler).  I see a bug tracking ID, but I can't find that ID anywhere but in 
that message (IE: there doesn't seem to be a bug with that ID on 
support.esri.com ).


  I asked for a comment from ESRI, and in the thread listed above. They 
said that this issue has not been fixed for 9.3, but planned for 9.4.


  So we'll have to continue our library liking order hack stuff until 
then.  I haven't quite got this working yet, but have been told it does 
work.


--
 Russell McOrmond, Internet Consultant: http://www.flora.ca/
 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] Mapserver -- ESRI sde -- zlib --core dump

2009-01-16 Thread Russell McOrmond


  Again, apologies for asking a non-Mapserver question in this forum. 
This is a group of people I suspect might have come up against this 
problem and a solution.


  We're trying to get mapserver to connect to SDE to get RASTER data.  I 
know that mapserver just uses GDAL to handle this type of connection.


  At first I was trying to get this connection to work with GDAL 1.4.4 and 
it wasn't connecting, but with GDAL 1.6.0 it connects fine.  The command 
line gdal_translate from this version can grab data without a problem.


  In mapserver I use:

DATA 
SDE:dome,5150,sde,username,password,XDM_XDATA.ELV_NA_GEBCO_BATHYMETRY,RASTER

  Mapserver will connect to the server ( GDALOpen() isn't NULL), but I 
then get a core dump.  With gdb I found that the problem happens when 
inflate_fast() in libz is called by inflate_codes() in libsde.


  Googling I found this problem being discussed back in 2007 
http://forums.esri.com/Thread.asp?c=2f=1718t=212867  (Started by Howard 
Butler).  I see a bug tracking ID, but I can't find that ID anywhere but 
in that message (IE: there doesn't seem to be a bug with that ID on 
support.esri.com ).


  Has anyone in this forum bumped up with this problem and found a 
workaround?  I'm currently using ArcSDE 9.2sp5 . Is this something that is 
known to be fixed in 9.3?


--
 Russell McOrmond, Internet Consultant: http://www.flora.ca/
 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


Re: [mapserver-users] Mapserver -- ESRI sde -- zlib --core dump

2009-01-16 Thread Howard Butler


On Jan 16, 2009, at 12:29 PM, Russell McOrmond wrote:


 Has anyone in this forum bumped up with this problem and found a  
workaround?  I'm currently using ArcSDE 9.2sp5 . Is this something  
that is known to be fixed in 9.3?


This was supposedly fixed in 9.3.  The only work around is to not  
store the raster data as LZW or compressed in any way ( can be set  
with a keyword option using the normal SDE mechanisms for such things).


Another thing to try is to ensure that GDAL links with the zlib in  
$SDEHOME/lib by linking to the sde.so and remove all instances of -lz  
in GDALMake.opt and ensure that GDAL is configured with an external  
zlib (so it doesn't use its own).  IIRC, I was able to get things to  
work with this messy hackery as well.


Sorry, I can't be of much help.  ESRI made the situation even better  
for 9.3.  They don't even ship the *nix SDE SDKs.  You have to ask for  
them to mail them to you :(


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


RE: [mapserver-users] Mapserver -- ESRI sde -- zlib --core dump

2009-01-16 Thread Fawcett, David
FYI, the SDK comes as part of 9.3 sp1

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Howard
Butler
Sent: Friday, January 16, 2009 12:34 PM
To: Russell McOrmond
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Mapserver -- ESRI sde -- zlib --core
dump



On Jan 16, 2009, at 12:29 PM, Russell McOrmond wrote:

  Has anyone in this forum bumped up with this problem and found a
 workaround?  I'm currently using ArcSDE 9.2sp5 . Is this something  
 that is known to be fixed in 9.3?

This was supposedly fixed in 9.3.  The only work around is to not  
store the raster data as LZW or compressed in any way ( can be set  
with a keyword option using the normal SDE mechanisms for such things).

Another thing to try is to ensure that GDAL links with the zlib in  
$SDEHOME/lib by linking to the sde.so and remove all instances of -lz  
in GDALMake.opt and ensure that GDAL is configured with an external  
zlib (so it doesn't use its own).  IIRC, I was able to get things to  
work with this messy hackery as well.

Sorry, I can't be of much help.  ESRI made the situation even better  
for 9.3.  They don't even ship the *nix SDE SDKs.  You have to ask for  
them to mail them to you :(

Howard
___
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


[mapserver-users] mapserver with sde support child process crash

2008-07-17 Thread I-Real - Rob ter Haar

Hi,

Does anyone have experience with mapserver in combination with SDE from 
esri?
I have a problem when i compile mapserver with GCC 4.1 because sde libs 
are compiled in GCC 3.2

and when compiling i get warnings and no errors
Then when I configure mapserver everyting goes well, I see a map, move, 
zoom etc.
But the apache child process who handled a mapserver request is 
infected and in a next request when I parse a php file with the 
function exec() (but also other filesystem functions) the apache child 
process crash. I don't now if this done by the sdelib, but when i 
compile mapserver without sde everything works with no problems.


Have someone seen this before?

Greetings,

R. ter Haar

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