I'm trying to install the debugger extension Xdebug http://xdebug.org/ for PHP on the preinstalled Apache 2.0 running on my local Mac. I tried the built-in PHP installation and also the Entropy PHP package http://www.entropy.ch/software/macosx/php/ I got the extension from the Xebug site and also a precompiled version from Komodo http://code.activestate.com/komodo/ remotedebugging/ It's a PPC Mac and the extension is said to be universal binary, i.e. works on PPC Macs.

Xdebug never shows up in the phpinfo(); output, even though it loads the correct php.ini file (double-checked in output) and the .ini file specifies the extension correctly.

No matter what PHP/Xdebug combo, when I restart Apache, I see something like this in my Apache error log:

[Fri Mar 04 12:26:49 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] Failed loading /usr/local/php5/lib/php/extensions/no-debug-non- zts-20060613/xdebug.so: (null) [Fri Mar 04 12:26:50 2011] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 04 12:26:50 2011] [notice] Digest: done
[Fri Mar 04 12:26:50 2011] [notice] Apache/2.2.14 (Unix) mod_ssl/ 2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.2.9 configured -- resuming normal operations

Is there any way to get more info about why it failed loading? The error message just says (null) - not very helpful. Any other ideas?

Thanks,
Steven

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to