Native 64 bit Flash on Fedora 10

I just read an article at http://spoilt.blogsite.org/ that went over how to install 32 bit Flash on both 32 bit and 64 bit versions of Fedora 10. It however didn’t mention the new 64 bit beta of Flash that Adobe is testing.

If you are already running 32 bit Flash in 64 bit Firefox, make sure you remove that before you install the 64 bit version of Flash. This goes for both the system-wide install or the single user installs.

If you head to the Adobe Labs site, you can snag the .tar.gz file that includes the flash plugin.

To uncompress the bugger:

tar -zxvf libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz

After that completes, you should have libflashplayer.so in the same directory as the .tar.gz file. This is where you need to choose how you would like to do the install. You can install this for your user only, or install it system-wide. If you would like to install system-wide, you will do the following:

Change the user and group associations for the file to root.

sudo chown root:root libflashplayer.so

Then change the permissions if need be to 755. (This may already be the default, but you should still check to be safe…)

sudo chmod 755 libflashplayer.so

Time to move the file to the worldwide plugins directory…

sudo cp libflashplayer.so /usr/lib64/mozilla/plugins

This should do it. You should be able to restart Firefox and start seeing flash in all of its native 64 bit glory!

As for those of you that might not have permissions to do a system-wide install, you can do the following.

cp libflashplayer.so ~/.mozilla/plugins

You don’t need to do any of those other steps besides decompressing the file and restarting Firefox.

I certainly hope this helps everyone out there dealing with the BS of having to get 32 bit Flash working on 64 bit Fedora. This should also work for just about any other distro out there. The locations might be changed, but everything is pretty much the same.

Posted in Linux, Tutorials | Tagged , , , | 1 Comment

Almost there!

So I am working on getting myself moved back to Dallas, then I should be able to start pushing updates to the site again.

I leave on the 26th and should be down there and set up by the 30th or so. I am pretty stoked about going. I have a good opportunity that is starting to shape up with Verizon. Regardless, you should start hearing from me again soon. I have several projects that I want to start working on in the near future, and will keep everyone up to date on them. I also have a learning project that I am going to push. w00t!

Posted in General, Job Search | Tagged , , | Leave a comment

Well, the update is done…

Lets just hope that I can keep it working this time. I am about done dealing with this BS. I just want things to work without me having to fight every inch of the way.

Posted in Site News | Leave a comment