Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: hypersonic on October 08, 2011, 12:04:41 PM
-
I tried to use symlink:
ln -s /usr/local/java-sun/jre/lib/i386/libnpjp2.so /usr/local/lib/mozilla/plugins/libnpjp2.so
But it's not working...
Am I doing something wrong?
-
Hi hypersonic
Was the link in /usr/local/lib/mozilla/plugins/libnpjp2.so created? If not, try:
sudo ln -s /usr/local/java-sun/jre/lib/i386/libnpjp2.so /usr/local/lib/mozilla/plugins/libnpjp2.so
Also, make sure /usr/local/java-sun/jre/lib/i386/libnpjp2.so exists.
-
The file .so exists, and link was created. Maybe its a problem with Firefox 7?
-
I reinstalled sun-jre and now works.