
sgifford at suspectclass
Oct 13, 2003, 10:54 PM
Post #2 of 2
(907 views)
Permalink
|
"Muhammad Ali" <ali[at]packages.com.pk> writes: > Can any one tell me the technical details behind the Qmail & RedHat > Linux 9 issue? qmail assumes that errno is a standard integer variable, as it was from the mid-seventies until within the last few years. Recent versions of the GNU C library changed errno from a standard integer to a macro, probably to make it work properly with threads. Since they disagree, they don't work together properly. A patch is readily available for qmail that causes it to use errno properly, and that fixes the problem. I'm sure there's tons more details in the archives. ----ScottG.
|