Hi,
I need help in a bad way. I need to get Apache 1.3.20, PHP4, Sybase 11.9.2 and RedHat 7.1 to work together.
When I try to compile PHP4 with 'sybase-ct' support the configure gives me the message that I have just compiled with the built in MySQL support.
./configure --with-apxs=/usr/sbin/apxs --with-xml –with-sybase-ct=/opt/sybase-11.9.2
so I try to run the first make and I get the errors:
In file included from internal_functions.c:38:
/usr/src/php-4.0.6/ext/sybase_ct/php_sybase_ct.h:58:22: ctpublic.h: No such file or directory
make[2]: [internal_functions.lo] Error 1
make[2]: Leaving directory /usr/src/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/usr/src/php-4.0.6/main'
make: [all-recursive] Error 1
Oh yes here are my apache configuration lines:
./configure --enable-module=most --enable-shared=max --with-layout=RedHat
make
make install
Thanks!