The Little Guy Posted March 26, 2008 Share Posted March 26, 2008 I am installing ffmpeg-php, and I am getting this errror: checking for ffmpeg headers... configure: error: ffmpeg headers not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option Anyone know what I can do to fix this? Quote Link to comment Share on other sites More sharing options...
trq Posted March 26, 2008 Share Posted March 26, 2008 Have you installed ffmpeg? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted March 26, 2008 Author Share Posted March 26, 2008 yes, it comes pre installed on my servers. Here is what runs when I do "./configure": [sunnyd]$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429 checking for re2c... exit 0; checking for gawk... gawk checking for ffmpeg support... yes, shared checking for ffmpeg headers... configure: error: ffmpeg headers not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option Quote Link to comment Share on other sites More sharing options...
trq Posted March 26, 2008 Share Posted March 26, 2008 Hmm, this seems unusual with that error. checking for ffmpeg support... yes, shared What distro are you using? Id'e be tempted to look for either a ffmpeg-headers package (depending on the distro) or to remove ffmpeg all together and reinstall it from source. Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted March 26, 2008 Author Share Posted March 26, 2008 I cannot get it to work... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.