[mapserver-users] Java mapscript Crash in Ubuntu Hardy
Rodriguez, Heraldo
hrodriguez at siscat.com.ar
Tue Jan 13 08:01:19 PST 2009
Hi everyone,
We are having problems using a java mapscript
application in Ubuntu hardy Heron ( server edition).
After calling the drawQuery method the VM crashes
with the following error message
An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb1af4d6d, pid=16666, tid=2982337424
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_15-b04 mixed mode, sharing)
# Problematic frame:
# C [libmapscript.so+0xa4d6d] msPolylineLabelPath+0x74d
This application is already working in a debian etch server with
same vm and mapserver version .
Differences are postgres 8.1 instead of postgres 8.3 and some
libraries such as swig 1.3.22 vs 1.3.33
We tested upgrading to mapserver 5.2.1 with same results.
Thanks in advance .
Heraldo
Additional Info
SO
Ubuntu 8.04
Kernel 2.6.24-22
JVM VERSION
jdk-1_5_0_15
MAPSERVER VERSION 5.2.0
Configure setting
./configure --with-postgis=/usr/bin/pg_config --enable-debug
--with-threads --without-pdf --without-tiff
--with-gdal=/usr/bin/gdal-config --with-ogr=/usr/bin/gdal-config
--with-freetype=/usr/bin --with-png=/usr/bin
--with-libiconv=/usr/bin/iconv --without-xpm --with-zlib=/usr
--without-eppl --with-agg=/usr/local --without-mygis --with-gd=/usr
LOG POST ( configure)
## --------- ##
## Platform. ##
## --------- ##
hostname = mapserver
uname -m = i686
uname -r = 2.6.24-22
uname -s = Linux
uname -v = #1 SMP Mon Nov 24 19:55:07 UTC 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/java/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1955: checking for gcc
configure:1971: found /usr/bin/gcc
configure:1982: result: gcc
configure:2220: checking for C compiler version
configure:2227: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
configure:2230: $? = 0
configure:2237: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2240: $? = 0
configure:2247: gcc -V >&5
gcc: '-V' option must have argument
configure:2250: $? = 1
configure:2273: checking for C compiler default output file name
configure:2300: gcc conftest.c >&5
configure:2303: $? = 0
configure:2341: result: a.out
configure:2358: checking whether the C compiler works
configure:2368: ./a.out
configure:2371: $? = 0
configure:2388: result: yes
configure:2395: checking whether we are cross compiling
configure:2397: result: no
configure:2400: checking for suffix of executables
configure:2407: gcc -o conftest conftest.c >&5
configure:2410: $? = 0
configure:2434: result:
configure:2440: checking for suffix of object files
configure:2466: gcc -c conftest.c >&5
configure:2469: $? = 0
configure:2492: result: o
configure:2496: checking whether we are using the GNU C compiler
configure:2525: gcc -c conftest.c >&5
configure:2531: $? = 0
configure:2548: result: yes
configure:2553: checking whether gcc accepts -g
configure:2583: gcc -c -g conftest.c >&5
configure:2589: $? = 0
configure:2688: result: yes
configure:2705: checking for gcc option to accept ISO C89
configure:2779: gcc -c -g -O2 conftest.c >&5
configure:2785: $? = 0
configure:2808: result: none needed
configure:2884: checking for g++
configure:2900: found /usr/bin/g++
configure:2911: result: g++
configure:2942: checking for C++ compiler version
configure:2949: g++ --version >&5
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
configure:2952: $? = 0
configure:2959: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2962: $? = 0
configure:2969: g++ -V >&5
g++: '-V' option must have argument
configure:2972: $? = 1
configure:2975: checking whether we are using the GNU C++ compiler
configure:3004: g++ -c conftest.cpp >&5
configure:3010: $? = 0
configure:3027: result: yes
configure:3032: checking whether g++ accepts -g
configure:3062: g++ -c -g conftest.cpp >&5
configure:3068: $? = 0
configure:3167: result: yes
configure:3233: checking for ranlib
configure:3249: found /usr/bin/ranlib
configure:3260: result: ranlib
configure:3291: checking for flex
configure:3321: result: no
configure:3291: checking for lex
configure:3321: result: no
configure:3495: checking for bison
configure:3525: result: no
configure:3495: checking for byacc
configure:3525: result: no
configure:3535: checking if compiler supports -R
configure:3564: gcc -o conftest -g -O2 conftest.c -R /usr/lib >&5
gcc: unrecognized option '-R'
/usr/bin/ld: /usr/lib: No such file: File format not recognized
collect2: ld returned 1 exit status
configure:3570: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3589: result: no
configure:3596: checking if compiler supports -Wl,-rpath,
configure:3625: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib
>&5
configure:3631: $? = 0
configure:3650: result: yes
configure:3726: checking for exp in -lm
configure:3761: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:15: warning: conflicting types for built-in function 'exp'
configure:3767: $? = 0
configure:3785: result: yes
configure:3794: checking for __gxx_personality_v0 in -lstdc++
configure:3829: gcc -o conftest -g -O2 conftest.c -lstdc++ >&5
configure:3835: $? = 0
configure:3853: result: yes
configure:3869: checking how to run the C preprocessor
configure:3909: gcc -E conftest.c
configure:3915: $? = 0
configure:3946: gcc -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3952: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3985: result: gcc -E
configure:4014: gcc -E conftest.c
configure:4020: $? = 0
configure:4051: gcc -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:4057: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4095: checking for grep that handles long lines and -e
configure:4169: result: /bin/grep
configure:4174: checking for egrep
configure:4252: result: /bin/grep -E
configure:4257: checking for ANSI C header files
configure:4287: gcc -c -g -O2 conftest.c >&5
configure:4293: $? = 0
configure:4392: gcc -o conftest -g -O2 conftest.c -lm -lstdc++ >&5
configure:4395: $? = 0
configure:4401: ./conftest
configure:4404: $? = 0
configure:4421: result: yes
configure:4447: checking for strcasecmp
configure:4503: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
conftest.c:32: warning: conflicting types for built-in function
'strcasecmp'
configure:4509: $? = 0
configure:4526: result: yes
configure:4534: checking for strncasecmp
configure:4590: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
conftest.c:32: warning: conflicting types for built-in function
'strncasecmp'
configure:4596: $? = 0
configure:4613: result: yes
configure:4621: checking for strdup
configure:4677: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
conftest.c:32: warning: conflicting types for built-in function 'strdup'
configure:4683: $? = 0
configure:4700: result: yes
configure:4708: checking for strrstr
configure:4764: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
/tmp/ccig9Kke.o: In function `main':
/usr/local/src/mapserver-5.2.0/conftest.c:43: undefined reference to
`strrstr'
collect2: ld returned 1 exit status
configure:4770: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| /* Define strrstr to an innocuous variant, in case <limits.h> declares
strrstr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strrstr innocuous_strrstr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strrstr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strrstr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strrstr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strrstr || defined __stub___strrstr
| choke me
| #endif
|
| int
| main ()
| {
| return strrstr ();
| ;
| return 0;
| }
configure:4787: result: no
configure:4795: checking for strlcat
configure:4851: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
/tmp/ccOjfdAB.o: In function `main':
/usr/local/src/mapserver-5.2.0/conftest.c:43: undefined reference to
`strlcat'
collect2: ld returned 1 exit status
configure:4857: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares
strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:4874: result: no
configure:4882: checking for vsnprintf
configure:4938: gcc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++
>&5
conftest.c:32: warning: conflicting types for built-in function
'vsnprintf'
configure:4944: $? = 0
configure:4961: result: yes
configure:4971: result: MapServer Version from mapserver.h: '5.2.0'
configure:4977: checking if pkg-config path is provided
configure:5001: checking for pkg-config
configure:5019: found /usr/bin/pkg-config
configure:5032: result: /usr/bin/pkg-config
configure:5076: checking where FreeType 2.x is installed...
configure:5089: checking for freetype-config
configure:5107: found /usr/bin/freetype-config
configure:5120: result: /usr/bin/freetype-config
configure:5133: result: using libfreetype from -lfreetype -lz
configure:5195: checking for FT_Init_FreeType in -lfreetype
configure:5230: gcc -o conftest -g -O2 -fPIC conftest.c -lfreetype
-lm -lstdc++ >&5
configure:5236: $? = 0
configure:5254: result: yes
configure:5262: result: using libfreetype -lfreetype from system
libs.
configure:5290: checking where Zlib is installed...
configure:5362: checking for zlibVersion in -lz
configure:5397: gcc -o conftest -g -O2 -fPIC conftest.c -lz -lm
-lstdc++ >&5
configure:5403: $? = 0
configure:5421: result: yes
configure:5430: result: using libz from system libs
(-DUSE_ZLIB).
configure:5470: checking where PNG is installed...
configure:5509: checking for png_init_io in -lpng
configure:5544: gcc -o conftest -g -O2 -fPIC conftest.c -lpng -lz -lm
-lstdc++ >&5
configure:5550: $? = 0
configure:5568: result: yes
configure:5576: result: using libpng from system libs.
configure:5588: checking whether we should include JPEG support...
configure:5743: checking for jpeg_read_header in -ljpeg
configure:5778: gcc -o conftest -g -O2 -fPIC conftest.c -ljpeg -lm
-lstdc++ >&5
configure:5784: $? = 0
configure:5802: result: yes
configure:5811: result: using libjpeg from system libs.
configure:5982: checking where libiconv is installed...
configure:6001: checking for iconv_open in -lc
configure:6036: gcc -o conftest -g -O2 -fPIC conftest.c -lc -L -lm
-lstdc++ >&5
configure:6042: $? = 0
configure:6060: result: yes
configure:6066: checking for libiconv_open in -liconv
configure:6101: gcc -o conftest -g -O2 -fPIC conftest.c -liconv -L
-lm -lstdc++ >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:6107: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char libiconv_open ();
| int
| main ()
| {
| return libiconv_open ();
| ;
| return 0;
| }
configure:6125: result: no
configure:6131: checking for iconv_open in -liconv
configure:6166: gcc -o conftest -g -O2 -fPIC conftest.c -liconv -L
-lm -lstdc++ >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:6172: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:6190: result: no
configure:6203: result: using libiconv from -L -lc
configure:6441: result: libiconv found. Enabling
internationalization (-DUSE_ICONV)
configure:6483: checking for GD 2.0.16 or higher...
configure:6710: checking for gdFontCacheSetup in -lgd
configure:6745: gcc -o conftest -g -O2 -fPIC conftest.c -lgd -ljpeg
-lfreetype -lpng -lz -lm -lstdc++ >&5
configure:6751: $? = 0
configure:6769: result: yes
configure:6852: result: using libgd 2.0.16 (or higher) from
system libs (-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz ).
configure:7451: checking for gdImageCreate in -lgd
configure:7486: gcc -o conftest -g -O2 -fPIC conftest.c -lgd -ljpeg
-lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7492: $? = 0
configure:7510: result: yes
configure:7522: checking for gdImageGif in -lgd
configure:7557: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7563: $? = 0
configure:7581: result: yes
configure:7587: checking for gdImagePng in -lgd
configure:7622: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7628: $? = 0
configure:7646: result: yes
configure:7652: checking for gdImageJpeg in -lgd
configure:7687: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7693: $? = 0
configure:7711: result: yes
configure:7717: checking for gdImageWBMP in -lgd
configure:7752: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7758: $? = 0
configure:7776: result: yes
configure:7783: checking for gdImageStringFT in -lgd
configure:7818: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7824: $? = 0
configure:7842: result: yes
configure:7849: checking for gdImageOpenPolygon in -lgd
configure:7884: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7890: $? = 0
configure:7908: result: yes
configure:7915: checking for gdImageGifPtr in -lgd
configure:7950: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:7956: $? = 0
configure:7974: result: yes
configure:7981: checking for gdFontGetTiny in -lgd
configure:8016: gcc -o conftest -g -O2 -fPIC conftest.c -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -lm -lstdc++ >&5
configure:8022: $? = 0
configure:8040: result: yes
configure:8049: result: using GD ( -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) from system libs.
configure:8087: checking whether we should include PDF support...
configure:8096: result: disabled by --without-pdf
configure:9023: checking if AGG support requested
configure:9043: result: looking for agg libs in /usr
configure:9090: result: using libagg from /usr
configure:9097: result: using libaggfontfreetype from /usr
configure:9163: checking if RGBA palette png support requested
configure:9173: result: no
configure:9689: checking whether we should include EPPL7 support...
configure:9698: result: disabled by --without-eppl
configure:9722: checking whether we should include PROJ.4 support...
configure:10013: result: PROJ.4 support not requested.
configure:10032: checking whether we should include thread safe
support...
configure:10043: checking for pthread_create in -lpthread
configure:10078: gcc -o conftest -g -O2 -fPIC conftest.c -lpthread
-lm -lstdc++ >&5
configure:10084: $? = 0
configure:10102: result: yes
configure:10111: result: using -lpthread from system libs.
configure:10141: checking whether we should include ESRI SDE support...
configure:10654: result: ESRI SDE support not requested.
configure:10670: checking if GEOS support requested
configure:10801: result: no
configure:10807: checking whether we should include OGR support...
configure:10823: checking for gdal-config
configure:10841: found /usr/bin/gdal-config
configure:10854: result: /usr/bin/gdal-config
configure:10875: result: OGR enabled (-DUSE_OGR).
configure:10889: checking if GDAL support requested
configure:10901: result: yes
configure:11005: checking checking ms JPEG output
configure:11009: result: no we, have GDAL available.
configure:11023: checking whether we should include TIFF support...
configure:11036: result: disabled by --without-tiff
configure:11191: checking if PostGIS support requested
configure:11206: result: yes
configure:11210: checking for pg_config
configure:11228: found /usr/bin/pg_config
configure:11241: result: /usr/bin/pg_config
configure:11258: result: yes, user supplied pg_config
configure:11277: checking if MyGIS support requested
configure:11288: result: no
configure:11365: checking if OracleSpatial support requested
configure:11375: result: no
configure:11443: checking if MING/Flash support requested
configure:11453: result: no
configure:11484: checking whether we should include WMS Server
support...
configure:11500: result: OGC WMS Compatibility not enabled
(PROJ.4 is required for WMS).
configure:11518: checking whether we should include WFS Server
support...
configure:11529: result: OGC WFS Server support not requested.
configure:11559: checking whether we should include WCS Server
support...
configure:11569: result: OGC WCS Server support not requested.
configure:11591: checking whether we should include WMS Client
Connections support...
configure:11607: result: OGC WMS Client Connections not enabled
(PROJ.4 and libcurl required).
configure:11617: checking whether we should include WFS Client
Connections support...
configure:11633: result: OGC WFS Client Connections not enabled
(PROJ.4, libcurl and OGR required).
configure:11643: checking whether we should include OGC SOS Server
support...
configure:11654: result: OGC SOS Server support not requested.
configure:11677: checking for curl-config...
configure:11782: checking for libxml2
configure:11810: result: libxml2 not required.
configure:11906: checking if FriBidi support requested
configure:11917: result: no
configure:12016: checking FastCGI support
configure:12027: result: not requested.
configure:12129: checking HTTPD server (Apache) version...
configure:12165: checking for httpd
configure:12200: result: no
configure:12208: result: 'httpd' not found, skipping Apache
version detection. You may want to use --with-httpd=/path/to/httpd
configure:12310: result: Compiling with fast MS_NINT
configure:12318: checking compiler warnings
configure:12346: result: basic
configure:12372: checking whether we should enable debug features...
configure:12383: result: Enabling debug features: -g in CFLAGS.
configure:12406: checking for PHP/MapScript module options...
configure:12774: result: PHP/MapScript module not configured.
configure:13045: checking if --enable-runpath requested
configure:13055: result: no
configure:13063: checking if --with-java-include-os-name specified
configure:13084: result: no, autodetected linux
configure:13235: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mapserver
config.status:703: creating Makefile
config.status:703: creating mapscript/java/Makefile
config.status:703: creating mapscript/csharp/Makefile
configure:14281: result:
configure:14283: result: MapServer is now configured for
configure:14285: result:
configure:14287: result: -------------- Compiler Info -------------
configure:14289: result: C compiler: gcc -g -O2 -fPIC
-Wall
configure:14291: result: C++ compiler: g++ -g -O2 -fPIC
-Wall
configure:14293: result: Debug: -g
configure:14295: result: Generic NINT:
configure:14297: result:
configure:14299: result: -------------- Renderer Settings ---------
configure:14301: result: zlib support: -DUSE_ZLIB
configure:14303: result: png support:
configure:14305: result: palette rgba png support:
configure:14307: result: jpeg support:
configure:14309: result: iconv support: -DUSE_ICONV
configure:14311: result: AGG support: -DUSE_AGG
configure:14313: result: AGG Freetype support: -laggfontfreetype
configure:14315: result: Ming(flash) support:
configure:14317: result: PDFLib support:
configure:14319: result:
configure:14322: result: -------------- Support Libraries ---------
configure:14324: result: Proj.4 support:
configure:14326: result: Libxml2 support:
configure:14328: result: FriBidi support:
configure:14330: result: Curl support:
configure:14332: result: FastCGI support:
configure:14334: result: Threading support: -DUSE_THREAD
configure:14336: result: GEOS support:
configure:14338: result:
configure:14341: result: -------------- Data Format Drivers -------
configure:14343: result: native tiff support:
configure:14345: result: PostGIS support: -DUSE_POSTGIS
configure:14347: result: EPPL7 support:
configure:14349: result: ArcSDE support:
configure:14351: result: OGR support: -DUSE_OGR
configure:14353: result: GDAL support: -DUSE_GDAL
configure:14355: result: Oracle Spatial support:
configure:14357: result:
configure:14360: result: -------------- OGC Services --------------
configure:14362: result: WMS Server:
configure:14364: result: WMS Client:
configure:14366: result: WFS Server:
configure:14368: result: WFS Client:
configure:14370: result: WCS Server:
configure:14372: result: SOS Server:
configure:14374: result:
configure:14377: result: -------------- MapScript -----------------
configure:14383: result: PHP MapScript: no
configure:14387: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strrstr=no
ac_cv_func_vsnprintf=yes
ac_cv_header_stdc=yes
ac_cv_lib_c_iconv_open=yes
ac_cv_lib_freetype_FT_Init_FreeType=yes
ac_cv_lib_gd_gdFontCacheSetup=yes
ac_cv_lib_gd_gdFontGetTiny=yes
ac_cv_lib_gd_gdImageCreate=yes
ac_cv_lib_gd_gdImageGif=yes
ac_cv_lib_gd_gdImageGifPtr=yes
ac_cv_lib_gd_gdImageJpeg=yes
ac_cv_lib_gd_gdImageOpenPolygon=yes
ac_cv_lib_gd_gdImagePng=yes
ac_cv_lib_gd_gdImageStringFT=yes
ac_cv_lib_gd_gdImageWBMP=yes
ac_cv_lib_iconv_iconv_open=no
ac_cv_lib_iconv_libiconv_open=no
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_m_exp=yes
ac_cv_lib_png_png_init_io=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_stdcpp___gxx_personality_v0=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FT_BIN=/usr/bin/freetype-config
ac_cv_path_GDAL_CONFIG=/usr/bin/gdal-config
ac_cv_path_GREP=/bin/grep
ac_cv_path_HTTPD=
ac_cv_path_PG_CONFIG=/usr/bin/pg_config
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AGG_ENABLED='-DUSE_AGG'
AGG_FT_DIR=''
AGG_FT_OBJ=''
AGG_INC='-I/usr/include/agg2 -I/usr/include/freetype2'
AGG_LIB='-L/usr/lib -lagg -laggfontfreetype'
ALL_ENABLED=' -DUSE_POSTGIS -DUSE_GDAL -DUSE_OGR
-DUSE_THREAD -DUSE_AGG -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 -DUSE_ZLIB '
ALL_INC=' -I/usr/include/postgresql -I/usr/include/gdal
-I/usr/include/agg2 -I/usr/include/freetype2 -I/usr/include '
ALL_LIB=' -L/usr/lib -lpq -ljpeg -lfreetype -lpng -lz
-L/usr/lib -lgdal1.4.0 -L/usr/lib -lgeos -lgeos_c -lodbc -lodbcinst
-L/usr/lib -lxerces-c -lpthread -ljasper -lhdf5 -lmfhdf -ldf -logdi
-lgif -ljpeg -ltiff -lpng -lnetcdf -lpq -L/usr/lib -lpq -lz -lpthread
-lm -lrt -ldl -lsqlite3 -lcurl -lgssapi_krb5 -L/usr/lib/mysql
-lmysqlclient -lpthread -L/usr/lib -lagg -laggfontfreetype -lgd
-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -L -lc -lz '
ALL_STATIC_LIB=' '
APACHE_INC=''
CC='gcc'
CFLAGS='-g -O2 -fPIC -Wall '
CPP='gcc -E'
CPPFLAGS=''
CURL_INC=''
CURL_LIB=''
CXX='g++'
CXXFLAGS='-g -O2 -fPIC -Wall '
C_PIC='-fPIC'
DEBUG_FLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EPPL_ENABLED=''
EPPL_OBJ=''
EXEEXT=''
FASTCGI_ENABLED=''
FASTCGI_INC=''
FASTCGI_LIB=''
FRIBIDI_CONFIG='no'
FRIBIDI_ENABLED=''
FRIBIDI_INC=''
FRIBIDI_LIB=''
FT_BIN='/usr/bin/freetype-config'
GDAL_CONFIG='/usr/bin/gdal-config'
GDAL_ENABLED='-DUSE_GDAL'
GDAL_INC='-I/usr/include/gdal'
GDAL_LIB='-L/usr/lib -lgdal1.4.0 -L/usr/lib -lgeos -lgeos_c -lodbc
-lodbcinst -L/usr/lib -lxerces-c -lpthread -ljasper -lhdf5 -lmfhdf -ldf
-logdi -lgif -ljpeg -ltiff -lpng -lnetcdf -lpq -L/usr/lib -lpq -lz
-lpthread -lm -lrt -ldl -lsqlite3 -lcurl -lgssapi_krb5 -L/usr/lib/mysql
-lmysqlclient'
GD_DEF=' -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'
GD_INC='-I/usr/include'
GD_LIB='-lgd -L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz '
GD_STATIC=''
GEOS_CONFIG=''
GEOS_ENABLED=''
GEOS_INC=''
GEOS_LIB=''
GREP='/bin/grep'
HTTPD=''
ICONV_ENABLED='-DUSE_ICONV'
ICONV_INC=''
ICONV_LIB='-L -lc'
IGNORE_MISSING_DATA=''
JPEG_ENABLED=''
JPEG_INC=''
JPEG_LIB='-ljpeg'
LDFLAGS=''
LD_SHARED='g++ -shared '
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURL_CONFIG=''
LIBOBJS=''
LIBS=' -lm -lstdc++ '
LIBXML2_CONFIG=''
LTLIBOBJS=''
MAKE_GD=''
MAKE_GD_CLEAN=''
MAKE_PHPMS=''
MAKE_PHPMS_CLEAN=''
MING_ENABLED=''
MING_INC=''
MING_LIB=''
MS_INC='-I/usr/local/src/mapserver-5.2.0'
MS_LIB='-L/usr/local/src/mapserver-5.2.0 -lmapserver'
MS_VERSION='5.2.0'
MYGIS_ENABLED=''
MYGIS_INC=''
MYGIS_LIB=''
MY_CONFIG='no'
OBJEXT='o'
OGR_ENABLED='-DUSE_OGR'
ORACLESPATIAL_ENABLED=''
ORACLESPATIAL_INC=''
ORACLESPATIAL_LIB=''
OS_INCLUDE_DIR='linux'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDF_ENABLED=''
PDF_INC=''
PDF_LIB=''
PG_CONFIG='/usr/bin/pg_config'
PHP_CC=''
PHP_LD=''
PHP_LD_SHARED=''
PHP_REGEX_INC=''
PHP_REGEX_OBJ=''
PHP_SRC_DIR=''
PHP_VERSION_FLAG=''
PKG_CONFIG='/usr/bin/pkg-config'
PNG_INC=''
PNG_LIB='-lpng'
POSTGIS_ENABLED='-DUSE_POSTGIS'
POSTGIS_INC='-I/usr/include/postgresql'
POSTGIS_LIB='-L/usr/lib -lpq'
PROJ_ENABLED=''
PROJ_INC=''
PROJ_LIBS=''
RANLIB='ranlib'
RGBA_PNG_ENABLED=''
RPATHS=''
SDE_ENABLED=''
SDE_INC=''
SDE_LIB=''
SHELL='/bin/bash'
SOS_SVR_ENABLED=''
SO_COMMAND_NAME='-soname'
SO_EXT='so'
STRINGS='-DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR '
THREAD_FLAG='-DUSE_THREAD'
THREAD_LIB='-lpthread'
TIFF_ENABLED=''
TIFF_INC=''
TIFF_LIB=' -ljpeg -lfreetype -lpng -lz '
USE_NINT=''
USE_PHP_REGEX=''
USE_POINT_Z_M=''
WCS_SVR_ENABLED=''
WFS_LYR_ENABLED=''
WFS_SVR_ENABLED=''
WMS_LYR_ENABLED=''
WMS_SVR_ENABLED=''
XML2_INC=''
XML2_LIB=''
XTRALIBS=' -lm -lstdc++'
YACC='yacc'
YFLAGS=''
ZLIB_ENABLED='-DUSE_ZLIB'
ZLIB_INC=''
ZLIB_LIB='-lz'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
configure: exit 0
Lic. Heraldo G. Rodriguez
hrodriguez at siscat.com.ar <mailto:hrodriguez at siscat.com.ar>
TEL: 54-11-4326-4002 int 255
Dpto. Desarrollo
Sistemas Catastrales S.A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090113/d5ce6f0d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1283 bytes
Desc: image001.jpg
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090113/d5ce6f0d/attachment.jpg>
More information about the MapServer-users
mailing list