Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have installed firefox3.0.6 on my linux machine which is having redhat enterprise version 4.7.
when i open some websites it is asking me
Additional plugins are required to display all the media on this page.when i click on Install Missing plugins it is directing me to http://get.adobe.com/flashplayerwhen i go to installation instructions i see for 32bit but my machine is of 64bit archeticture.
Kindly advise on how to install the plugins for the 64bit machine.
You can grab the 64bit Flash plugin from Adobe labs. Simply unpack the file and copy the libflashplayer.so file to ~/.mozilla/plugins/ and restart Firefox. You can verify the installation by typing
Code:
about:plugins
in the Firefox location field and pressing enter.
Last edited by hw-tph; 05-18-2009 at 03:16 AM.
Reason: Examples broken by smiley
The 64-bit of the Flash Player plugin is at alpha stage. This means you can download and install it for testing purposes, but it can still have some bugs. Get it from the bottom of this page and check useful hints on this page. Take in mind that you can always install the 32 bit version if something goes wrong.
I have tried all the above but nothing worked, still the same problem.
Please advise.
Regards
Rehan
It's hard to advise when you haven't told us exactly what you did and what the result was. Maybe a few details of what you did would help us help you.
cheers,
jdk
You can grab the 64bit Flash plugin from Adobe labs. Simply unpack the file and copy the libflashplayer.so file to ~/.mozilla/plugins/ and restart Firefox. You can verify the installation by typing
Code:
aboutluginsin the Firefox location field and pressing enter
I still get the same error.Please find the attachment.
You can grab the 64bit Flash plugin from Adobe labs. Simply unpack the file and copy the libflashplayer.so file to ~/.mozilla/plugins/ and restart Firefox. You can verify the installation by typing
Code:
aboutluginsin the Firefox location field and pressing enter
I still get the same error.Please find the attachment.
Regards
Rehan
So I see. But did you type
Code:
about:plugins
into the url bar of your browser to verify that the plugin is intalled correctly? What does the entry: Shockwave Flash say? Have you removed all other plugins mentioned in earlier posts?
cheers,
jdk
In your home directory, you should have a folder called .mozilla (the full-stop at the beginning is important). Just to test things out, try placing a copy of libflashplayer.so in ~/.mozilla/plugins and stop and restart firefox. Then see if you have the plugin installed by the "aboutlugins" method described previously. If that works then we can talk about a permanent location for the flash plugin (and any others you want to add).
cheers,
jdk
when i did
[root@hostname ~]# cd .mozilla/
I did'nt had the directory plugins , i created it manually.
[root@hostanme .mozilla]# ls -a
. .. extensions firefox plugins
I copied libflashplayer.so to plugins directory and restarted the firefox and tried to run about.plugins it gave me the below mentioned error on the shell.
LoadPlugin: failed to initialize shared library /root/.mozilla/plugins/libflashplayer.so [/lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by /root/.mozilla/plugins/libflashplayer.so)]
From all that you say, it sounds like your firefox is not installed correctly. It sounds like you try to run Firefox as root and so you have a /root/.mozilla folder. This will cause you soooo much trouble. I would suggest removing firefox and reinstalling it correctly and then running it as a normal user and not as root. In that way you should be able to install your plugins.
cheers,
jdk
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.