ffmpeg-php on dreamhost problem

ffmpeg-php on dreamhost problem

Posted by: windtown
Posted on: 2009-09-12 21:52:00

I followed these instructions http://www.netbrix.net/archives/20 and i also done these steps. ffmpeg-php also be installed. but why i close the putty software...i run the phpize again. it's return back be4 the screen i setup the ffmpeg-php?

Re: ffmpeg-php on dreamhost problem

Posted by: Atropos7
Posted on: 2009-09-12 22:37:00

In reply to:

I followed these instructions http://www.netbrix.net/archives/20 and i also done these steps. ffmpeg-php also be installed. but why i close the putty software...i run the phpize again. it's return back be4 the screen i setup the ffmpeg-php?


You need to run the export commands again.

Customer since 2000 cool openvein.org

Re: ffmpeg-php on dreamhost problem

Posted by: windtown
Posted on: 2009-09-12 23:20:00

anyway i can saved it into php or other ways? ?

Edited by windtown on 09/12/09 11:53 PM (server time).

Re: ffmpeg-php on dreamhost problem

Posted by: sXi
Posted on: 2009-09-13 02:36:00

If you want certain environment PATHs to be preset everytime you login via PuTTY, you can set them up in your .bash_profile file located in your user root. As an example, to set your shell to use php5 you could add:

export PATH=/usr/local/php5/bin:$PATH

$ which php would then resolve to /usr/local/php5/bin/php (rather than /usr/local/bin/php)


You effectively need to logout and then back in after making changes to .bash_profile

To load a newly edited version without a login/logout use the source command.

$ source .bash_profile




How To Install PHP.INI / ionCube on DreamHost

Tags: phpizeffmpeg