php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7788 Make fails with sybase-ct, cannot find ctpublic.h
Submitted: 2000-11-13 12:56 UTC Modified: 2000-11-14 16:40 UTC
From: will at dotmarkeing dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3pl1 OS: RedHat 6.2
Private report: No CVE-ID: None
 [2000-11-13 12:56 UTC] will at dotmarkeing dot com
Standard RedHat 6.2 box, using the sybase sybase-common-11.9.2-2.i386.rpm

Configure:
./configure --with-sybase-ct=/opt/sybase-11.9.2

make[2]: Entering directory `/downloads/php-4.0.3pl1/main'
gcc  -I. -I/downloads/php-4.0.3pl1/main -I/downloads/php-4.0.3pl1 -I/downloads/php-4.0.3pl1/main -I/downloads/php-4.0.3pl1/Zend -I/downloads/php-4.0.3pl1 -I/downloads/php-4.0.3pl1/ext/mysql/libmysql -I/opt/sybase-11.9.2/include -I/downloads/php-4.0.3pl1/ext/xml/expat/xmltok -I/downloads/php-4.0.3pl1/ext/xml/expat/xmlparse -I/downloads/php-4.0.3pl1/TSRM  -DXML_BYTE_ORDER=12 -g -O2  -c internal_functions.c && touch internal_functions.lo
In file included from internal_functions.c:33:
/downloads/php-4.0.3pl1/ext/sybase_ct/php_sybase_ct.h:58: ctpublic.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/downloads/php-4.0.3pl1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/php-4.0.3pl1/main'
make: *** [all-recursive] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-14 16:40 UTC] joey@php.net
Is ctpublic.h in /opt/sybase-11.9.2/include?
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jul 04 02:00:01 2026 UTC