I experience the same problem as kiprian when using awt:

_______________________________________________________________________
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/Staff/grimm/temp/jdk1.2/jre/lib/i386/libfontmanager.so: 
libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file or 
directory
-----------------------------------------------------------------------

I made a link to the lib:

_______________________________________________________________________________
ln -s /usr/lib/libstdc++.so.2.8.0 ~/jdk1.2/jre/lib/i386/libstdc++-libc6.0-1.so.2
-------------------------------------------------------------------------------

When linking a noticed its important what version of the stdlibc++
files you use. 
/usr/lib/libstdc++.a           /usr/lib/libstdc++.so.2.8@
/usr/lib/libstdc++.so@         /usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.7.2@   /usr/lib/libstdc++.so.272@
/usr/lib/libstdc++.so.2.7.2.8

Because /usr/lib/libstdc++.so was a linked to:
/usr/lib/libstdc++.so.2.7.2.8

Now I get a font problem instead:

Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-
%d-*-*-p-*-adobe-fontspecific]

When can I get ahold of those fonts for Linux?

Regards, Jon

P.S> 
P166, 64M
Linux aida 2.1.106 #1 SMP Fri Jul 10 12:57:08 CEST 1998 i586 unknown

Debian 2.0
||/ Name            Version        Description
ii  libc6           2.0.7t-1       The GNU C library version 2 (run-timefiles)
ii  libstdc++2.8    2.90.28-0.1    The GNU stdc++ library (egcs version)




----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to