ffmpeg-php module fails in linux -
i've been trying couple of days now. trying install ffmpeg-php on centos server.
os : centos 6 php : 5.5 ffmpeg : 1.2.1 ffmpeg-php : 0.6.0 ffmpeg installation went on without hitch , able convert files , forth via cli.
while installing ffmpeg-php, encountered errors while making (after configuring) due time.h references corrected renaming files creating extension .lot .lo (as rightly pointed out here)
once done, make process went on smoothly , make install went through without hitch. however, after specifying extension=ffmpeg.so in php.ini file , after restarting apache, module doesn't load or show in phpinfo().
the apache error log shows "php warning: php startup: invalid library (maybe not php library) 'ffmpeg.so' in unknown on line 0" , nothing else.
make test shows same error , fails associated tests. i've checked here wasn't helpful. also, read somewhere may issue permissions permissions ffmpeg.so file 755.
any appreciated.
thanks in advance.
Comments
Post a Comment