Received: (qmail 8811 invoked by uid 2012); 27 Jun 1998 14:29:09 -0000 Message-Id: <19980627142909.8810.qmail@hyperreal.org> Date: 27 Jun 1998 14:29:09 -0000 From: Fraser Campbell Reply-To: fraser@greynet.net To: apbugs@hyperreal.org Subject: suexec does not compile X-Send-Pr-Version: 3.2 >Number: 2517 >Category: suexec >Synopsis: suexec does not compile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat Jun 27 07:30:00 PDT 1998 >Last-Modified: Sat Jul 18 14:43:39 PDT 1998 >Originator: fraser@greynet.net >Organization: >Release: 1.3.0 >Environment: Linux www 2.0.33 #5 Sun Dec 28 14:14:42 EST 1997 i486 Apache 1.3.0 >Description: suexec code #includes conf.h This file does not exist >How-To-Repeat: Follow instructions http://www.apache.org/docs/suexec.html i.e. cc suexec.c -o suexec >Fix: I used the suexec code from 1.3beta5. Please adise me if there are any problems with the suexec code in that version. >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: coar State-Changed-When: Sat Jun 27 11:15:23 PDT 1998 State-Changed-Why: Please check out PR #2250 to verify that you're building suexec correctly. conf.h is in src/include/conf.h, so it appears that your compilation line might be missing an "-I../include" clause. You can see PR #2250 at From: Marc Slemko To: apbugs@go2net.com Cc: fraser@greynet.net Subject: Re: suexec/2517: suexec does not compile Date: Sun, 28 Jun 1998 08:12:58 -0700 (PDT) The problem here is that the docs are broken, not the code. The docs say to just use cc ..., while you really should just do "make suexec". On 27 Jun 1998 coar@apache.org wrote: > [In order for any reply to be added to the PR database, ] > [you need to include in the Cc line ] > [and leave the subject line UNCHANGED. This is not done] > [automatically because of the potential for mail loops. ] > > > Synopsis: suexec does not compile > > State-Changed-From-To: open-feedback > State-Changed-By: coar > State-Changed-When: Sat Jun 27 11:15:23 PDT 1998 > State-Changed-Why: > Please check out PR #2250 to verify that you're building > suexec correctly. conf.h is in src/include/conf.h, so > it appears that your compilation line might be missing > an "-I../include" clause. You can see PR #2250 at > > > State-Changed-From-To: feedback-closed State-Changed-By: marc State-Changed-When: Sat Jul 18 14:43:38 PDT 1998 State-Changed-Why: The docs have been updated to reflect the proper (ie. make suexec) way of compiling suexec. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]