Hello!
I've successfully compiled and installed DBG on Mac OS X 10.2 with PHP 4.3.0
I've used the linux instructions and everything worked quite well so far (i only had to ln from glibtoolize to libtoolize).
But when I restart the apache, I get the following error message in errors_log:
PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/dbg.so' - (null) in Unknown on line 0 |
dbg.so is in /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ and extension_dir in php.ini is set to that path too.
Is there anything I forgot?
php.ini only consists of lines for the debugger (extension_dir, extension and the debugger section)
enable_dl is on, safe_mode is off.