Currently having a lot of problems getting ffmpeg up and running.
yum install ffmpeg ffmpeg-devel
gave me a package not found, so I put in the Dag RPM repository. Then i had a key problem, and figured out how to install the key.
Now i get missing dependencies. Checked the RPMforge packages, and they were pointing to centos 5 when I was running 4.5. Changed them.
Didn't fix missing dependencies. Tried yum update yum. That worked. Tried yum update. This fails now: (even when I change the rpmforge.repo back to the 5 repository)
--> Finished Dependency Resolution
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-TermReadKey
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-DBD-mysql
Error: Missing Dependency: libcrypto.so.6 is needed by package perl-DBD-mysql
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-DBI
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-TermReadKey
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Time-HiRes
Error: Missing Dependency: rtld(GNU_HASH) is needed by package rsync
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Filter
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-DBD-mysql
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-HTML-Parser
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-HTML-Parser
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Text-Iconv
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-Digest-SHA1
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-DBI
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-Net-DNS
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Net-DNS
Error: Missing Dependency: glibc-common = 2.3.4-2.36 is needed by package glibc-dummy-centos-4
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package rsync
Error: Missing Dependency: libssl.so.6 is needed by package perl-DBD-mysql
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Digest-SHA1
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-Compress-Raw-Zlib
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Compress-Raw-Zlib
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-Compress-Raw-Bzip2
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Compress-Raw-Bzip2
Error: Missing Dependency: rtld(GNU_HASH) is needed by package perl-Socket6
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package perl-Socket6
so.. now I am lost. Cant seem to install ffmpeg, and don't want to attempt to compile it myself. Is YUM broken?