On Wed, 2003-04-09 at 09:42, Karl-Olov Serrander wrote: > Hi ! > > I have an old program (spreadsheet ss-1.3.1) compiled on redhat-7.2 > which now says: > "Incorrectly built binary which accesses errno, h_errno or _res directly. > Needs to be fixed." > > Redhat-8.0 did not complain. > > I seems to be a warning, because the program works. > > man errno say nothing special, and it will not compile on rh9 (complain about errno). This is due to glibc & NPTL changes in RH9... However, since I'm not a programmer, I can't tell you how to fix it, except: 1. Get the sources and fix it. 2. Before running the program, define the following environment variable: LD_ASSUME_KERNEL=2.2.5 ________________________________________________________________________ Linux Registered User #287198