<br><br>
<div><span class="gmail_quote">On 9/26/05, <b class="gmail_sendername">Ton Voon</b> <<a href="mailto:tonvoon@mac.com">tonvoon@mac.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>
<div><span class="q">
<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> </div></span>Good observation. Can you change the configure script so the line is:<br> </div>
<div><br> </div>
<div>egrep "\.EL(smp)?$"</div>
<div><br> </div>
<div>and see whether this works? I'll update CVS when you've confirmed.</div><span class="sg">
<div><br> </div>
<div>Ton</div></span></blockquote>
<div> </div>
<div>I think this is the line I should get from configure then :</div>
<div> </div>
<div>> checking for redhat spopen problem... error<br><br>So far (and I have manually ran a check_dig about 50 times now where before I would get a warning once every ten tries) all seems well with the plugin too.</div>

<div> </div>
<div>However, I am wondering if even this regexp is enough. I think there is a third kind of kernel used by Red Hat, the hugemem kernel. Personally not one I am using over here so not sure what that returns on a uname -r.
</div>
<div> </div>
<div>Either way, seems my check_dig is back on track, thanks.</div>
<div> </div>
<div>Cheers,</div>
<div> </div>
<div>Hans</div></div>