Installing FFMPEG-PHP on Qnap Nas (TS-410), PHPIZE error
- by Dino
I have been trying to install ffmpeg-php on my qnap nas (ts-410) without success. ?
Basically I have installed the QPKG Optware, and using the plugin installed php-dev, autoconf, m4, php-gd, and perl.
After that I downloaded ffmpeg-0.6.0.tbz2 (from: http://sourceforge.net/projects/ffmpeg-php/files/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2/download) to the Public folder, and extracted the file (tar -xjf ffmpeg-0.6.0.tbz2)
Then go to the folder: cd ffmpeg-0.6.0
Finally I run: phpize which is where the process fails I get the following error: configure.in:3: warning: prefer named diversions
Can anyone advice how to successfully install ffmpeg-php on my nas?
Ps. I am new to linux so easy step guide would be appreciated, or even better if a QPKG / IPKG becomes available ? !!!!
Thanks
Dean