Results 1 to 14 of 14
  1. #1

    Help Me Error In Setup FFMPEG

    hello wht technical

    i have try to install ffmpeg from this lesson

    hxxp://linuxsysadminblog.com/2008/06/install-ffmpeg-ffmpeg-php-and-audio-binaries-on-centos-rhel-system-with-cpanel/

    and after reach the command

    svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

    i found error : -bash: svn: command not found


    how i can fix this plz


    waiting your help

  2. #2
    Join Date
    Jul 2009
    Location
    Charlotte, NC
    Posts
    42
    You should be able to install svn with:
    yum install subversion
    It looks like this step was included, so if you've already done it then it should be installed to: /usr/bin/svn

    It would likely be easier to add a 3rd party repo such as RPMForge, then installing ffmpeg through yum that way.
    Last edited by eeg3; 07-11-2009 at 07:22 PM.

  3. #3
    Join Date
    Mar 2009
    Posts
    245
    If you have centos or fedora installed,then you can install ffmpeg instantly by using yum.

  4. #4
    Quote Originally Posted by eeg3 View Post
    You should be able to install svn with:


    It looks like this step was included, so if you've already done it then it should be installed to: /usr/bin/svn

    It would likely be easier to add a 3rd party repo such as RPMForge, then installing ffmpeg through yum that way.

    subversion-1.4.2-4.el5.i386 from base has depsolving problems
    --> Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5.i386 (base)
    Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5.i386 (base)

  5. #5
    Join Date
    Nov 2004
    Location
    Toronto
    Posts
    166
    try "yum install perl-URI"

    btw i have installed ffmpeg,flvtool,mplayer,yamadi,mencoder using yum install software name on centos 5.3, i suggest you do that wich will make your life simple since it will install all the requirement. just a suggestion

  6. #6
    Join Date
    Mar 2009
    Location
    Israel
    Posts
    1,212

    * Cpanel issue.

    nope nope , its a CPANEL issue.
    it wont let you install svn due to dependency issues, with any perl packages.

    root@emily [~]# grep --color perl /etc/yum.conf
    exclude=apache* bind-chroot courier* dovecot* exim* httpd* mod_ssl* mysql* nsd* perl* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmail*
    root@emily [~]#

    do what's needed on your own risk, you should have installed your ffmpeg before installing cpanel, unless you are SURE nothing will break with your cpanel, dont touch this.

  7. #7
    Quote Originally Posted by roguehosting View Post
    If you have centos or fedora installed,then you can install ffmpeg instantly by using yum.
    yes im CENTOS 5.3 i686 how i can setup ?

  8. #8
    Quote Originally Posted by kamal_s View Post
    try "yum install perl-URI"

    btw i have installed ffmpeg,flvtool,mplayer,yamadi,mencoder using yum install software name on centos 5.3, i suggest you do that wich will make your life simple since it will install all the requirement. just a suggestion

    Setting up Install Process
    Parsing package install arguments
    No package perl-URI available.
    Nothing to do

  9. #9
    Hello Egmix,

    Please go through this link to install FFMPEG :

    http://www.yail.net/2008/10/installi...el-server.html

    Please let me know once done

  10. #10
    Quote Originally Posted by krishna0312 View Post
    Hello Egmix,

    Please go through this link to install FFMPEG :

    http://www.yail.net/2008/10/installi...el-server.html

    Please let me know once done
    in setup article i found this command

    svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg -r15261

    the server told my always it : -bash: svn: command not found

    see my rplys thanks alot for your help but i need another way to setup the ffmpeg or any thing fix this problem

  11. #11
    Hi,

    You can setup clean FFMEPG through that link, if you wish try it....

  12. #12
    Join Date
    May 2009
    Posts
    31
    yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y

    svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

  13. #13
    Join Date
    Aug 2004
    Location
    France
    Posts
    407
    Both install scripts are working very well on cpanel servers :

    http://www.ffmpeginstaller.com/

    http://scriptmantra.info/ffmpeg.html

    Good luck !
    Marie - Co-Owner
    Need Further Assistance ? Here you go !
    English, french and spanish support

  14. #14
    Join Date
    Mar 2009
    Location
    Chicago, IL
    Posts
    219
    You can also just do 'rpm -ivh http://mirror.steadfast.net/centos/5...5-3.noarch.rpm' and that'll install it manually bypassing yum. After that, you can use 'yum install subversion' and you'll be good.

Similar Threads

  1. ffmpeg error
    By rankris in forum Hosting Security and Technology
    Replies: 4
    Last Post: 05-15-2009, 02:17 PM
  2. need someone to setup ffmpeg / flv progressive download
    By mh3network in forum Systems Management Requests
    Replies: 5
    Last Post: 07-15-2008, 10:23 AM
  3. [needed] SYS Admin -- SSL, FFMPEG setup and more
    By 80bin in forum Systems Management Requests
    Replies: 6
    Last Post: 10-24-2007, 10:38 PM
  4. ffmpeg error avcodec_alloc_context2
    By Digicreation in forum Hosting Security and Technology
    Replies: 2
    Last Post: 08-06-2007, 08:15 AM
  5. FFMpeg make error
    By -[OnTarget]- in forum Hosting Security and Technology
    Replies: 3
    Last Post: 03-06-2007, 01:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •