On Thu, 19 Jun 2003, Andrew Jorgensen said: <snip> > Sorry. I don't have an answer for that one. > > Bryan Murdock wrote: > > OK, let's see if the UUG can beat commercial technical support ;) > > > > I'm trying to get one of our digital simulation tools to run on Linux. > > A co-worker has it running on his Redhat 8.0 box. I try it on my 9.0 > > box and I get this: > > > > symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link > > time reference > > > > And it reminds me that the vendor claims to only support Redhat 7.3 and > > maybe the 9.0 glibc and this software just don't get along. So > > installed all the compat-* rpm's for 7.3 and set LD_LIBRARY_PATH to > > /usr/lib/i386-redhat-linux7/lib (which is where are the glibc stuff > > went) and I still get the same error. Any ideas? or is it time to > > downgrade to redhat 8.0 (I really don't want to do that)? > > > > Thanks, > > > > Bryan
It sounds like you're running RedHat 9 without the latest glibc. It shipped with a version that was missing some compatibility stuff: https://rhn.redhat.com/errata/RHBA-2003-136.html If that isn't the problem, it may help to see the output of 'ldd' on whatever executable you're running. Frank --------------------------------------------------------------------------- Frank Sorenson - KD7TZK CSR Computer Science Department Brigham Young University [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
