Svante Signell, le Sat 26 Feb 2011 16:33:50 +0100, a écrit : > > > Having it installed results in the same errors with both the old and > > > the new versions of libc installed. > > > > So I guess the libc I provided you didn't actually have the fix. > > I've been looking for an updated glibc for a few days now, are you > compiling a new one?
Err, where few = 2? I'm sorry, but days are still 24h, of which I have to spend quite a few on other things, and my boxes were busy doing something else that needed a working pfinet, too. > If, not, where can I find the latest sources to try the compile > myself? As usual in Debian : apt-get source eglibc. That being said, the libc I have put there _does_ include the fix, I can restart ssh with it without problem, so I believe you didn't manage to install it. One way that should be safe enough is to save it into, say, /tmp/mylibc/libc.so.0.3, and use LD_LIBRARY_PATH=/tmp/mylibc /etc/init.d/ssh restart That being said, remember man 3 free: you can tell free() to ignore errors by using export MALLOC_CHECK_=1 Samuel