The blackdown JVM for Xscale is compiled against libc 2.3.x and ld-config 2.3.x.
I've copied the library 2.3.x to /home/zaurus/mylib and I've started the JVM as follow:
CODE
export LD_LIBRARY_PATH=/home/zaurus/mylib:$LD_LIBRARY_PATH
java -version
java -version
the JVM has found my new libc 2.3.x but the new libc is still loaded by the old ld-config.
How can I load the JVM libraries using the new ld-config 2.3.x.
with "chroot"?? or LD_PRELOAD??