Well this is crude, but it seems to work:
cd /usr/lib/nof/
ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-2.so.3
Stew
On Thu, 5 Jul 2001, Brice D Ruth wrote:
> Yep - I was simply trying to run the demos as well ... my goal is to use
> the java plugin for web browsing (Mozilla/Konqueror). It appears that
> 'libfontmanager.so' is the one giving issues - I go into the demos
> folder, then applets, then Fractal and run the following command:
>
> */usr/local/java/bin/appletviewer example1.html*
>
> It gives the following error:
>
> *Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /usr/local/j2sdk1.3/jre/lib/ppc/libfontmanager.so:
> libstdc++-libc6.1-2.so.3: cannot load shared object file: No such file
> or directory*
>
> Running 'ldd' on libfontmanager.so confirms this:
>
> *libstdc++-libc6.1-2.so.3 => not found*
>
> Is there a compatability library I need installed?
>
> -Brice
>