无法用Sybase编译PHP

尝试在Linux版本3.2.0-4-686-pae([email protected])(gcc版本4.6.3(Debian 4.6.3-14))中使用PHP 5.4.13编译Sybase#1 SMP Debian 3.2.35-2

# apt-get install freetds-dev php-5.4.13# ./configure --with-sybase-ct ... ... checking Checking for ctpublic.h... configure: error: ctpublic.h missing! # locate ctpublic.h /usr/include/ctpublic.h 

我也试过了

 php-5.4.13# ./configure --with-sybase-ct=/usr/include 

一样。 没有骰子。 我searchinterwebs无济于事。 请帮忙。 谢谢。

对不起,我真的在发帖后偶然发现了答案:

 --with-sybase-ct=shared,/usr 

我知道这不是一个错误,但这是我find我的答案:

https://bugs.php.net/bug.php?id=13782