php - Can't install xdebug using pecl -
this have done: first of installed php5-dev. php.h in /usr/include/php5/main. after that:
cd /opt/lampp/bin ./pecl install xdebug
result:
/tmp/pear/temp/xdebug/xdebug.c:25:17: fatal error: php.h: no such file or directory
i think must pecl in include directory must search... how?
Comments
Post a Comment