LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 10-10-2003, 11:01 AM   #1
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Rep: Reputation: 15
can't get flash to work in mozilla


I've been trying to get the flashplayer plugin working in mozilla but I haven't had any success. I've tried it as root and as my main user account. The directory for the mozilla plugins lists the 2 plugin files but when I click on about>plugins in mozilla, flash isn't listed.

I'm fairly new to linux but I'm pretty sure I've done everything right. I'm using Mandrake 9.1 and Mozilla 1.4.
 
Old 10-10-2003, 11:25 AM   #2
craigdolson
Member
 
Registered: Sep 2003
Posts: 31

Rep: Reputation: 15
you need to download the flash plugin, if you already havent done so. Extract the tarball. make a symbolic link from the exact plugin in whatever directory and location it is sttting into the /usr/lib/mozilla/plugins/i386/ns660/ drectory. (i think this is the correct location. Look to be sure before you do it)

The syntax is, as root

ln -s /home/username/pluginnamefolder/plugin/pluginname /usr/lib/mozilla/plugins/i386/ns660/pluginname

This should work for you. This also applies if you need to install the Java plugin, which you will because it doesnt come with mozilla by default. Also, before you do any of this, look to see that the plugins are not just located in the /usr/lib/netscape/plugins/i386/ns660 directory. You may just need to make a symlink from those to the mozilla directory.

Good Luck
 
Old 10-10-2003, 01:16 PM   #3
Xterminator
Member
 
Registered: Sep 2002
Location: São Paulo -Brazil
Posts: 76

Rep: Reputation: 15
Talking

Try this is made easy !!!

http://macromedia.mplug.org/rep_uh.html
 
Old 10-10-2003, 02:23 PM   #4
craigdolson
Member
 
Registered: Sep 2003
Posts: 31

Rep: Reputation: 15
Thumbs up

or you can do that as well.... Very easily.
 
Old 10-10-2003, 06:06 PM   #5
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Here's what I did: I dl'd the tar file, extracted it, ran ./flash-installer, directed it to the /usr/local/mozilla directory, let it do it's thing, and then I restart my session. I've done this both as root and as local user.

I'm not sure why I would need to link the file if it's already in the directory. Please keep in mind I'm quite new to linux.

Oh, and as far as the web link in the post above goes, that doesn't really help me as I don't know what repositories or urpmi' s are. In fact, I don't understand a damn thing on that page.

Last edited by kanuuker; 10-10-2003 at 06:12 PM.
 
Old 10-10-2003, 06:55 PM   #6
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
Quote:
directed it to the /usr/local/mozilla
literally? then I suspect it's the wrong place. Where is mozilla 1.4. installed on your system? If you installed using an rpm, it's probably somewhere unlder /usr/lib and usually the directory has a version number (e.g. /usr/local/mozilla-1.4)
 
Old 10-10-2003, 07:21 PM   #7
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
to find out where mozilla is installed on your distro type:


locate mozilla



I have some files in these directories:

/usr/lib/mozilla-1.2.1/chrome/icons/default/
/usr/share/
/usr/local/mozilla
/etc/X11/applnk/Internet/

Last edited by mossy; 10-10-2003 at 07:27 PM.
 
Old 10-10-2003, 10:20 PM   #8
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
My mozilla is completely contained in /usr/local/mozilla (no version number in the directory name, but I'm using 1.4). It contains several directories and files, including: chrome, components, defaults, icons, plugins (which the flash plugins are present), etc. There is also my hidden user folder .mozilla which contains a couple of directories, including /plugins, which also has the flash plugins listed.

I did a clean install of mozilla, I didn't get it from my distro disc, but from the mozilla site directly.
 
Old 10-10-2003, 10:31 PM   #9
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
when you go into that plugins directory, what are the permissions of the plugin files? you might want to do
chmod a+rwx *
in the plugin directory.
 
Old 10-12-2003, 10:06 AM   #10
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
for the plugin directory and the actual flash plugin files, user has rwx permissions. The user is root. Would that have to do with anything?
 
Old 10-12-2003, 10:26 AM   #11
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
are you rinning your system as root all the time? I hope not. In order to access the files as a normal user, the permissions have to be set accordingly (others must have at least read access). Just try and see if it helps to change the permissions. If it does not, you can always change thigns back.
 
Old 10-12-2003, 10:36 AM   #12
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
no, I'm not running as root all the time. I'm using Mandrake 9.1 and it defaults away from root. However, I installed the plugins as root. I'm going to try changing the permissions now. Hope this works.
 
Old 10-12-2003, 10:38 AM   #13
kanuuker
Member
 
Registered: Aug 2003
Location: Florence, AL (CND by birth)
Distribution: Mandrake 9.1
Posts: 41

Original Poster
Rep: Reputation: 15
Nope, didn't help. I really don't understand why these aren't working. Everything looks to be in order, as far as I can tell. I followed the directions on the flash website to a t.
 
Old 10-12-2003, 10:53 AM   #14
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
here are the instruction from mozilla.org (in case they are different from the one on flash website):
http://plugindoc.mozdev.org/linux.html

also, maybe it helps if you get mozilla1.4 as rpm and then the flash plugin as rpm as well. You can get them from texstar:
http://www.ibiblio.org/pub/linux/dis...rake/9.1/rpms/

to make things easier so you can download stuff from texstar, etc. using the gui software tools from mandrake, go to
http://plf.zarb.org/~nanardon/urpmiweb.php

I hope the texstar version works (but I think you will have to reinstall mozilla using texstar's rpm)

Last edited by quatsch; 10-12-2003 at 10:55 AM.
 
Old 10-12-2003, 10:58 AM   #15
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
yeah doing them both as an RPM may drop dependancies in rpm's locations - that may work.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
flash problem in mozilla can't find /usr/lib/mozilla ejbest Linux - Software 6 01-12-2010 09:48 AM
I can not get flash to work with my mozilla 1.6 bertcakes Linux - General 12 03-20-2004 08:45 PM
Flash wont work in Mozilla 1.6 digitalgravy Linux - Software 10 02-09-2004 06:34 PM
Macromedia Flash / Mozilla problem with certain websites. Can you get them to work? holyroller1 Linux - Software 3 01-17-2004 11:02 PM
Flash does not work with Mozilla and Konqueror help me waheedrafiq Linux - Software 0 08-10-2003 04:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration