Koozali.org: home of the SME Server

Gallery2 -- ffmpeg

Offline imcintyre

  • *
  • 609
  • +0/-0
Gallery2 -- ffmpeg
« on: August 05, 2008, 09:02:20 PM »
I tried to install ffmpeg using these instuctions:
http://forums.contribs.org/index.php?topic=40929.0

I got this as a result. I'm sure it is something basic like some command syntax but.....

Quote
root@myserver ~]# /sbin/e-smith/db yum_repositories set atrpms repository \
> Name 'atrpms - EL4' \
> BaseURL 'http://dl.atrpms.net/el4-$basearch/atrpms/stable' \
> EnableGroups no \
> GPGCheck yes \
> GPGKey http://ATrpms.net/RPM-GPG-KEY.atrpms \
> Visible no \
> Exclude clamav,spamassassin,libselinux,perl-HTML-Parser,lm_sensors,\
> perl-IO-stringy,perl-XML-Parser,razor-agents,libgcrypt,rpm-python,\
> libxml2,zlib,gnupg,libxml2-python,yum,module-init-tools,rpm,gettext,\
> librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,\
> libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,\
> gd,perl-TimeDate,librpm4.4 \
> status disabled
[root@myserver ~]# expand-template /etc/yum.conf
[root@myserver ~]# yum install ffmpeg --enablerepo=aterpms
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "smeserver" plugin


Error getting repository data for aterpms, repository not found
================================================================
No new rpms were installed. No additional commands are required.
================================================================

A sharp poke in the ribs (figuratively of course) would be appreciated.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Gallery2 -- ffmpeg
« Reply #1 on: August 05, 2008, 09:16:15 PM »
I tried to install ffmpeg using these instuctions:
http://forums.contribs.org/index.php?topic=40929.0

I got this as a result. I'm sure it is something basic like some command syntax but.....

A sharp poke in the ribs (figuratively of course) would be appreciated.
It looks like you have made a typo somewhere as it reads:

Quote
yum install ffmpeg --enablerepo=aterpms

which should be (without the e), made a reply to the original thread as well (where you should have replied to as well to keep things together):

Code: [Select]
yum install ffmpeg --enablerepo=atrpms
« Last Edit: August 05, 2008, 09:19:01 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline imcintyre

  • *
  • 609
  • +0/-0
Re: Gallery2 -- ffmpeg
« Reply #2 on: August 05, 2008, 10:03:38 PM »
Thanks, I started to post but I got a warning saying not to post to this because ...60 days...

I'll create a page in the wiki for this. I guess it goes in the how to category?