ffmpeg & ffmpeg-php

Discussion in 'Installation/Configuration' started by muucest, Jul 23, 2009.

  1. muucest

    muucest New Member

    I'm trying to install ffmpeg with ffmpeg-php support on CentOS 5.3 64 bit installed by "the perfect server" tutorial.

    I have installed FFMPEG using YUM (yum install ffmpeg ffmpeg-devel ffmpeg-libpostproc) and when i type "ffmpeg --help" it says:

    Code:
    FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
      configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include/ffmpeg --disable-static --extra-cflags=-fPIC --enable-libamr-nb --enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-x11grab
      libavutil     49.15. 0 / 49.15. 0
      libavcodec    52.20. 0 / 52.20. 0
      libavformat   52.31. 0 / 52.31. 0
      libavdevice   52. 1. 0 / 52. 1. 0
      libswscale     0. 7. 1 /  0. 7. 1
      libpostproc   51. 2. 0 / 51. 2. 0
    But when trying to ./configure ffmpeg-php (0.6.0) I keep getting an error message saying:

    Code:
    error: ffmpeg headers not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option 
     
  2. falko

    falko Super Moderator ISPConfig Developer

    The headers should be installed already (package ffmpeg-devel). I guess that the configure script looks in the wrong directory...
     
  3. muucest

    muucest New Member

    I have tried using "./configure --prefix=/usr" but still getting the same result.
     

Share This Page