无法使用 Sybase 编译 PHP

无法使用 Sybase 编译 PHP

尝试在 Linux 版本 3.2.0-4-686-pae 中使用 PHP 5.4.13 编译 Sybase ([电子邮件保护]) (gcc 版本 4.6.3 (Debian 4.6.3-14) ) #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

同样的事情。没有结果。我在网上搜索了无果。请帮忙。谢谢。

答案1

抱歉,我发帖后才偶然发现这个答案:

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

我知道这不是一个错误,但这是我找到答案的地方:

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

相关内容