OK. I first compile Apache static. Then I compile PHP. I used
./configure --with-mysql --with-apache=../apache_1.3.20 --enable-track-vars
Then, I configure Apache.
./configure --activate-module=src/modules/php4/libphp4.a
Everything's fine. Then, I make:
ld32: ERROR 33 : Unresolved text symbol "add_assoc_null_ex" -- 1st referenced by modules/php4/libphp4.a(php_mysql.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: INFO 152: Output file removed because of error.
Error code 2 (bu21)
Error code 1 (bu21)
*** Error code 1 (bu21)
There are about 3 dozen ERROR 33's, but I didn't include them for the sake of brevity.
Any idea of what's going on? I'm on IRIX, but that shouldn't be too big of a problem.
Thanks,
Kent Wang