Installing FFMPEG-PHP on Qnap Nas (TS-410), PHPIZE error
Posted
by
Dino
on Server Fault
See other posts from Server Fault
or by Dino
Published on 2012-06-17T21:16:18Z
Indexed on
2012/06/17
21:18 UTC
Read the original article
Hit count: 423
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
© Server Fault or respective owner