LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PHP: Adding ffmpeg-php without re-compiling? (https://www.linuxquestions.org/questions/linux-software-2/php-adding-ffmpeg-php-without-re-compiling-554666/)

vxc69 05-17-2007 12:44 PM

PHP: Adding ffmpeg-php without re-compiling?
 
Hello,

Every time I need a module/library for PHP or Apache I just get it via the package manager, like the mysql mod for apache.

But now I need ffmpeg-php, which isn't in the repos, and I don't want to re-compile php. What other options are there for me to install ffmpeg-php?

The machine I'm planning to do this with is an Ubuntu 7.04.

Any suggestions?


Thanks,
vxc

AlbinoJap 05-17-2007 02:24 PM

First of all, make sure that the PHP development package is installed. Then go to this link.

http://ffmpeg-php.sourceforge.net/

Follow the directions listed under "Building as an Extension".

vxc69 05-17-2007 04:47 PM

Quote:

Originally Posted by AlbinoJap
First of all, make sure that the PHP development package is installed. Then go to this link.

http://ffmpeg-php.sourceforge.net/

Follow the directions listed under "Building as an Extension".

Don't I feel stupid, it was right there. :eek:

Thanks man :)

EDIT: For those who might come this way looking for similar help, phpize is part of the php-dev package (or by a similar name on your distro).


All times are GMT -5. The time now is 06:10 AM.