xaxa555 发表于 2011-10-21 18:28:01

安装完lNMP ,装freetds 重启 php 发现mssql.so没有,请问怎么解决?

求救军哥和老师们:
按https://bbs.vpser.net/viewthread.php?tid=2916&pid=15239&page=1&extra=装 freetds,
如下错误:

Starting php_fpm PHP Warning:PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/mssql.so'

安装完lNMP ,装freetds重启 php 发现mssql.so没有,请问怎么解决?

xaxa555 发表于 2011-10-21 18:42:57

# cd ./php-5.2.17/ext/mssql
# /usr/local/php/bin/phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
# ./configure --with-php-config=/usr/local/php/bin/php-config --with-mssql=/usr/local/freetds
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local/php
checking for PHP includes... -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613
checking for PHP installed headers prefix... /usr/local/php/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
是否是上门的警告引起的?

licess 发表于 2011-10-21 19:20:08

警告一般没问题,re2c没有安装上,安装后再试试

xaxa555 发表于 2011-10-21 19:45:01

wget "http://downloads.sourceforge.net/project/re2c/re2c/0.13.5/re2c-0.13.5.tar.gz?use_mirror=cdnetworks-us-2"
多谢军哥,装了,在来一次好了

xaxa555 发表于 2011-10-21 19:46:16

发现 lnmp restart 不能自动 kill, mysql ,php
页: [1]
查看完整版本: 安装完lNMP ,装freetds 重启 php 发现mssql.so没有,请问怎么解决?