Getting this error:
[root@web1 ffmpegphp]# make install
Installing shared extensions: /usr/lib64/php/modules/
cp: cannot stat `modules/*': No such file or directory
make: *** [install-modules] Error 1
It is some what same as: ffmpeg cannot install PHP extension module
But i could not find ".so" file: PHP cannot load shared libraries
It's says "PHP extensions are not compiled for this version of your PHP"
My server PHP:
[root@web1 ffmpegphp]# phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
How do I change my PHP Api number?