Please help me install these encoders...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EN1GMA
    Confirmed User
    • Nov 2005
    • 1252

    #1

    Please help me install these encoders...

    Im trying to follow this tutorial:
    http://www.eukhost.com/forums/f15/ho...-encoder-4893/

    But when I run:
    Code:
    svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
    got the following error:
    Code:
    root@server [/usr/local/src]# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
    -bash: svn: command not found
    any ideas?

    Code:
    root@server [/usr/local/src]# yum install subversion
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: ftp.nluug.nl
     * extras: ftp.nluug.nl
     * updates: ftp.nluug.nl
    Excluding Packages in global exclude list
    Finished
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package subversion.i386 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    --> Processing Dependency: neon >= 0.25.5-6.el5 for package: subversion
    --> Processing Dependency: libneon.so.25 for package: subversion
    --> Processing Dependency: libapr-1.so.0 for package: subversion
    --> Processing Dependency: libaprutil-1.so.0 for package: subversion
    ---> Package subversion.x86_64 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion
    --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion
    --> Running transaction check
    ---> Package apr.i386 0:1.2.7-11.el5_5.3 set to be updated
    ---> Package apr.x86_64 0:1.2.7-11.el5_5.3 set to be updated
    ---> Package apr-util.i386 0:1.2.7-11.el5_5.2 set to be updated
    --> Processing Dependency: libpq.so.4 for package: apr-util
    ---> Package apr-util.x86_64 0:1.2.7-11.el5_5.2 set to be updated
    --> Processing Dependency: libpq.so.4()(64bit) for package: apr-util
    ---> Package neon.i386 0:0.25.5-10.el5_4.1 set to be updated
    ---> Package neon.x86_64 0:0.25.5-10.el5_4.1 set to be updated
    ---> Package subversion.i386 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    ---> Package subversion.x86_64 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    --> Running transaction check
    ---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
    ---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
    ---> Package subversion.i386 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    ---> Package subversion.x86_64 0:1.6.11-7.el5_6.3 set to be updated
    --> Processing Dependency: perl(URI) >= 1.17 for package: subversion
    --> Finished Dependency Resolution
    subversion-1.6.11-7.el5_6.3.x86_64 from updates has depsolving problems
      --> Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.6.11-7.el5_6.3.x86_64 (updates)
    subversion-1.6.11-7.el5_6.3.i386 from updates has depsolving problems
      --> Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.6.11-7.el5_6.3.i386 (updates)
    Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.6.11-7.el5_6.3.i386 (updates)
    Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.6.11-7.el5_6.3.x86_64 (updates)
     You could try using --skip-broken to work around the problem
     You could try running: package-cleanup --problems
                            package-cleanup --dupes
                            rpm -Va --nofiles --nodigest
    The program package-cleanup is found in the yum-utils package.
    helpppp
  • cooldude7
    Confirmed User
    • Nov 2009
    • 4306

    #2
    try this.,

    http://www.linuxquestions.org/questi...-found-636348/

    or


    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va --nofiles --nodigest
    good luck,

    Comment

    • cooldude7
      Confirmed User
      • Nov 2009
      • 4306

      #3
      or try this for sure/

      http://webmasterpals.com/showthread.php?t=367

      Comment

      • symtab
        Confirmed User
        • Nov 2009
        • 415

        #4
        Or you could google for ffmpeg src rpm and get the archive from the rpm. No need for subversion anymore. The bug that appears should not be there, however your hosting fuckt up when they installed cpanel.
        Adult Scripts: Adult Script Pro 3.4.0 - Adult Search Script 3.8.0
        Adult Traffic: Plug Rush - ExoClick

        Comment

        • gir
          Registered User
          • Mar 2007
          • 13

          #5
          ffmpeg is also available via git, e.g.:

          Code:
          git clone git://git.videolan.org/ffmpeg.git
          i'd recommend you using some .tar.gz release of mplayer as svn/git versions tend to be too fragile for production.

          however considering your fedora/centos has the pkg system broken to bits, i recommend you to reinstall the box first. ffmpeg has MANY dependencies.

          Originally posted by EN1GMA
          Im trying to follow this tutorial:
          ...

          Comment

          • EN1GMA
            Confirmed User
            • Nov 2005
            • 1252

            #6
            thank you guys

            Comment

            Working...