<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On 26 Sep 2005, at 10:34, Hans Engelen wrote:</DIV><BLOCKQUOTE type="cite"><DIV> </DIV> <DIV>I agree, so I took a look at you configure script and I think the problem is kind of simple. It seems to me the regexp that triggers the check for the spopen problem is too restrictive. I am talking about this line : </DIV> <DIV> </DIV> <DIV>> if echo $ac_cv_uname_r | egrep "\.EL$" >/dev/null 2>&1 ; then<BR>>       echo "$as_me:$LINENO: checking for redhat spopen problem" >&5</DIV> <DIV> </DIV> <DIV>This if I am not mistaken will not for the smp kernel where uname -r returns something like : </DIV> <DIV> </DIV> <DIV>> [root@box]# uname -r<BR>> 2.6.9-17.ELsmp</DIV> <DIV> </DIV> <DIV>A reply that does not trigger your IF I think resulting in the spopen workaround never getting tested or even activated.</DIV> <DIV> </DIV> <DIV>Mind you this is just a quick deduction I made. Forgive me if it is wrong or I am jumping to conclusions.</DIV> </BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>Good observation. Can you change the configure script so the line is:<BR></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>egrep "\.EL(smp)?$"</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>and see whether this works? I'll update CVS when you've confirmed.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Ton</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><FONT class="Apple-style-span" color="#0000DD"><BR class="khtml-block-placeholder"></FONT></BODY></HTML>