LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-15-2003, 01:36 PM   #1
mazzo
Member
 
Registered: Jun 2003
Location: Thames Valley, UK
Distribution: RedHat from 4 -9, Fedora, Ubuntu, Centos 3 - 7, Puppy Linux, and lots of raspberry pi
Posts: 142

Rep: Reputation: 15
Angry fedora Core, mozilla, flash and real player


Hi

I cannot get any of the plugins to work/be recognised by mozilla in fedora core1.

Have tried using rpm's for flash, which fails during installation (with no description as to why).

Real player has a segmentation error.

Even tried java - but that didn't work either.

Any ideas ?

Thanks
 
Old 11-15-2003, 01:44 PM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Ideas, hmmm..
Java - use j2re1.4.2 and put a symbolic link to /j2re1.4.2_02/plugin/i386/ns610-gcc32/libjavaplugin_oji.so in Mozilla's plugins folder.
Flash, copy libflashplayer.so into Mozilla's plugins folder. The libstdc++ libs that are installed by Fedora are only the newest ones. They won't work with Flash plugin. The answer is to find and install the backward compatible version of those libs. The RPM filename is compat-libstdc++(verion).rpm . I got that from this thread. http://forums.mozillazine.org/viewtopic.php?t=33636
I don't know about the realplayer problem. Put the error message into google and see what you get.

Edited for a typo

Last edited by Andrew Benton; 11-15-2003 at 01:46 PM.
 
Old 11-15-2003, 01:51 PM   #3
mazzo
Member
 
Registered: Jun 2003
Location: Thames Valley, UK
Distribution: RedHat from 4 -9, Fedora, Ubuntu, Centos 3 - 7, Puppy Linux, and lots of raspberry pi
Posts: 142

Original Poster
Rep: Reputation: 15
Thanks for the reply.

I too saw that thread. I tried all it said, but it didn't work. I guess it could be the bit about the newer libs. When up2date tries, it goes to install the compat libs, but errors.

The first time I tried it, it asked me to put in some of the fedora disks. Now it never does.

I have manually removed the rpm (rpm -e flash-plugin-xxx) and then rebuilt the rpm database, but no joy.

I will keep trying google !
 
Old 11-17-2003, 06:25 AM   #4
JCCyC
LQ Newbie
 
Registered: Aug 2003
Location: Rio de Janeiro, Brazil
Distribution: RH, Debian, Knoppix, Kurumin, Conectiva
Posts: 4

Rep: Reputation: 0
I have the same problem, and will try this when I get home tonight. IMHO, if this is the answer, I think this compat lib should be installed by default. Thumbs down for the Fedora packagers.
 
Old 11-17-2003, 08:23 AM   #5
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
More details about Flash on Fedora here http://forums.mozillazine.org/viewtopic.php?t=35396 and with Java I've read http://www.osnews.com/story.php?news_id=5111&page=2 that the symbolic link needs to be installed in ~/.mozilla/plugins , so you have to do it for every user.

Edited for a typo

Last edited by Andrew Benton; 11-17-2003 at 01:40 PM.
 
Old 11-17-2003, 10:36 AM   #6
MrJoshua
Member
 
Registered: Apr 2002
Location: Houston Texas
Distribution: Debian / Gentoo / RHEL
Posts: 209

Rep: Reputation: 31
Thanks for the links, I am having the same problems. I will work on it for a few minutes, and let you guys know.
 
Old 11-17-2003, 11:02 AM   #7
JCCyC
LQ Newbie
 
Registered: Aug 2003
Location: Rio de Janeiro, Brazil
Distribution: RH, Debian, Knoppix, Kurumin, Conectiva
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by Andrew Benton
(...) with Java I've read http://www.osnews.com/story.php?news_id=5111&page=2 that the symbolic link needs to be installed in ~/.mozilla/plugins , so you have to do it for every user.
Nothing /etc/skel can't cure.
 
Old 01-25-2004, 08:27 PM   #8
orastreet
LQ Newbie
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 10

Rep: Reputation: 0
1. Download the latest and greatest java rpm from java.com. Substitute the latest version number in these steps. Copy it in the root directory. (or where ever you want.) Note, where it says "[tab]" this means to use the tab key to "autocomplete" the line instead of typing the complete file name.

2. cd /root

3. sh j2[tab] (unpack the self-extracting binary)

3. rpm -ivh j2[tab] (install the RPM file)


4.Make a soft link from the plugin to the Mozilla plugin directory Note! All on one line! And don't forget to use the TAB key! Also note, it's jre1 the number one, not the letter "L"

ln -s /usr/java/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so <space> /usr/lib/mozilla-1.4.1/plugins


5. Try a java website to see it it's working!
 
Old 02-24-2004, 01:50 PM   #9
joking
LQ Newbie
 
Registered: Feb 2004
Location: Western NC
Distribution: RH 5.2, 7.3, Fedora, Gentoo
Posts: 15

Rep: Reputation: 0
Thumbs up fedore Core, mozilla, flsh and real player

Orastreet,

sweet directions, got my plugin installed after reading your post. swift and to the point! THANKS!

Oh, one thing not mentioned on java install instructions pages, Fedora puts mozilla here:

/usr/lib/mozilla/plugins
and
/usr/lib/mozilla-1.4.1/plugins

like to have never found them and still put the ln in the wrong place until read your message!
 
Old 08-30-2004, 09:25 PM   #10
Chuck23
Member
 
Registered: Jun 2004
Distribution: Fedora Core1
Posts: 63

Rep: Reputation: 15
I did all that, and still Mozilla won't recognize java.

On a brighter note, Flash was a breeze.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
SuSE 9.3 Updates for Flash, Real Player ebrke SUSE / openSUSE 1 11-29-2005 06:05 PM
Real player not working in FEDORA core-2 puneet saxena Linux - Laptop and Netbook 3 07-11-2005 05:27 PM
Macromedia Flash Player would not install on Fedora Core 3 x86 a1ex_007 Red Hat 5 03-11-2005 09:26 AM
Real Player Plugin for Mozilla on Fedora Core 2 prashantha Linux - Software 2 10-02-2004 02:01 AM
real player 8 for mozilla 1.4 bohica Mandriva 3 12-29-2003 03:55 PM

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

All times are GMT -5. The time now is 09:50 AM.

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