Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
|
07-10-2003, 10:30 PM
|
#16
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
ok I got it working. Here's what I did.
Even though I have GCC 3.2 the mozilla I'm running is a prebuilt. I couldn't get the blackdown gcc3.2 jre to work. So I downloaded the gcc2.95 blackdown. That javaplugin file seems to work as apparently the jre gcc version has to match what version mozilla was built with. So download both and see which one works.
best of luck,
jpbarto
|
|
|
07-11-2003, 12:09 AM
|
#17
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
yet another entry in the saga that is my browser and its plugins. Now that java is working Flash is not. The plugin page still lists the flash plugin as installed and associated with application/x-shockwave-flash but whenever I go to a webpage I get a popup saying that I need a plugin to handle x-shockwave-flash... is anyone else getting this?
Edit -----
scratch that... took a reinstall and then I had to create a symlink for libstdc++-libc6.2-2.so.3 to libstdc++.so
this whole plugin thing is an odd setup.
but hey at least both java and flash work now. (I hope all this rambling of mine helps someone out there... sorry if it doesn't.)
Last edited by jpbarto; 07-11-2003 at 12:18 AM.
|
|
|
07-11-2003, 02:41 AM
|
#18
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
Last edited by guster; 07-11-2003 at 06:21 AM.
|
|
|
07-11-2003, 08:37 AM
|
#19
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
cat the log file (/var/log/XFree86.0.log) and see what the problem is.
|
|
|
07-11-2003, 08:55 AM
|
#20
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
I've just reinstalled the system, cos I'm a . NOw I'm trying to install the blackdown java plug-in, but I can't find the dir of mozilla browser. I've downloaded the sdk1.4.1 gcc3.2 and now my mozilla is v1.0.1. Is this a problem? Nevermind I'll find out soon
|
|
|
07-11-2003, 08:56 AM
|
#21
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
on a slackware box mozilla plugins are in /usr/lib/mozilla/plugin
|
|
|
07-11-2003, 09:34 AM
|
#22
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
yes I found it too, now is the moment to press REturn and to see what have I done
|
|
|
07-11-2003, 10:15 AM
|
#23
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
no, it didn't work, I've installed the mozilla 1.4 and didn't work for it too. There is no error message in the terminal, it just don't work. Please can somebody tell me is there a browser for RedHat8 that is with java support???? Anything Opera, Mozilla, NS, IE or something...
|
|
|
07-11-2003, 10:20 AM
|
#24
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
guster, did you try both gcc2.95 and 3.2 versions of blackdown?
|
|
|
07-11-2003, 10:31 AM
|
#25
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
now I'm downloading gcc2.95, but I doubt that will work
|
|
|
07-11-2003, 10:38 AM
|
#26
|
Member
Registered: Jun 2003
Distribution: Redhat 8, Redhat 9, Win2k, WinXP
Posts: 64
Rep:
|
hrmm.. I have the same exact problem as above, but..
Im using the blackdown version upon suggestion elsewhere on the forum..
here is a paste of my errors..
[mike@ts1 mozilla-1.3.1]$ run-mozilla.sh
bash: run-mozilla.sh: command not found
[mike@ts1 mozilla-1.3.1]$ ./run-mozilla.sh
LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla-1.3.1/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so [/usr/lib/mozilla-1.3.1/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so: undefined symbol: GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]
LoadPlugin: failed to initialize shared library /usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so [/usr/local/j2re1.4.1/plugin/i386/mozilla/javaplugin_oji.so: undefined symbol: GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]
here is the results of the ldd on the so file..
[mike@ts1 mozilla]$ ls
javaplugin_oji.so
[mike@ts1 mozilla]$ ldd javaplugin_oji.so
ldd: warning: you do not have execution permission for `./javaplugin_oji.so'
libxpcom.so => /usr/lib/libxpcom.so (0x40049000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40140000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40192000)
libdl.so.2 => /lib/libdl.so.2 (0x40270000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
libplds4.so => /usr/lib/libplds4.so (0x40273000)
libplc4.so => /usr/lib/libplc4.so (0x40276000)
libnspr4.so => /usr/lib/libnspr4.so (0x4027c000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x402ac000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x402fc000)
libm.so.6 => /lib/i686/libm.so.6 (0x403ae000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x403d0000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x403d8000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x403e2000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
[mike@ts1 mozilla]$
i used the version for gcc 2.95, could that be the problem? and how can i find out what version mozilla was compiled with?
thanks
mike
|
|
|
07-11-2003, 10:52 AM
|
#27
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
now I've installed gcc2.95. The result is: mozilla1.4 give me the same error as before, mozilla 1.0.1 crashes after I go to the site with applet. suxx
|
|
|
07-11-2003, 10:58 AM
|
#28
|
Member
Registered: Jun 2003
Distribution: Redhat 8, Redhat 9, Win2k, WinXP
Posts: 64
Rep:
|
guster, im having the same problem as you posted earlier, exactally.. but im running mozilla 1.3.1.. Waiting for a response to my last post..
as we speak i am trying the 3.2 build...
[EDIT]
Well, I installed the 3.2 build and still get the same undefined symbol error when i start up, but... it works! w00t w00t!!
-mike
Last edited by scoob8000; 07-11-2003 at 11:48 AM.
|
|
|
07-12-2003, 08:23 PM
|
#29
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
guster... so Mozilla 1.4 crashes still with both blackdown versions? with both mozilla1.4+blackdown2.95 and mozilla1.4+blackdown3.2 you get the undefined nsServiceManager symbol? Can anyone help in this matter?
I'm very sorry guster I have to admit that I'm not too experienced with mozilla plugin problems. Have you had any luck at the mozilla or blackdown mailing lists?
scoob... glad to hear you're up and running. Might want to look into the undefined symbol though... it can't be good.
|
|
|
07-14-2003, 10:13 AM
|
#30
|
LQ Newbie
Registered: Jul 2003
Posts: 14
Original Poster
Rep:
|
Last edited by guster; 07-14-2003 at 10:14 AM.
|
|
|
All times are GMT -5. The time now is 08:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|