Hi,
I'm trying to run PHP 4.02 as a DSO under Apache 1.3.12 on Mac OS X Server (a BSD variant). I am using --with-mysql --with-apxs and --disable-pear as the config flags. It compiles without errors. The module worked under 1.3.9, but now when I tell apache to load the module, it won't start and the log file shows the error:
dyld: /usr/local/sbin/apache Undefined symbols:
g_allow_ref
Does anyone know what this means or what I might be able to do about it?
Thanks.