On 11/16/05, LI Daobing <[EMAIL PROTECTED]> wrote: > On 11/16/05, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > > Why do you think this is the problem? It's not. The error message > > talks about errno, not __ctype_b. > > you are right. I make a mistake here. > > > > > [EMAIL PROTECTED]:~% readelf -a /lib/tls/libc.so.6|grep ctype_b > > 00132fa0 0007b906 R_386_GLOB_DAT 00133408 __ctype_b > > 1683: 00023050 62 FUNC GLOBAL DEFAULT 11 __ctype_b_loc@@GLIBC_2.3 > > 1977: 00133408 4 OBJECT GLOBAL DEFAULT 31 [EMAIL PROTECTED] > > > > > $ g03l test.com > > > setenv GAUSS_EXEDIR > > > /home/user/g03/linda-exe:/home/user/g03/bsd:/home/user/g03/local:/home/user/g03/extras:/home/user/g03 > > > g03 test.com > > > /home/user/g03/linda7.1/intel-linux2.4/bin/true_ntsnet: relocation > > > error: /home/user/g03/linda7.1/intel-linux2.4/bin/true_ntsnet: symbol > > > errno, version GLIBC_2.0 not defined in file libc.so.6 with link time > > > reference > > > > Please set LD_ASSUME_KERNEL=2.4 and try again. Also please get this > > binary fixed. Accessing errno directly is a bug in the application. > > Yes, this method works. Thanks. > I can't fix the binary, It's not a free software. > It does not really works. It just do not report error, and died quietly sometimes later. but I think this is the program's bug, not libc6's.
Thanks. -- LI Daobing

