Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
I just installed a 64-bit version of Linux yesterday. I went to install flash and it gave me this: ERROR: Your architecture, \'x86_64\', is not supported by the Macromedia Flash ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Location
    On my computer
    Posts
    26

    Flash player in 64-bit Linux

    I just installed a 64-bit version of Linux yesterday. I went to install flash and it gave me this:

    ERROR: Your architecture, \'x86_64\', is not supported by the
    Macromedia Flash Player installer.
    I know what it means but what i want to know is if there is a way to make it work other then getting a 32-bit version of Linux.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I could be wrong about this but, I think Macromedia has not made a 64 bit version yet.

    <philosophical statement>
    It shows why we should trust our computers to unfree, closed source companies, no matter the free cost of it. </>
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Vergil83
    I could be wrong about this but, I think Macromedia has not made a 64 bit version yet.
    You are correct. The only way to get Flash on a 64-bit distribution right now is to install the 32-bit version of Firefox (or whatever browser you use) and install Flash on that.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  4. #4
    Just Joined!
    Join Date
    Oct 2005
    Location
    On my computer
    Posts
    26
    Is there any way to rig the OSX version to work on Linux? The OSX version seems to work fine on the 64-bit G5s.

  5. #5
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by zxxgp
    Is there any way to rig the OSX version to work on Linux? The OSX version seems to work fine on the 64-bit G5s.
    No. The Mac G5 uses an IBM Power5 processor (PPC), which is a completely different architecture than AMD64 or Intel EM64T. Software written for one specific architecture will not carry over to a different architecture. The main problem is the way the X86 and the PPC read binary bits. The X86 processor (including x86_64) read binary numbers starting from the left (little endian), whereas Power5 (PPC) processor read them from the right (big endian). That's probably more information than you wanted.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  6. #6
    Just Joined!
    Join Date
    Oct 2005
    Location
    On my computer
    Posts
    26
    No that is fine. I would like all the info. i can get. I just wanted to know because there are ways of running Linux apps on OSX.

  7. #7
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by zxxgp
    No that is fine. I would like all the info. i can get. I just wanted to know because there are ways of running Linux apps on OSX.
    True, but they're usually source ports (meaning they've taken the source code for a Linux application and recompiled it so it would run on a Mac). This sort of this is possible one-way (Linux -> OS X), but not backwards. If a program is developed to make use of any of the proprietary features of OS X, then the code would not be portable from OS X -> Linux.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  8. #8
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Quote Originally Posted by techieMoe
    Quote Originally Posted by Vergil83
    I could be wrong about this but, I think Macromedia has not made a 64 bit version yet.
    You are correct. The only way to get Flash on a 64-bit distribution right now is to install the 32-bit version of Firefox (or whatever browser you use) and install Flash on that.
    Their also exist prebuild firefox installers for AMD64 with flash already enabled(and working)...

    PS: But this mainly does the same as installing a 32 bit version, only with a 64 bit installer...

  9. #9
    Just Joined!
    Join Date
    Oct 2005
    Location
    On my computer
    Posts
    26

    Their also exist prebuild firefox installers for AMD64 with flash already enabled(and working)...

    PS: But this mainly does the same as installing a 32 bit version, only with a 64 bit installer...
    I will have to take a look at that.

  10. #10
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Quote Originally Posted by zxxgp

    Their also exist prebuild firefox installers for AMD64 with flash already enabled(and working)...

    PS: But this mainly does the same as installing a 32 bit version, only with a 64 bit installer...
    I will have to take a look at that.
    Strange... I can't find it's link anymore (I think it's still available via Gentoo, but I'm not sure about that)
    But anyway, it was just an installer for 64 bit that would actually install a 32 bit version.
    So you're probably better of with what techieMoe said(since you'll probably will need a few other 32 bit apps as well).

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •