Sebastian Clau wrote:
There are two solutions. One is to patch the glibc source and rebuild. The other is to download the JDK 1.4.1 from Sun and use that instead with JBuilder. In ./JBuilder6/bin, you'll find the file jdk.config. Edit it and change the values for 'javapath' and 'addpath'. For example, I installed 1.4.1 in /opt/java/j2sdk1.4.1_01,Package: libc6 Version: 2.3.1-3 Severity: important Tags: sid
When Starting JBuilder6, I get the following error Message:
Error occurred during initialization of VM Unable to load native library: =
/home/sc2/lib/jbuilder6/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
# # Set the path for the JDK #javapath /home/bheadley/JBuilder6/jdk1.3.1/bin/java javapath /opt/java/j2sdk1.4.1_01/bin/java # Add the tools.jar #addpath /home/bheadley/JBuilder6/jdk1.3.1/lib/tools.jar addpath /opt/java/j2sdk1.4.1_01/lib/tools.jar
You will find that Wine is another package which is sensitive to the glibc change. The resolution there is more difficult :-)
-- ____ .:. ____ Bryan W. Headley - [EMAIL PROTECTED]

