How to install XDebug under VMWare Ubuntu LAMP appliance?
|
|
I tried to install xdebug with: Than I found this tutorial on web address Is there any way to install xdebug on this appliance? |
|
|
Hi, Have you tried to update the repository before isntalling the packages? Which is the exact error?
Cheers |
|
|
Thanks man. That is it. |
|
|
There is another problem. After “sudo apt-get install php5-dev php-pear” command finished. Command “pecl install xdebug” build xdebug.so for php 5.3 but vmware lamp appliance has php version 5.2.13. What can I do now? |
|
|
Hi, Sorry but I’m confused. You are installing php packages in your system only to copy the xdebug extension. Try to install directly from the pecl that is included in LAMPStack but maybe you have to install make, gcc, autoconf and other compilation tools:
I hope it helps |
|
|
Thanks. Now it works. |
|
|
You should build php with XSL support. |
|
|
Thanks for your suggestion. We will add it in our TODO list. |

