Koozali.org: home of the SME Server

Trouble installing ffmpeg

DOKX

Trouble installing ffmpeg
« on: February 05, 2007, 04:53:29 AM »
Ok i know the subject has been covered in this thread http://forums.contribs.org/index.php?topic=35247.0 However when i try and use the instructions posted it gives me error of not installing, Can someone help me install ffmpeg, i am using sme 7.1.

When it comes to this, rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt It gives me the error of cannot find and i cannot conyinue,

I've googled but havent seemed to locate how to install ffmpeg correctly, Thank you

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Trouble installing ffmpeg
« Reply #1 on: February 05, 2007, 07:02:29 AM »
Quote from: "DOKX"

When it comes to this, rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt It gives me the error of cannot find and i cannot conyinue,



What happens when you skip that step ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #2 on: February 05, 2007, 07:35:27 AM »
Dags, Dries and FreshRPMs appear to have combined.

Code: [Select]
db yum_repositories delete dag
db yum_repositories delete dries

Code: [Select]
/sbin/e-smith/db yum_repositories set rpmforge repository \
 BaseURL http://apt.sw.be/redhat/el4/en/$basearch/dag \
 MirrorList http://apt.sw.be/redhat/el4/en/mirrors-rpmforge \
 EnableGroups 1 \
 GPGCheck 0 \
 Name rpmforge \
 Visible yes \
 status disabled


Code: [Select]
expand-template /etc/yum.conf

Code: [Select]
yum --enablerepo=* --disablerepo=smedev install ffmpeg
Regards,
William

IF I give advise.. It's only if it was me....

DOKX

Trouble installing ffmpeg
« Reply #3 on: February 05, 2007, 01:32:20 PM »
As for skipping the one (When it comes to this, rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt It gives me the error of cannot find and i cannot conyinue,
)  same thing i get an error not found,
When i use the one you given  i come up with this,
[root@viperx ~]# db yum_repositories delete dag
[root@viperx ~]# db yum_repositories delete dries
[root@viperx ~]# /sbin/e-smith/db yum_ropsitories set rpmforge repository BaseURL http://apt.sw.be/redha                                                                         dhat/el4/en/mirrors-rpmforge EnableGroups 1 GPGCheck 0 Name rpmforge Visible yes status disabled
[root@viperx ~]# expand-template /etc/yum.conf
[root@viperx ~]# yum --enablerepo=* --disablerepo=smedev install ffmpeg
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
http://mirror.centos.org/centos/4/testing/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Cannot open/read repomd.xml file for repository: testing
failure: repodata/repomd.xml from testing: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from testing: [Errno 256] No more mirrors to try.
================================================================
No new rpms were installed. No additional commands are required.
================================================
Thank you, what should i do next

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #4 on: February 05, 2007, 01:35:19 PM »
Code: [Select]
yum --enablerepo=* --disablerepo=smedev --disablerepo=testing install ffmpeg
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #5 on: February 05, 2007, 01:39:38 PM »
Quote
[root@viperx ~]# /sbin/e-smith/db yum_ropsitories set rpmforge repository BaseURL http://apt.sw.be/redha dhat/el4/en/mirrors-rpmforge EnableGroups 1 GPGCheck 0 Name rpmforge Visible yes status disabled


There is a spelling error.. or maybe a typo when you posted.
Regards,
William

IF I give advise.. It's only if it was me....

DOKX

Trouble installing ffmpeg
« Reply #6 on: February 05, 2007, 02:16:54 PM »
Quote from: "william_syd"
Code: [Select]
yum --enablerepo=* --disablerepo=smedev --disablerepo=testing install ffmpeg


Thank you that worked

I'm really new to this where did the ffmpeg get installed at or do i need to do something else, The reason for asking i need to point galley2 to it, Thank you again

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #7 on: February 05, 2007, 02:39:19 PM »
Quote from: "DOKX"
Quote from: "william_syd"
Code: [Select]
yum --enablerepo=* --disablerepo=smedev --disablerepo=testing install ffmpeg


Thank you that worked

I'm really new to this where did the ffmpeg get installed at or do i need to do something else, The reason for asking i need to point galley2 to it, Thank you again


Code: [Select]
/usr/bin/ffmpeg
Regards,
William

IF I give advise.. It's only if it was me....

DOKX

Trouble installing ffmpeg
« Reply #8 on: February 05, 2007, 02:41:23 PM »
Thank you very much and thank you for the great info and quick reply, DOKX

Offline dtech

  • ***
  • 70
  • +0/-0
Trouble installing ffmpeg
« Reply #9 on: February 25, 2007, 11:03:20 PM »
Quote from: "william_syd"

Code: [Select]
/sbin/e-smith/db yum_repositories set rpmforge repository \
 BaseURL http://apt.sw.be/redhat/el4/en/$basearch/dag \
 MirrorList http://apt.sw.be/redhat/el4/en/mirrors-rpmforge \
 EnableGroups 1 \
 GPGCheck 0 \
 Name rpmforge \
 Visible yes \
 status disabled


Code: [Select]
expand-template /etc/yum.conf


william_syd;

I notice when I enter the above code on the command line, the result in my yum.conf looks like this (notice the missing $basearch in the baseurl line);

Code: [Select]
[rpmforge]
enabled=0
mirrorlist=http://apt.sw.be/redhat/el4/en/mirrors-rpmforge
#baseurl=http://apt.sw.be/redhat/el4/en//dag
name=rpmforge
gpgcheck=0
enablegroups=0


Any idea what's happening there?

-P

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #10 on: February 26, 2007, 06:22:27 AM »
There exclusive with one making the other redundant.

Try the following and look at yum.conf again.
Code: [Select]
/sbin/e-smith/db yum_repositories delete rpmforge
Code: [Select]
/sbin/e-smith/db yum_repositories set rpmforge repository \
 BaseURL http://apt.sw.be/redhat/el4/en/$basearch/dag \
 EnableGroups 1 \
 GPGCheck 0 \
 Name rpmforge \
 Visible yes \
 status disabled

Code: [Select]
expand-template /etc/yum.conf
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #11 on: February 26, 2007, 06:44:29 AM »
Oh.. that was the wrong answer.

Try '  ' around $basearch.

Code: [Select]
/sbin/e-smith/db yum_repositories set rpmforge repository \
 BaseURL http://apt.sw.be/redhat/el4/en/'$basearch'/dag \
 MirrorList http://apt.sw.be/redhat/el4/en/mirrors-rpmforge \
 EnableGroups 1 \
 GPGCheck 0 \
 Name rpmforge \
 Visible yes \
 status disabled
Regards,
William

IF I give advise.. It's only if it was me....

Offline dtech

  • ***
  • 70
  • +0/-0
Trouble installing ffmpeg
« Reply #12 on: February 26, 2007, 01:57:23 PM »
Hi william_syd;

That worked, although I notice now that even if the EnableGroups 1 directive is issued, the result is always enablegroups=0 . I wonder if this is forced...

Thanks,

-P

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Trouble installing ffmpeg
« Reply #13 on: February 26, 2007, 02:35:22 PM »
Quote from: "dtech"
Hi william_syd;

That worked, although I notice now that even if the EnableGroups 1 directive is issued, the result is always enablegroups=0 . I wonder if this is forced...

Thanks,

-P


Try yes instead of 1
Regards,
William

IF I give advise.. It's only if it was me....

ecujak

Trouble installing ffmpeg
« Reply #14 on: May 08, 2007, 01:03:09 PM »
Quote from: "william_syd"
Oh.. that was the wrong answer.

Try '  ' around $basearch.


Thank you william_syd and everyone else.