sudo apt-get install php5-xdebug
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-xdebug: Depends: phpapi-20060613
E: Broken packages
tchalvak:~/sites/loltrading$ apt-cache show phpapi-20060613
Existe alguma maneira de contornar isso e executar o xdebug com php 5.3 no Ubuntu?
Responder1
Onde você conseguiu sua versão personalizada do php, você mesmo a construiu? Você provavelmente também terá que construir um pacote php5-xdebug personalizado. Se você construiu seu próprio php, deve ser muito fácil obter o pacote fonte do xdebug e reconstruí-lo em seu php personalizado.