good i saw this command but how i can apply that code to my case??
the gallery is installed in the userspace
to be more precise :
"/home/e-smith/files/users/redteo/home/public_html/gallery"
i'm using php4 for users..
and i need ffmpeg to be able to handle movie on my gallery..
it is used also to made the preview of the files and to put on the reel..
Do you already have it installed? If so this should output the path to the file:
which ffmpeg
That should output something like this if installed:
/usr/bin/ffmpeg
If not than you need to install it first (and you most likely did not use it before, so why now all of a sudden?).
Configure the ATrpms repository with the instructions listed here:
http://wiki.contribs.org/ATrpms . Be precise, best is copy-paste while using putty as a typo is easily made.
After that do this:
expand-template /etc/yum.conf
And then try to install like this:
yum install ffmpeg --enablerepo=atrpms
Then try again, it might be you do not need to modify the PHPBaseDir setting at all, if you do so, you have to do some editing to the templates indeed. I do not use the user space, so I can not help you with that at the moment as I do not have knowledge of the templates for this feature (as it is not a default SME Server feature).