Error on installing xdebug via MacPorts

Posted by Nareille on Stack Overflow See other posts from Stack Overflow or by Nareille
Published on 2012-06-28T09:14:13Z Indexed on 2012/06/28 9:15 UTC
Read the original article Hit count: 208

Filed under:
|
|

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)

© Stack Overflow or respective owner

Related posts about php5

Related posts about xdebug