Changes between Initial Version and Version 1 of Ticket #3047


Ignore:
Timestamp:
Jun 9, 2009, 6:57:10 AM (15 years ago)
Author:
dmorissette
Comment:

Sounds like something missing with respect to SDE. Unfortunately I can't help much with this. Reassigning to Howard who may have more ideas.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3047

    • Property Cc dmorissette added
    • Property Owner changed from dmorissette to hobu
    • Property Milestone6.0 release
  • Ticket #3047 – Description

    initial v1  
    22
    33I configured mapserver 5.4 in a solaris 9 with:
    4 
     4{{{
    55bash-2.05# ./configure --with-ogr=/usr/local/bin/gdal-config --with-gdal=/usr/local/bin/gdal-config --with-httpd=/usr/local/apache2/bin/httpd --with-wfsclient --with-wmsclient --enable-debug --with-curl-config=/usr/local/bin/curl-config --with-proj --with-gd --with-jpeg --with-freetype --with-threads --with-wcs --with-postgis=/usr/local/pgsql/bin/pg_config --with-libiconv=/usr/local --with-geos=/usr/local/bin/geos-config --enable-runpath --with-sde=/instalables/esri/sdeexe92 --with-sde-version=92
     6}}}
    67
    78and all seems to be ok, but when I do the "make", there's the following error:
    89
     10{{{
    911bash-2.05# make
    1012g++ -g -O2 -fPIC -Wall    -DHAVE_VSNPRINTF -DNEED_STRCASESTR -DNEED_STRRSTR       -DUSE_WMS_LYR -DUSE_WFS_LYR  -DUSE_LIBXML2 -DUSE_CURL -DUSE_WCS_SVR  -DUSE_WMS_SVR    -DUSE_POSTGIS  -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_SDE -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL     -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV      -I/usr/local/include       -I/instalables/esri/sdeexe92/include -I/usr/local/include -I/usr/local/pgsql/include  -I/usr/local/include   -I/usr/local/include -I/usr/local/include   -I/usr/local/include/libxml2  shp2img.o -R/usr/local -R/instalables/esri/sdeexe92/lib -L. -lmapserver -lgd -L/usr/local/lib -lgd -ljpeg -lfreetype -lpng -L/lib -lz -L/lib -lXpm -lX11 -L/usr/local/lib -liconv   -ljpeg -lfreetype -lpng -L/lib -lz -L/lib -lXpm -lX11 -L/usr/local/lib -liconv -lproj -ljpeg -lpng -L/instalables/esri/sdeexe92/lib -lsde -lpe -lsg -lpthread -lsocket -ldl -L/usr/local/lib -lgdal -L/usr/local/lib -lgeos_c -L/usr/local/lib -lexpat -ljpeg -lpng -lpq -L/usr/local/pgsql/lib -lpq -lz -lm -lrt -ldl -L/usr/local/lib -lcurl -L/usr/local/lib -R/usr/local/lib -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -lssl -lcrypto -ldl -lsocket -lnsl -lz  -L/usr/local/pgsql/lib -lpq  -L/usr/local/lib -lcurl -L/usr/local/lib -R/usr/local/lib -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -lssl -lcrypto -ldl -lsocket -lnsl -lz  -L/usr/local/lib -lgeos_c -lpthread -L/usr/local/lib -liconv  -L/lib -lz -L/usr/local/lib -R/usr/local/lib -lxml2 -lz -lpthread -liconv -lm -lsocket -lnsl  -lm -lstdc++   -o shp2img
     
    3133collect2: ld returned 1 exit status
    3234make: *** [shp2img] Error 1
    33 
     35}}}
    3436
    3537I'll find about this issue for some days, but I can't complete my installation.