2010-09-28, 01:41 AM
FreeBSD 8.1-RELEASE amd64 的操作系统
已经按照步骤安装了autoconf等等。编译安装scws正常,安装路径为/usr/local/scws
但是编译php扩展时报以下错误:
# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/bin/php-config
checking for scws support... yes, shared
checking for scws_new in -lscws... no
configure: error: wrong scws lib version or lib not found
我的PHP为5.2.14,通过FreeBSD ports安装版本,,望解决。
已经按照步骤安装了autoconf等等。编译安装scws正常,安装路径为/usr/local/scws
但是编译php扩展时报以下错误:
# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/bin/php-config
checking for scws support... yes, shared
checking for scws_new in -lscws... no
configure: error: wrong scws lib version or lib not found
我的PHP为5.2.14,通过FreeBSD ports安装版本,,望解决。