-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Backlund wrote: >> I'm using Linux Fedora Core 1, and I have this error when I start lmgrd : >> lmgrd: Incorrectly built binary which accesses errno or h_errno >> directly. Needs to be fixed. > [...] > then run the program. It's an NPTL issue. If that doesn't fix it, try It's *not* an nptl problem. The program is simply broken. errno is and was a macro. Programs which use errno without including <errno.h> are broken. What is new is that this now produces a warning. Previously threads programs simply and quitely failed in mysterious ways. There is no excuse for not using errno correctly. ISO C and POSIX forever say that errno might be a macro. - -- â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/xUBl2ijCOnn/RHQRAvloAJ4h7xY/XhsZfdb/ZtZhIDZb9zgZiACgyFOc ldqj4V7Ql+Sul7rm5JmlvSI= =kyff -----END PGP SIGNATURE-----