php - phpize command not found when run in terminal -
this question has answer here:
- how install , run phpize 9 answers
i trying install pecl extension, , required phpize. when ran phpize displayed:
ps@ubuntu:~$ phpize no command 'phpize' found, did mean: command 'phpize5' package 'php5-dev' (main) phpize: command not found my current php version : php version 5.4.6-1ubuntu1.2 should install php5-dev version? have conflicting issues? other alternative methods?
what should resolve issue? i'm running ubuntu 12.10
sudo apt-get install php5-dev phpize tool used prepare php module building, you'll need dev package. there shouldn't problems, assuming you're using packaged version of php anyway.
(update - more recent versions of ubuntu try sudo apt-get install php-dev)
Comments
Post a Comment