Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C1029887 for ; Fri, 20 Apr 2012 09:51:10 +0000 (UTC) Received: (qmail 34265 invoked by uid 500); 20 Apr 2012 09:34:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33929 invoked by uid 500); 20 Apr 2012 09:33:51 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 33442 invoked by uid 99); 20 Apr 2012 09:33:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 09:33:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rshuvalov@hotmail.com designates 65.54.190.95 as permitted sender) Received: from [65.54.190.95] (HELO bay0-omc2-s20.bay0.hotmail.com) (65.54.190.95) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 09:33:16 +0000 Received: from BAY149-DS18 ([65.54.190.125]) by bay0-omc2-s20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 20 Apr 2012 02:32:55 -0700 X-Originating-IP: [87.255.14.123] X-Originating-Email: [rshuvalov@hotmail.com] Message-ID: From: Shuvalov Roman To: Date: Fri, 20 Apr 2012 13:32:49 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_009B_01CD1EFA.14910CC0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac0e10XYakh11OivSraCo0Hk9036MA== Content-Language: ru X-OriginalArrivalTime: 20 Apr 2012 09:32:55.0513 (UTC) FILETIME=[90D30490:01CD1ED8] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache 2.4.2: installed -deps tarball, but still get "configure failed for srclib/apr" ------=_NextPart_000_009B_01CD1EFA.14910CC0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I am installing Apache 2.4.2 on CentOS 6.2 (x64, minimal). I also installed -deps tarball as FAQ advised, but still getting error "configure failed for srclib/apr". Here is my script: [root@master ~/apache24]:>ll total 8.8M drwxr-xr-x. 2 root root 4.0K Apr 20 13:04 ./ dr-xr-x---. 6 root root 4.0K Apr 19 15:08 ../ -rw-r--r--. 1 root root 960K Apr 1 04:44 apr-1.4.6.tar.gz -rw-r--r--. 1 root root 757K Apr 1 04:43 apr-util-1.4.1.tar.gz -rw-r--r--. 1 root root 1.7M Apr 15 16:33 httpd-2.4.2-deps.tar.gz -rw-r--r--. 1 root root 5.4M Apr 15 16:33 httpd-2.4.2.tar.gz [root@master ~/apache24]:>tar xzf httpd-2.4.2.tar.gz [root@master ~/apache24]:>tar xzf apr-1.4.6.tar.gz [root@master ~/apache24]:>tar xzf apr-util-1.4.1.tar.gz [root@master ~/apache24]:>mv apr-1.4.6 httpd-2.4.2/srclib/apr [root@master ~/apache24]:>mv apr-util-1.4.1 httpd-2.4.2/srclib/apr-util [root@master ~/apache24]:>tar xzf httpd-2.4.2-deps.tar.gz [root@master ~/apache24]:>cd httpd-2.4.2 [root@master ~/apache24/httpd-2.4.2]:>./configure --with-included-apr -q Configuring Apache Portable Runtime library ... configuring package in srclib/apr now Configuring APR library Platform: x86_64-unknown-linux-gnu APR Version: 1.4.6 configure: error: in `/root/apache24/httpd-2.4.2/srclib/apr': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details configure failed for srclib/apr [root@master ~/apache24/httpd-2.4.2]:> (I will install gcc a bit later. It isn't causing this problem, is it?) Thank you, Roman. ------=_NextPart_000_009B_01CD1EFA.14910CC0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

I am installing Apache 2.4.2 on CentOS 6.2 (x64, minimal). I also = installed –deps tarball as FAQ advised, but still getting error = “configure failed for srclib/apr”. Here is my = script:

 

 

[root@master = ~/apache24]:>ll

total = 8.8M

drwxr-xr-x. 2 root root 4.0K Apr 20 = 13:04 ./

dr-xr-x---. 6 root root 4.0K Apr 19 = 15:08 ../

-rw-r--r--. 1 root root 960K = Apr  1 04:44 apr-1.4.6.tar.gz

-rw-r--r--. 1 root root 757K Apr  1 04:43 = apr-util-1.4.1.tar.gz

-rw-r--r--. 1 root root = 1.7M Apr 15 16:33 httpd-2.4.2-deps.tar.gz

-rw-r--r--. 1 root root 5.4M Apr 15 16:33 = httpd-2.4.2.tar.gz

 

[root@master = ~/apache24]:>tar xzf httpd-2.4.2.tar.gz

[root@master ~/apache24]:>tar xzf = apr-1.4.6.tar.gz

[root@master = ~/apache24]:>tar xzf apr-util-1.4.1.tar.gz

[root@master ~/apache24]:>mv apr-1.4.6 = httpd-2.4.2/srclib/apr

[root@master = ~/apache24]:>mv apr-util-1.4.1 = httpd-2.4.2/srclib/apr-util

[root@master ~/apache24]:>tar xzf = httpd-2.4.2-deps.tar.gz

[root@master = ~/apache24]:>cd httpd-2.4.2

[root@master ~/apache24/httpd-2.4.2]:>./configure  = --with-included-apr -q

 

Configuring Apache = Portable Runtime library ...

 

configuring package in = srclib/apr now

Configuring APR = library

Platform: = x86_64-unknown-linux-gnu

APR Version: = 1.4.6

configure: error: in = `/root/apache24/httpd-2.4.2/srclib/apr':

configure: error: no acceptable C compiler found in = $PATH

See `config.log' for more = details

configure failed for = srclib/apr

[root@master = ~/apache24/httpd-2.4.2]:>

 

(I will install gcc a = bit later. It isn’t causing this problem, is = it?)

 

Thank you,

Roman.

------=_NextPart_000_009B_01CD1EFA.14910CC0--