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

これを回避して、Ubuntu 上の PHP 5.3 で xdebug を実行する方法はありますか?

答え1

カスタムバージョンの PHP はどこで入手しましたか? 自分でビルドしましたか? おそらく、カスタム php5-xdebug パッケージもビルドする必要があります。独自の PHP をビルドした場合は、xdebug のソース パッケージを入手して、カスタム PHP に対して再構築するのは非常に簡単なはずです。

関連情報