Ubuntu XAMPP XDebug Install
Feb 17, 2010 · 2 minute readCategory: ubuntu
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
TESTING INSTALLATION::
1] Ensure LAMP is started/running (i.e apache, mysql) 2] Open your favorite browser i.e FireFox 3] Type http://localhost (if all is well this should take you to the Xampp homepage and ask you to select your prefered language!. This ensures your htdocs web folder is reachable and web server is working fine.) 4] Type http://localhost/phpmyadmin (if all is well this should take you to the mysql admin homepage!. This ensures your mysql database is configured correctly and ready is ready to go!)
NOTE:
If the installation is not done as root, you may experience few security issues while testing your installation:
- http://localhost - may throw errors relating to permissions while trying to open files notably ‘lang.tmp.php’
- http://localhost/phpmyadmin - may throw errors relating to not been able to read ‘config.php’ and also connection to mysql database may fail.
Solution:
Re-Install lampp as root to eliminate such problems.
Thanks to: http://www.webhelp2u.com/article/install-xdebug-on-lampp