You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Geoff Alexander <gd...@us.ibm.com> on 2001/02/07 23:52:41 UTC

problem compiling apache_2.0a9

I just downloaded apache_2.0a9.tar.gz from http://httpd.apache.org/dist and
tried to compile it as follows:

   gunzip -c apache_2.0a9.tar.gz | tar -xvf -
   cd apache_2.0a9
   ./buidconf
   ./configure
   ./make

I got the following error from make:

   make[3]: Leaving directory
   `/root/install/Apache/apache_2.0a9/srclib/apr-util'
   Making all in test
   make[3]: Entering directory
   `/root/install/Apache/apache_2.0a9/srclib/apr-util/test'
   make[3]: *** No rule to make target `all'.  Stop.
   make[3]: Leaving directory
   `/root/install/Apache/apache_2.0a9/srclib/apr-util/test'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory
   `/root/install/Apache/apache_2.0a9/srclib/apr-util'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/root/install/Apache/apache_2.0a9/srclib'
   make: *** [all-recursive] Error 1

Is this a known problem?  How do I compile apache_2.0a9?

Thanks,
Geoff Alexander, Ph.D.
919/254-5216 T/L 444-5216
CMVC95 WebDAV Development
IBM Corporation
RTP, NC


Re: problem compiling apache_2.0a9

Posted by "William A. Rowe, Jr." <wr...@covalent.net>.
From: "Geoff Alexander" <gd...@us.ibm.com>
Sent: Wednesday, February 07, 2001 2:52 PM

>    make[3]: Leaving directory
>    `/root/install/Apache/apache_2.0a9/srclib/apr-util'
>    Making all in test
>    make[3]: Entering directory
>    `/root/install/Apache/apache_2.0a9/srclib/apr-util/test'
>    make[3]: *** No rule to make target `all'.  Stop.
>    make[3]: Leaving directory
>    `/root/install/Apache/apache_2.0a9/srclib/apr-util/test'
>    make[2]: *** [all-recursive] Error 1
>    make[2]: Leaving directory
>    `/root/install/Apache/apache_2.0a9/srclib/apr-util'
>    make[1]: *** [all-recursive] Error 1
>    make[1]: Leaving directory `/root/install/Apache/apache_2.0a9/srclib'
>    make: *** [all-recursive] Error 1
> 
> Is this a known problem?  How do I compile apache_2.0a9?

Yes - delete your test directories