I can compiled the php4 with mySQL and Apache successfully, but I get the following error when I try to start the Apache. Would you please tell me what did I do wrong?
[root@mattos apache_1.3.12]# ./bin/apachectl start
Syntax error on line 207 of /usr/local/apache_1.3.12/conf/httpd.conf:
Cannot load /usr/local/apache_1.3.12/libexec/libphp4.so into server: /usr/local/apache_1.3.12/libexec/libphp4.so: undefined symbol: mysql_init
./bin/apachectl start: httpd could not be started
Thanks in advance!
Billy