Hi
I am trying to run php4.2.2 with Apache2.0.45 on YDL3.0. Both apache and PHP compile without error and apache runs OK without PHP. When trying to load PHP the following error occurs:
Cannot load /usr/modules/libphp4.so into server: /usr/modules/libphp4.so: undefined symbol: php_apache_register_module
PHP is compiled (without error) with the following options:
[root@linux3d root]# ./configure --prefix=/usr --enable-magic-quotes --enable-safe-mode --enable-track-vars --enable-trans-sid --enable-wddx --with-pgsql=shared,/usr --with-ldap=shared --with-kerberos=/usr/kerberos --with-unixODBC=shared --with-java --with-apxs2 --with-xml=shared --with-dom --with-zlib-dir
Any help appreciated.
Thanks Nick