[mapserver-dev] 5.2.1-RC1 mapserver-conf bug
Stephen Woodbridge
woodbri at swoodbridge.com
Sun Jul 13 23:59:54 EDT 2008
Steve et al,
If you configure mapserver like:
./configure \
--enable-ignore-missing-data \
--enable-debug \
--with-httpd=/usr/sbin/apache \
--with-proj=/usr \
--with-agg=../agg-2.4 \
--with-gd=static,/usr/local \
--with-freetype \
--with-postgis \
--without-tiff \
--with-wmsclient \
--with-fribidi-config=/usr/local/lib/pkgconfig/fribidi.pc
make
./mapserver-config --libs
-ljpeg -lfreetype -lpng -lz
-L/home/woodbri/work/precache3/mapserver-5.2.0-rc1/../agg-2.4/src -lagg
-ljpeg -lfreetype -lpng -lz -L/usr/lib64 -lproj -ljpeg -lpng -L/usr/lib
-lpq -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz
-lc -lz -L/usr/local/lib -lfribidi -lm -lstdc++
--libs needs to include "/usr/local/lib/libgd.a" when you specify
"static" on --with-gd=static,/usr/local
I'll open a bug on this.
-Steve W
More information about the mapserver-dev
mailing list