Hello All,
I'm trying to install PHP4 on RH Linux 6.1 using Apache 1.3.12. Configuration directives are listed below. Did a make; make install. Added module directives to http.conf "LoadModule php4_module libexec/libphp4.so", "AddModule mod_php4.c". When I do a "apachectl configtest" it reports:
Syntax error on line 239 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: php_regcomp
Can anyone help me understand what I'm doing wrong here?
Thanks!
-- john
configuration directives:
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-servlet=/usr/local/JSDK2.0 \
--with-gdbm \
--enable-ftp \
--with-gd=/usr/local/src/gd-1.8.3 \
--with-jpeg-dir=/usr/local/src/jpeg-6b \
--with-java \
--with-oracle=/usr/local/oracle \
--with-zlib=/usr/local/src/zlib-1.1.3 \
--enable-sysvsem \
--enable-sysvsh \
--enable-sigchild \
--with-regex=system