-
Class Error
I purchased your script today and the install went well (or I so I thought). I can create user accounts, navigate around just fine. The problem is when I goto upload. I get this error:
Fatal error: Class 'ffmpeg_movie' not found in /var/www/html/you/upload.php on line 197
I installed ffmpeg from source, I also installed ffmpeg-php, then did a recompile of php as well. In my php configure script I used --with-ffmpeg. Maybe it should be --enable-ffmpeg???
You can view the phpinfo here:
http://www.vorshe.com/phpinfo11.php
What am I doing wrong?
When I installed ffmpeg-php I did what the instructions said, ran phpize, then a configure and make, then make install. It created a ffmpeg.so file, which it moved to its own folder.
Help.
Thanks
Jim
-
The error is due to ffmpeg-php or ffmpeg not installed properly.
-
I followed the directions on this page:
http://vexxhost.com/blog/2007/03/03/ins ... -easy-way/
And when I run this:
php -r 'phpinfo();' | grep ffmpeg
I get this error
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/libavcodec.so.51: undefined symbol: faacDecOpen in Unknown on line 0
Any ideas?
Thanks
Jim