0
solarisマシンでmapserver 5.4.2をコンパイルしようとしていますが、問題が発生しています。私は、次のconfigureのパラメータを使用してい :mapserver 5.4.2 fcgiエラー
./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
任意のアイデアそのエラーの意味とどのように私はそれを解決できますか?
おかげで...