solaris マシンで mapserver 5.4.2 をコンパイルしようとしていますが、問題が発生しています。次の構成パラメーターを使用しています。
./configure --prefix=$HOME/local/apps/mapserver-5.4.2 \
--with-ogr=$HOME/local/bin/gdal-config \
--with-gdal=$HOME/local/bin/gdal-config \
--with-httpd=$HOME/local/bin/httpd \
--with-curl-config=$HOME/local/bin/curl-config \
--with-proj=$HOME/local \
--with-gd=$HOME/local \
--with-freetype=$HOME/local \
--with-agg=$HOME/src/agg-2.5 \
--with-jpeg \
--with-tiff \
--with-png \
--with-wms \
--with-wmsclient \
--with-wfs \
--with-wfsclient \
--with-zlib \
--without-ld-shared \
--with-postgis=$HOME/local/pgsql8110/bin/pg_config \
--with-fastcgi=$HOME/local
私が得るエラーは次のとおりです。
checking FastCGI support... requested.
checking for FCGI_Accept in -lfcgi... no
configure: error: Unable to link against -L/home/ogclive/local/lib -lfcgi
そのエラーの意味と解決方法はありますか?
ありがとう...