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

이 문제를 해결하고 우분투에서 PHP 5.3으로 xdebug를 실행할 수 있는 방법이 있습니까?

답변1

사용자 정의 버전의 PHP를 어디서 구하셨나요? 직접 구축하셨나요? 아마도 사용자 정의 php5-xdebug 패키지도 빌드해야 할 것입니다. 자신만의 PHP를 구축했다면 xdebug용 소스 패키지를 구해 사용자 정의 PHP에 맞춰 다시 빌드하는 것이 꽤 쉬울 것입니다.

관련 정보