From: Andreas Metzler <[EMAIL PROTECTED]>
Date: Sun, Nov 02, 2003 at 11:41:47AM +0100
> In article <[EMAIL PROTECTED]> (local.debian.rcbugs) you wrote:
> > I see the same error message, with qmail.
> 
> > When I compile and run it with LD_ASSUME_KERNEL=2.4.1,
> > it still works.
> 
> > This is linux-2.6.0-test9-mm1, debian unstable as of 9
> > hours ago.
> 
> Iirc www.qmail.org (or life with qmail?) has the one-line patch that
> makes it work on systems where errno is a macro.
> 
> Afaik all bernstein-software suffers from this issue, ignoring recent
> standards (Susv3?) that allow errno to be a macro, the problem has
> been rehashed multiple times e.g. on the djbdns list as it appears on
> RedHat for some time.

Downloading and install netqmail-1.04 (which incorporates this patch)
solved my qmail problems, only VMWare is still affected. Petr
Vandrovec's solution:

mv /usr/bin/vmnet-natd /usr/bin/vmnet-natd.bin

and create /usr/bin/vmnet-natd:

#!/bin/sh
LD_ASSUME_KERNEL=2.2.5 exec /usr/bin/vmnet-natd.bin "$@"

Phew, another glibc update has failed to bring down my system :-)

Thanks,
Jurriaan
-- 
It is well to remember, my son, that the entire population of the
universe, with one trifling exception, is composed of others.
        John Andrew Holmes
Debian (Unstable) GNU/Linux 2.6.0-test9-mm1 4276 bogomips 0.13 0.13


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to