On Friday 06 Aug 2004 11:14 am, K N Jayadevan wrote: > I had installed JDK 1.3 on Fedora core 2 > > > > While running javac > > > > I get the following error > > > > Error occurred during initialization of VM > Unable to load native library: = > > /usr/java/jdk1.3.1/jre/lib/i386/libjava.so: = > > symbol __libc_wait, version GLIBC_2.0 not defined in file = > > libc.so.6 with link time reference >
This mail is more appropriate in the ilugd-dev [1] mailing list. Use a newer JDK. Download JDK 1.4.x from Sun's site. The JDK that you are using seems to have a depndency on an older glibc version. Preferably use an rpm version of JDK, and never install it by --force or by --nodeps. If you are using a JDK rpm, send us the output of the command "rpm -q jdk --requires" - Sandip [1] http://frodo.hserus.net/mailman/listinfo/ilugd-dev -- Sandip Bhattacharya sandip (at) puroga.com Puroga Technologies Pvt. Ltd. Work: http://www.puroga.com Home: http://www.sandipb.net GPG: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3 Learnt something new today? Contribute to the ILUGD Knowledge base at http://www.lug-delhi.org! Help others gain from your knowledge! _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
