John Burnley <[EMAIL PROTECTED]> writes: > /usr/local/jdk1.2.2/bin/../jre/bin/s390/realpath: error in > loading shared librar > ies: /usr/local/jdk1.2.2/bin/../jre/bin/s390/realpath: symbol > __register_frame_i > nfo, version GLIBC_2.0 not defined in file libc.so.6 with > link time reference
Ah, you've got the "__register_frame_info()" problem! It's a semi-well-known problem with transporting binaries between systems that have *very slightly* different builds of the GNU C Library (glibc). There's a page (http://sdb.suse.de/sdb/de/html/kukuk_regframe.html in German) at SuSE's website that talks about how to avoid the problem without massive difficulties. Don't read German? Google will happily translate it for you (although you'll have to join this lengthy URL back together): http://translate.google.com/translate_c?hl=en&u=http://sdb.suse.de/sdb/de/html/kukuk_regframe.html&prev=/search%3Fq%3D__register_frame_info%26num%3D100%26hl%3Den%26lr%3D%26safe%3Doff Ross Patterson Computer Associates
