我無法在Ubuntu 12.04 LTS上安裝xdebug。無法在Ubuntu 12.04上安裝xdebug LTS
我從xdebug wizard接收到的指令如下: -
- 下載
xdebug-2.4.0beta1.tgz
- 解壓下載的文件與
tar -xvzf xdebug-2.4.0beta1.tgz
- 運行:
cd xdebug-2.4.0beta1
- 運行:
./configure
- 運行:
make
- 兼營:
cp modules/xdebug.so /usr/lib/php5/20100525
- 更新/
etc/php5/cli/php.ini
和改線zend_extension = /usr/lib/php5/20100525/xdebug.so
上執行.configure
我收到以下錯誤: -
checking Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 5.4.0 (found 5.3.10-1ubuntu3.21)
但php -v
是給下面的輸出: -
PHP 5.4.45-2+deb.sury.org~precise+2 (cli) (built: Oct 4 2015 16:12:54)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
但是php-config --version
是報告如下(這是造成問題): - 5.3.10-1ubuntu3.21
爲下段在這個link提到我已經升級的PHP 5.4「添加PPA並安裝新的PHP的新版本」
有人可以讓我知道如何解決這個問題嗎?