Problems with PHP4 on FreeBSD using Apache... help...
Posted: Mon Nov 11, 2002 8:59 am
After compiling php 4.2.3 on FreeBSD 4.7 and trying to link it with Apache 1.3.27 as module I got following error on apache:
This error might be because of register_globals set to off in php4.
What can I do with it?
Code: Select all
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: Undefined symbol "core_globals"What can I do with it?