Problem installing ffmpeg-php

Issues related to software problems.
Post Reply
Cendent
Posts: 1
Joined: 2011/07/26 03:11:51
Contact:

Problem installing ffmpeg-php

Post by Cendent » 2011/07/26 03:17:16

I used the webtatic repository to get ffmpeg and ffmpeg-devel and their dependencies.

Then I tried installing ffmpeg-php by using the following:

From /usr/local/source/ I ran the following:

wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2
tar xjvf ffmpeg-php-0.6.0.tbz2
cd ffmpeg-php-0.6.0
phpize
./configure
make
make install

With the last command it appears to install ok I get:
Installing shared extensions: /usr/local/lib/php/20090626/

I restart apache but not seeing ffmpeg when i print out the phpinfo();


Hopeing someone can help, let me know if you need any information.

Thanks.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Problem installing ffmpeg-php

Post by pschaff » 2011/07/28 21:29:17

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

I'd be prone to use a better-known repo such as [url=http://wiki.centos.org/Repositories/RPMForge]RPMforge[/url] for ffmpeg, google a [url=http://www.google.com/search?q=ffmpeg-php+%22src.rpm%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a]ffmpeg-php src.rpm[/url] and follow [url=http://wiki.centos.org/HowTos/RebuildSRPM]How to Rebuild a Source RPM[/url] to create a package.

Post Reply