php - phpize command not found when run in terminal -


this question has answer here:

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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -