You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by MG...@imbank.ru on 2004/07/23 14:17:00 UTC

[users@httpd] NetBSD/Apache2: error configuring snapshot source tree

Hi,

two questions after trying to build the latest snapshot of Apache2 on 
NetBSD-1.6.2/i386 (gcc version 2.95.3 20010315 (release) (NetBSD nb3)):

1. I've downloaded the httpd-2.0_20040723041745.tar.gz file from 
cvs.apache.org, unpacked, but there is no "configure" in there. Is that OK 
? What "configure" should I use

2. If I use "configure" from 2.0.50 source with the snapshot source, I 
have the following error: 

        % ./configure --prefix=$HOME/apache/ 
        checking for chosen layout... Apache
        checking for working mkdir -p... yes
        configure: error: cannot run /bin/sh build/config.sub
        %

the 2.0.50 source works OK.

Can anybody give a hint what's wrong, or provide a link with some details 
on the issue ?

thank you in advance for replies.
 
-----------------
Mikhail Gorbunov

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] NetBSD/Apache2: error configuring snapshot source tree

Posted by Joshua Slive <js...@gmail.com>.
On Fri, 23 Jul 2004 16:17:00 +0400, mgorbunov@imbank.ru
<mg...@imbank.ru> wrote:
> Hi,
> 
> two questions after trying to build the latest snapshot of Apache2 on
> NetBSD-1.6.2/i386 (gcc version 2.95.3 20010315 (release) (NetBSD nb3)):
> 
> 1. I've downloaded the httpd-2.0_20040723041745.tar.gz file from
> cvs.apache.org, unpacked, but there is no "configure" in there. Is that OK
> ? What "configure" should I use

Note that this is probably the 2.1 cvs version you are downloading,
not 2.0 (despite the name).
Since it is the cvs version, you need to follow the relevant
instructions from here:
http://httpd.apache.org/docs-2.1/install.html#configure

In particular, you need to run ./buildconf.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org