Page 1 of 1

Is there a development package for XAMPP 5.6.3

PostPosted: 06. May 2015 16:46
by cagabi
Hi there,

I am trying to install xdebug to run it with Netbeans. I have found a great amount of posts regarding to this.

I have followed the instruction in the link below (but they are for XAMPP 1.8.1
Code: Select all
http://daniel.serbanescu.dk/setup-xdebug-with-xampp-and-netbeans-in-gnulinux/


When running
Code: Select all
/opt/lampp/bin/phpize


i get an error about some php files missing. It looks the solution is to install the development package according to
Code: Select all
http://7php.com/linux-mint-xampp-error-grep-optlamppincludephpmainphp-h-no-such-file-or-directory/


But i cannot find it anywhere.

So is there a development package for XAMPP 5.6.3? or even better does anybody know the way to install xdebug in XAMPP 5.6.3?

Thank you very much in advance,

Carlos

Re: Is there a development package for XAMPP 5.6.3

PostPosted: 06. May 2015 18:05
by Nobbie

Re: Is there a development package for XAMPP 5.6.3

PostPosted: 07. May 2015 09:29
by cagabi
Thanks Nobbie for the link,

I have tried what they say but it didn't work. I'll hope i can find some time soon to keep trying, it is a pain debugging with "echo".

Thanks again,

Carlos

Re: Is there a development package for XAMPP 5.6.3

PostPosted: 07. May 2015 12:26
by Nobbie
It would be easier for you not to use Xampp, instead install Apache/MySQL/PHP etc. directly from your distribution (all linux distributions are coming with very well maintained software repositories), that gives a far better opportunity to install Xdebug on top. Actually there is no need for a Xampp installation on linux.