I compiled Apache 2.0.44 and Mysql 4.0.12 and PHP 4.2.3 on solaris 9. I ran configure with
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
I get this error when I try to start apache though.
Syntax error on line 230 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp4.so: symbol mysql_create_db: referenced symbol not found
Thanks