Trying to compile Sybase with PHP 5.4.13 in Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 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
I've also tried
php-5.4.13# ./configure --with-sybase-ct=/usr/include
Same thing. No dice. I've search interwebs to no avail. Please help. Thank you.