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