Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 84488 invoked from network); 12 Jan 2009 23:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2009 23:40:42 -0000 Received: (qmail 48879 invoked by uid 500); 12 Jan 2009 23:40:42 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 48653 invoked by uid 500); 12 Jan 2009 23:40:41 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 48640 invoked by uid 99); 12 Jan 2009 23:40:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 15:40:41 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 23:40:36 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id DD42E234C498; Mon, 12 Jan 2009 15:40:15 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 46517] issues while installing apache 2.2 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: All X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: s.prabhukiran@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090112234015.DD42E234C498@brutus.apache.org> Date: Mon, 12 Jan 2009 15:40:15 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46517 Kiran S changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |s.prabhukiran@gmail.com --- Comment #1 from Kiran S 2009-01-12 15:40:15 PST --- Hi, I was able to configure but stuck up with make now !! It says - "make: Fatal error: Command failed for target `exports.c'" Pls guide. /usr/bin/awk -f /Application/bpa/Apache/httpd-2.2.10/build/make_exports.awk `cat export_files` > exports.c awk: syntax error near line 31 awk: illegal statement near line 31 awk: syntax error near line 45 awk: bailing out near line 45 *** Error code 2 make: Fatal error: Command failed for target `exports.c' Current working directory /Application/bpa/Apache/httpd-2.2.10/server *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' mpm'; \ for i in $list; do \ if test -d "$i"; then \ target="$otarget"; \ echo "Making $target in $i"; \ if test "$i" = "."; then \ made_local=yes; \ target="local-$target"; \ fi; \ (cd $i && make $target) || exit 1; \ fi; \ done; \ if test "$otarget" = "all" && test -z 'delete-exports libmain.la export_vars.h httpd.exp'; then \ made_local=yes; \ fi; \ if test "$made_local" != "yes"; then \ make "local-$otarget" || exit 1; \ fi make: Fatal error: Command failed for target `all-recursive' Current working directory /Application/bpa/Apache/httpd-2.2.10/server *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' srclib os server modules support'; \ for i in $list; do \ if test -d "$i"; then \ target="$otarget"; \ echo "Making $target in $i"; \ if test "$i" = "."; then \ made_local=yes; \ target="local-$target"; \ fi; \ (cd $i && make $target) || exit 1; \ fi; \ done; \ if test "$otarget" = "all" && test -z 'httpd '; then \ made_local=yes; \ fi; \ if test "$made_local" != "yes"; then \ make "local-$otarget" || exit 1; \ fi make: Fatal error: Command failed for target `all-recursive' -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org