[PHP-DEV] Bug #596: apache startup fails with php3 and sybase-ct loaded as a module. From: stephen <email protected>
Date: 07/29/98

From: stephen <email protected>
Operating system: RedHat Linux 5.1
PHP version: 3.0.2a
PHP Bug Type: Sybase related
Bug description:
I installed apache and php3 exactly as described in the Quick Install section of the INSTALL file with one exception:

Where it says run ./configure --with-mysql, I used ./configure --with-sybase-ct=/opt/sybase.

After finishing the Quick Installation procedures, I typed "./apachectl start" from the /www/sbin directory and got: "./apachectl start: httpd could not be started". When startup failed, I tried typing "./httpd" which gave me a Segmentation fault.

I compiled the software on RedHat Linux 5.1 and have Sybase CTLib 10.0.0 installed in /opt/sybase. I'm sure that CTLib is installed properly because I access my database using sybperl and sqsh.

Just to make sure, I compiled php3 as an apache module without sybase-ct support, and everything worked fine.

Any ideas on why the sybase support is broken on my machine?