|
From: Olly B. <ol...@su...> - 2003-10-21 10:08:14
|
I doubt this is related to Pascal's problem, but his log highlights a
couple of problems:
On Tue, Oct 21, 2003 at 10:30:57AM +0200, Pascal GULA wrote:
> getconf: Variable non reconnue `GNU_LIBPTHREAD_VERSION'
The stderr redirection on the runtime NPTL check isn't working.
> Can't access -c: Aucun fichier ou r?pertoire de ce type.
> Can't access %a: Aucun fichier ou r?pertoire de ce type.
Hmm, it looks like "stat -c" isn't portable (it's not installed on at least
one of the Linux boxes I use) and that the setuid/setgid test is
therefore failing. Using file is probably a better option.
I've attached a patch fixing both of these. As a bonus it also fixes
both the static linking check and the setuid/setgid check to derefence
symlinks.
Cheers,
Olly
|