![]() |
java plugin for firefox
when i run:
Code:
ln -s /usr/lib/java/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /mnt/data/firefox/plugins/libjavaplugin_oji.so |
well, i'm not sure what's going on, but is there suposed to be a " oji.so" at the end of those pathnames? it looks like there's a space between the n and the o, which might be causing trouble. otherwise, i guess i would just make sure that the directory and file that you're trying to link to exist, and whatnot. you might ls -al that file to see it's properties and see if anything jumps out at you.
|
the command is formatted correctly on my screen, you must be having some browser issues?
ls -al does not report anything unusual. |
Re: java plugin for firefox
Quote:
Try this: cd into firefox's plugin driectory and type this: Code:
ln -s /usr/lib/java/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so |
Did you try just cp ing it? It looks like it may not be letting you link across partitions.
-Hope this helps. |
what is the file system type of the partition where you have firefox installed? If it's fat32 by any chance, you won't be able to create symlinks - and it's got to be a symlink for java; copying the thing won't do.
|
nice call quatsch, it is a fat32 partition - am I sol?
Thanks for all the other suggestions. |
I guess you'll have to move the firefox installation to the same partition as java. You can just move the whole firefox directory. That should work.
|
May I ask why you're using a fat32 partition for Linux? It just seems to me to be inefficient and not really the first choice of many....
|
I seem to have forgotten why its formatted that way. After giving some thought, I think I will reformat it. This wasn't a system partition, just one I created for important files. That way I can nuke my os partitions if I want and don't have to worry about losing anything.
|
if it's not a system partition you may have done it to be able to read/write in windows too, i have a large fat32 partition that I use for all my files/mp3s/etc because any OS can read/write.
|
thats what I thought at first, but I have win2k on a completely separate box, with another fat32 data partition on it, accessible to linux via smbfs. The data partition on my linux box is soley for linux os's, so I guess theres no real need for it to be fat32.
|
Quote:
|
There is actually a plugin package for firefox at http://www.linuxpackages.net/. just download and install and thats it.
|
Quote:
as a user, untar the package with "tar -zxf" or "tar -jxf", depending on which file format it's in. As root, mv the new directory and its contents to /usr/local/lib and then run ln -s /usr/local/lib/FireFox/FireFox /usr/local/bin/FireFox, or whatever the path is to the program. Then chmod 755 the symbolic link, and you're set. No pre-packaged stuff from linuxquestions, and only stuff that comes directly from mozilla.org ;) |
| All times are GMT -5. The time now is 03:24 AM. |