Koozali.org: home of the SME Server

Trouble installing ffmpeg

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Trouble installing ffmpeg
« Reply #15 on: May 17, 2007, 05:40:29 AM »
I have a slight problem installing ffmpeg here on my test server.

Quote

Installing for dependencies:
 SDL                     i386       1.2.7-8          base              202 k
 alsa-lib                i386       1.0.6-5.RHEL4    base              302 k
 faac                    i386       1.25-2.el4.rf    rpmforge          130 k
 faad2                   i386       2.0-8.el4.rf     rpmforge          443 k
 imlib2                  i386       1.3.0-6.el4.at   atrpms            624 k
 lame                    i386       3.97-1.el4.rf    rpmforge          588 k
 libavcodec51            i386       0.4.9-23_r8743.el4.at  atrpms            1.5 M
 libavformat51           i386       0.4.9-23_r8743.el4.at  atrpms            305 k
 libavutil49             i386       0.4.9-23_r8743.el4.at  atrpms             20 k
 libdc1394_control13     i386       1.1.0-6.el4.at   atrpms             28 k
 libogg                  i386       2:1.1.3-7.el4.at  atrpms             18 k
 libpostproc51           i386       0.4.9-23_r8743.el4.at  atrpms             20 k
 libraw1394_8            i386       1.2.1-0_8.el4.at  atrpms             13 k
 libswscale0             i386       0.4.9-23_r8743.el4.at  atrpms             67 k
 libtheora               i386       1.0alpha3-5      base              100 k
 libtheora0              i386       1.0-8_alpha7.el4.at  atrpms             81 k
 libungif                i386       4.1.3-1.el4.2    smetest            39 k
 libvorbis               i386       1:1.1.0-1        base              185 k
 xvidcore                i386       1.1.2-1.el4.rf   rpmforge          521 k


I get this error : -
Quote

Transaction Check Error:   file /usr/lib/libtheora.so.0 conflicts between attempted installs of libtheora-1.0alpha3-5 and libtheora0-1.0-8_alpha7.el4.at

I'm guessing because base has this :
Quote
libtheora               i386       1.0alpha3-5      base              100 k

and atrpms has this:
Quote
libtheora0              i386       1.0-8_alpha7.el4.at  atrpms             81 k


What would be the best work arround as I notice there are other files that are needed from base as well as atrpms.

Regards,

Tib

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Trouble installing ffmpeg
« Reply #16 on: May 17, 2007, 06:45:43 AM »
It's ok .. I managed to install ffmpeg

did a
Quote

wget http://mirror.contribs.org/smeserver/contribs/dberteld/gallery2/rpms/ffmpeg-0.4.9-0.8.20070109.el4.rf.i386.rpm


then a
Quote
yum --enablerepo=* --disablerepo=smedev --disablerepo=testing install ffmpeg-0.4.9-0.8.20070109.el4.rf.i386.rpm


And it looks like it worked.

Only installed 15 files instead of 20 like it tried before.

Probably didn't have to wget the file but anway ... I was going to do a
Quote
yum localinstall --enablerepo=* --disablerepo=smedev --disablerepo=testing install ffmpeg-0.4.9-0.8.20070109.el4.rf.i386.rpm

but hit enter too fast ... worked anyway.

Regards,

Tib