The following reply was made to PR general/2230; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Yang Su <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: general/2230: apache fails to compile Date: Thu, 14 May 1998 10:54:27 -0600 (MDT) On 14 May 1998, Yang Su wrote: > > >Number: 2230 > >Category: general > >Synopsis: apache fails to compile > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: apache > >State: open > >Class: support > >Submitter-Id: apache > >Arrival-Date: Wed May 13 19:10:00 PDT 1998 > >Last-Modified: > >Originator: [EMAIL PROTECTED] > >Organization: > apache > >Release: Apache1.2.6 > >Environment: > Linux inkle 2.0.33 #3 Sat Mar 14 20:20:53 CST 1998 i586 > Reading specs from /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/2.7.2.3/specs > gcc version 2.7.2.3 > >Description: > After I do these commands: > cd apache_1.2.6/src/; ./Configure ; make > then the following errors come out (I have no problem compiling > Apache1.3b5(6) ) > > (cd regex; make lib CC='gcc' AUX_CFLAGS='-O2 -DLINUX=2 ' RANLIB='ranlib') > make[1]: Entering directory `/tmp/apache_1.2.6/src/regex' > rm -f *.o > sh ./mkh -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c regfree.c > >regex. > tmp > ./mkh: egrep: command not found What directory is your egrep in? Try removing the "PATH=/bin:/usr/bin ; export PATH" line from the start of src/regex/mkh.
