I'm having a problem installing DBG.
I get this message with dbg-wizard.php
 	| Quote: | 
	| I noticed that DBG (PHP DEBUGGER) is NOT INSTALLED on your server localhost. | 
It's installed according to the instructions.
From dbg-cli
 	| Quote: | 
	| DBG php debugger, version 2.15.5, Copyright 2001, 2007, Dmitri Dmitrienko, www.nusphere.com dbg>file index.php
 Reading symbols from index.php...done.
 dbg>run
 
 Program exited.
 Session start timeout has expired.
 Program is not being run.
 | 
This is from phpinfo():
 	| Quote: | 
	| Apache Version: Apache/2.0.59 (Unix) PHP/5.2.3 
 Loaded Modules: core mod_access mod_auth mod_include mod_log_config mod_env mod_setenvif prefork http_core mod_mime mod_status mod_autoindex mod_asis mod_cgi mod_negotiation mod_dir mod_imap mod_actions mod_userdir mod_alias mod_rewrite mod_so mod_php5
 
 This program makes use of the Zend Scripting Language Engine:
 Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
 with DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko
 
 PHP Version 5.2.3
 './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-xml' '--with-zlib' '--enable-mbstring' '--enable-ftp' '--with-gd'
 | 
There's no DBG section
From php.ini
 	| Quote: | 
	| [debugger]
 debugger.hosts_allow=localhost
 debugger.hosts_deny=ALL
 debugger.ports=7869, 10000/16
 debugger.enabled=on
 debugger.profiler_enabled=on
 
 zend_extension=/usr/lib/php5/dbg.so-5.2.x
 
 | 
Any ideas? I don't see any errors in error_log.