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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -