[conspire] next installfest

bruce coston jane_ikari at yahoo.com
Wed Sep 20 16:00:02 PDT 2006


oops , I started my cf-25 with a non-boot floppy in it - I need an appropriate w98se boot floppy for it or some other tool to get a more useful heavy magnesium encased brick . Ill enough after Pasadena trip that I expect to do less this time . On list 4a PEP box free from metro-fi . 

conspire-request at linuxmafia.com wrote: Send conspire mailing list submissions to
 conspire at linuxmafia.com

To subscribe or unsubscribe via the World-Wide Web, visit
 http://linuxmafia.com/mailman/listinfo/conspire
or, via e-mail, send a message with subject or body 'help' to
 conspire-request at linuxmafia.com

You can reach the person managing the list at
 conspire-owner at linuxmafia.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of conspire digest..."


Today's Topics:

   1. Fc5 & Java/Nz client (John Andrews)
   2. Re: Fc5 & Java/Nz client (Daniel Gimpelevich)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Sep 2006 19:23:37 -0700
From: John Andrews 
Subject: [conspire] Fc5 & Java/Nz client
To: Conspire at linuxmafia.com
Message-ID: <200609191923.37991.jla1200 at netzero.net>
Content-Type: text/plain;  charset="us-ascii"

I am trying to create a link between Jre and Mozilla plugins directory.
/usr/lib/mozilla/plugins/ns7/libjavaplugin_oji.so and 
usr/java/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so


.I specifically typed in ln -s 
usr/java/jre1.5.0._08/plugin/i386/ns7  /usr/lib/mozilla/plugins/libjavaplugin_oji.so. 
I'm sure I spelled everything right because I used the tab key. But it gave 
me a link between libjavaplugin_oji.so and /opt/jre1.5.0_08/plugin/etc....
SEE BELOW, I don't even have Jre installed in /opt. What gives?
I don't like this shell as much since it doesn't list the whole directory 
names.Also libjavaplugin_oji.so flashes on & off in a red box.What does that 
indicate? Nz client is installed in /opt and the Fc5 installation notes that 
I.m refering to said to put Jre in /opt.

[jla at localhost mozilla]$ cd plugins/
[jla at localhost plugins]$ ls
libjavaplugin_oji.so  nphelix.so  nphelix.xpt
[jla at localhost plugins]$ ls -l
total 60
lrwxrwxrwx 1 root root    53 Sep 16 21:20 libjavaplugin_oji.so 
-> /opt/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 40644 Feb 13  2006 nphelix.so
-rwxr-xr-x 1 root root  5086 Feb 13  2006 nphelix.x

[jla at localhost ns7]$ pwd
/usr/java/jre1.5.0_08/plugin/i386/ns7
[jla at localhost ns7]$ 

/usr/lib/mozilla/plugins/ns7/libjavaplugin_oji.so  
usr/java/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so

I have the two different directories with the same plugin.
The article said something about using the Firefox directory if you had 
trouble with the Mozilla but Firefox doesn't have a ns7/ libjavaplugin_oji.so 
plugin.






------------------------------

Message: 2
Date: Tue, 19 Sep 2006 19:53:20 -0700
From: Daniel Gimpelevich 
Subject: Re: [conspire] Fc5 & Java/Nz client
To: conspire at linuxmafia.com
Message-ID:
 

Content-Type: text/plain; charset=UTF-8

On Tue, 19 Sep 2006 20:23:37 -0700, John Andrews wrote:

> I am trying to create a link between Jre and Mozilla plugins directory.
> /usr/lib/mozilla/plugins/ns7/libjavaplugin_oji.so and 
> usr/java/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so
> 
> 
> .I specifically typed in ln -s 
> usr/java/jre1.5.0._08/plugin/i386/ns7  /usr/lib/mozilla/plugins/libjavaplugin_oji.so. 

If you don't use a leading slash, it is a relative link. That means you
created /usr/lib/mozilla/plugins/libjavaplugin_oji.so as a link to
/usr/lib/mozilla/plugins/usr/java/jre1.5.0._08/plugin/i386/ns7, which
doesn't exist, and is therefore blinking red.

> I'm sure I spelled everything right because I used the tab key. But it gave 
> me a link between libjavaplugin_oji.so and /opt/jre1.5.0_08/plugin/etc....
> SEE BELOW, I don't even have Jre installed in /opt. What gives?
> I don't like this shell as much since it doesn't list the whole directory 
> names.Also libjavaplugin_oji.so flashes on & off in a red box.What does that 
> indicate? Nz client is installed in /opt and the Fc5 installation notes that 

Once again, libjavaplugin_oji.so is 100% irrelevant to the NZ client.

> I.m refering to said to put Jre in /opt.

Where? I did not see that on the page to which both Rick and I linked.

> [jla at localhost mozilla]$ cd plugins/
> [jla at localhost plugins]$ ls
> libjavaplugin_oji.so  nphelix.so  nphelix.xpt
> [jla at localhost plugins]$ ls -l
> total 60
> lrwxrwxrwx 1 root root    53 Sep 16 21:20 libjavaplugin_oji.so 
> -> /opt/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so
> -rwxr-xr-x 1 root root 40644 Feb 13  2006 nphelix.so
> -rwxr-xr-x 1 root root  5086 Feb 13  2006 nphelix.x
> 
> [jla at localhost ns7]$ pwd
> /usr/java/jre1.5.0_08/plugin/i386/ns7
> [jla at localhost ns7]$ 
> 
> /usr/lib/mozilla/plugins/ns7/libjavaplugin_oji.so  
> usr/java/jre1.5.0_08/plugin/i386/ns7/libjavaplugin_oji.so
> 
> I have the two different directories with the same plugin.
> The article said something about using the Firefox directory if you had 
> trouble with the Mozilla but Firefox doesn't have a ns7/ libjavaplugin_oji.so 
> plugin.

That's why it said to put a link to the plugin there.

PS-I apologize for getting impatient with my replies, but I am only
answering your questions as you ask them. I am not the endless fountain of
patience that would be required to completely disregard your questions and
instead tell you everything you should do instead of what you are doing.
Sure, teaching someone to fish is superior to giving them a fish, but one
must first possess the talent to be able to teach such a thing. I am sorry
to be running rather low on that talent at the moment.



------------------------------

_______________________________________________
conspire mailing list
conspire at linuxmafia.com
http://linuxmafia.com/mailman/listinfo/conspire


End of conspire Digest, Vol 40, Issue 12
****************************************



 		
---------------------------------
 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://linuxmafia.com/pipermail/conspire/attachments/20060920/293a0566/attachment.html>


More information about the conspire mailing list