PDA

View Full Version : n00b question


irot
2004-07-28, 03:21 PM CDT
ok i'm running FC2 x86_64 on an Athlon64. (ok so far) :cool:
question: if i were to install a software, and the only options available were i386,i586,and i686 (no x86_64 and in rpm format) which would be best?
and if there were an option for a source binary instead, would i be better off using that instead? coz i heard that i could get a source binary, then recompile it for x86_64 or something...

some help plz, guys :p
plz b patient, i'm new to this 64bit linux thing... :o

foolish
2004-07-28, 05:54 PM CDT
Please don't use leet-speak, the word is Newbie.

Not a lot of people own x86_64 computers yet, and most of the third party repositories don't have packages built for x86_64 yet.

Livna.org and fedora.us are working on getting x86_64 packages, Livna officially supports x86_64. If any of you x86_64 using people have a good yum.conf that would be great.

I think you have ro rebuild packages if you can't find prebuilt. But check livna.org and fedora.us first, they might just have what you're looking for.

triplehead
2004-07-30, 09:17 PM CDT
try these for start

[Livna]
name= Livna repository for Fedora Core $releasever - $basearch
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable/

[Duke]
name= Duke repository for Fedora Core $releasever - $basearch
baseurl=http://fedora.linux.duke.edu/fedorax86_64/fedora.us/$releasever/$basearch/RPMS.stable/

[DAG]
name= DAG repository for Fedora Core $releasever - $basearch
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/

[Freshrpms]
name= Freshrpms (dag) repository for Fedora Core $releasever - $basearch
baseurl=http://ftp.freshrpms.net/pub/dag/fedora/$releasever/en/$basearch/dag/

Bana
2004-07-31, 11:51 PM CDT
Get the source binary and try to follow the instructions here: http://www.linuxtx.org/amd64faq.html for compiling it.