报错:
[root@test PDO_DBLIB-1.0]# ./configure –with-php-config=/usr/bin/php-config –with-pdo_dblib=/usr/local/freetds
…
…
configure: error: Directory /usr/local/freetds is not a FreeTDS installation directory
解决:
touch /usr/local/freetds/include/tds.h
touch /usr/local/freetds/lib/libtds.a
再 ./configure –with-php-config=/usr/bin/php-config –with-pdo_dblib=/usr/local/freetds 时就ok了
来看看,学习了哈
你不是被楼上的给SEO了吧-。-
什么系统安装,安装这东西的时候出这种错误?
没,想通过评论来SEO的,我都把他们昵称和链接改了再通过的,呵.
centos上装php_dblib连sqlserver.