Совместим ли xdebug с пользовательской установкой php 5.3?

Совместим ли xdebug с пользовательской установкой php 5.3?
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

Есть ли способ обойти это и запустить xdebug с php 5.3 на Ubuntu?

решение1

Где вы взяли свою пользовательскую версию php, вы ее сами собрали? Вероятно, вам также придется собрать пользовательский пакет php5-xdebug. Если вы собрали свой собственный php, то должно быть довольно легко получить исходный пакет для xdebug и пересобрать его с вашим пользовательским php.

Связанный контент