From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310 Description of problem: When I try and run java I now get the following message: Error occurred during initialization of VM Unable to load native library: /usr/local/development/j2sdk1.4.0/jre/lib/i386/libjava.so: symbol __libc_waitpid, verion GLIB_2.0 not defined in file libc.so.6 with link time reference Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.intall java sdk 1.4 2.type java -version 3. Actual Results: error message above Expected Results: message with java version info Additional info:
Nope, sun JDK 1.4 fails due to using glibc internal interface it shouldn't. Either upgrade to JDK 1.4.1 which should have this fixed, or upgrade glibc to 2.2.5-29 (e.g. from rawhide) where this is temporarily exported for now.