I am trying to install ffmpeg on linux enterprise server for php displaying error "phpize not found".
Please help !
You do not have the development libraries available.
Depending on which flavor of linux, the easiest fix is to use
yum install php5-dev
or
apt-get install php5-dev
Then try to use phpize again.