[Ffmpeg-php-user] installation issues
Brought to you by:
tkirby
|
From: dtra F. <dt...@fa...> - 2005-11-07 01:30:55
|
hi all i've got php5.0.3 installed with the bundled gd library i'm trying to install ffmpeg-php as a dynamic module on this redhat9 box and i followed the instructions on the ffmpeg-php site to install but i'm getting this error when i try to run the test_ffmpeg.php file Warning: dl() [function.dl]: Unable to load dynamic library './ffmpeg.so' - ./ffmpeg.so: cannot open shared object file: No such file or directory in /export/httpdocs/ffmpeg/test_ffmpeg.php on line 17 Can't load extension /usr/lib/20041030/ffmpeg.so the ffmpeg.so file does exist and it is in that directory i had the php source in /export/downloads/php-5.0.3 i copied the ffmpeg-php directory to /export/downloads/php-5.0.3/ext then followed the rest of the instructions, and it all seemed to go well but it doesn't want to load at runtime does anyone know what i am doing wrong? thanks dave |