Error on installing xdebug via MacPorts
- by Nareille
I wanted to install xdebug via MacPorts, trying the terminal command
sudo port install php5-xdebug
But after a while the installation breaks, giving me an error
---> Configuring php5
Error: org.macports.configure for port php5 returned: configure failure: command execution failed
Error: Failed to install php5
Please see the log file for port php5 for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_php5/php5/main.log
Error: The following dependencies were not installed: php5
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port php5-xdebug failed
I checked with phpinfo(), that my version of php is 5.3.1
What am I missing?
Thanks!
(I'm on a Mac OSX Lion, running Apache with XAMPP, I installed PEAR and PHPUnit successfully)