[mapserver-dev] Question configuring mapserver for fribidi2

Stephen Woodbridge woodbri at swoodbridge.com
Thu May 22 23:58:10 EDT 2008


Hi all,

I have run into a catch 22,

mapserver expects

--with-fribidi-config=yes
--with-fribidi-config=/path/to/fribidi-config

BUT the fribidi2 download does not appear to build one!

Anyone go any ideas?

-Steve W

wget http://fribidi.org/download/fribidi-0.19.1.tar.gz
tar xzf fribidi-0.19.1.tar.gz
cd fribidi-0.19.1
./configure
make
sudo make install
sudo ldconfig

cd ../mapserver-svn/mapserver

./configure \
   --enable-ignore-missing-data \
   --enable-debug \
   --with-httpd=/usr/sbin/apache \
   --with-proj=/usr \
   --with-agg=/u/software/agg-2.4 \
   --with-fribidi-config=yes \
   --with-gd \
   --with-gdal \
   --with-freetype \
   --with-postgis \
   --without-tiff \
   --with-wmsclient \
   --with-ogr \
   --with-wfs

...

checking if FriBidi support requested... yes
checking for fribidi-config... no

...

MapServer is now configured for

  -------------- Compiler Info -------------
   C compiler:                gcc -g -O2 -fPIC -Wall
   C++ compiler:              g++ -g -O2 -fPIC -Wall
   Debug:                     -g
   Generic NINT:

  -------------- Renderer Settings ---------
   zlib support:              -DUSE_ZLIB
   png support:
   palette rgba png support:
   jpeg support:
   iconv support:             -DUSE_ICONV
   AGG support:               -DUSE_AGG
   AGG Freetype support:      agg_font_freetype.o
   Ming(flash) support:
   PDFLib support:

  -------------- Support Libraries ---------
   Proj.4 support:            -DUSE_PROJ
   Libxml2 support:
   FriBidi support:
   Curl support:              -DUSE_CURL
   FastCGI support:
   Threading support:
   GEOS support:

  -------------- Data Format Drivers -------
   native tiff support:
   PostGIS support:           -DUSE_POSTGIS
   EPPL7 support:             -DUSE_EPPL
   ArcSDE support:
   OGR support:               -DUSE_OGR
   GDAL support:              -DUSE_GDAL
   Oracle Spatial support:

  -------------- OGC Services --------------
   WMS Server:                -DUSE_WMS_SVR
   WMS Client:                -DUSE_WMS_LYR
   WFS Server:                -DUSE_WFS_SVR
   WFS Client:                -DUSE_WMS_LYR
   WCS Server:
   SOS Server:

  -------------- MapScript -----------------
   PHP MapScript:             no



More information about the mapserver-dev mailing list