Page 2 of 2 FirstFirst 12
Results 26 to 36 of 36
  1. #26
    Quote Originally Posted by Shining Star View Post
    Is there any documentation for installing ffmpeg on winows
    Umm, yeah ... it's called an executable.

    How hard is it to install something on windows? lol.
    Callan M.
    Web Application Developer
    Victoria, Australia

  2. #27
    Join Date
    May 2006
    Posts
    1,426
    Quote Originally Posted by Andrew.S View Post
    FOR the ultra easy way to install all the video codecs try http://ffmpeginstall.sourceforge.net/
    Replying to an old post just liek the two above me lol./
    But I got to looking on that ffmpeginstall site

    This is a generel installer.
    I dont think id want to run anything as root from guys who cant even spell lol.

    But really though on centos or redhat, simply install the rpmforge
    http://dag.wieers.com/rpm/FAQ.php#B1

    yum install ffmpeg*
    and anything else you need, simple as that. It has worked on every single centos, fedora, and rhel server Ive done it on

  3. #28
    Join Date
    May 2008
    Location
    san bernardino
    Posts
    12
    well everything works good i did it with the "For CentOS Yum users there is a very good document on how to enable RPMforge safely using the Yum priorities plugin " wiki.centos.org/Repositories/RPMForge

  4. #29
    Join Date
    May 2008
    Location
    India
    Posts
    198

    Can not install- error

    Hi,

    I got the following error:


    -----------------
    yum update /etc/yum.repos.d/dag.repo
    Loading "fastestmirror" plugin
    Loading mirror speeds from cached hostfile
    * dag: apt.sw.be
    * base: centos.arcticnetwork.ca
    * updates: mirror.hmc.edu
    * addons: centos.arcticnetwork.ca
    * extras: mirror.hmc.edu
    primary.xml.gz 100% |=========================| 2.6 MB 00:24
    dag : ################################################## 7496/7496
    Excluding Packages in global exclude list
    Finished
    Setting up Update Process
    Could not find update match for /etc/yum.repos.d/dag.repo
    No Packages marked for Update
    ---------------

  5. #30
    Join Date
    Nov 2005
    Location
    Romania
    Posts
    194
    You need to add the repo to the /etc/yum.conf, that command you issues is not correct.

  6. #31
    Join Date
    May 2008
    Location
    India
    Posts
    198
    i have entered :
    -------
    [dag]
    name=Dag RPM Repository for Red Hat Enterprise Linux
    baseurl= apt.sw.be/redhat/el$releasever/en/$basearch/dag
    gpgcheck=1
    enabled=1
    ---------
    where did i went wrong?

  7. #32
    Join Date
    Nov 2005
    Location
    Romania
    Posts
    194
    You entered :

    yum update /etc/yum.repos.d/dag.repo

    Yum things "/etc/yum.repos.d/dag.repo" is an app.

    You just need to do :

    yum update

  8. #33
    Join Date
    May 2008
    Location
    India
    Posts
    198
    Ho.. Thanks...

    Now i am getting :

    [~]# yum update
    Loading "fastestmirror" plugin
    Loading mirror speeds from cached hostfile
    * dag: apt.sw.be
    * base: centos.arcticnetwork.ca
    * updates: mirror.hmc.edu
    * addons: dds.gina.alaska.edu
    * extras: mirror.hmc.edu
    dag 100% |=========================| 1.1 kB 00:00
    base 100% |=========================| 1.1 kB 00:00
    updates 100% |=========================| 951 B 00:00
    addons 100% |=========================| 951 B 00:00
    extras 100% |=========================| 1.1 kB 00:00
    Excluding Packages in global exclude list
    Finished
    Setting up Update Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package rsync.i386 0:3.0.3-1.el5.rf set to be updated
    ---> Package kernel.i686 0:2.6.18-92.1.10.el5 set to be installed
    ---> Package syslinux.i386 0:3.71-1.el5.rf set to be updated
    --> Processing Dependency: perl(Crypt:asswdMD5) for package: syslinux
    --> Processing Dependency: perl(Digest:HA1) for package: syslinux
    ---> Package mtr.i386 2:0.74-1.el5.rf set to be updated
    ---> Package lftp.i386 0:3.7.3-1.el5.rf set to be updated
    --> Finished Dependency Resolution
    Error: Missing Dependency: perl(Crypt:asswdMD5) is needed by package syslinux
    Error: Missing Dependency: perl(Digest:HA1) is needed by package syslinux

  9. #34
    Join Date
    Nov 2005
    Location
    Romania
    Posts
    194
    I don`t want to make it too easy for you , so check this :

    http://www.google.com/search?hl=en&r...stall+perl+mod

  10. #35
    Join Date
    May 2008
    Location
    India
    Posts
    198
    Ok... thanks..
    i visited cosmicscripts(dot)com / servers / perlmodules.html

    but still getting same error.

    can you suggest some more clue

  11. #36

    thanks

    thanks for the info

Page 2 of 2 FirstFirst 12

Posting Permissions

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