From owner-freebsd-ports@FreeBSD.ORG Tue Mar 9 06:21:08 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96E716A4CE for ; Tue, 9 Mar 2004 06:21:08 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736A243D2D for ; Tue, 9 Mar 2004 06:21:08 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=49264 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1B0i6R-000Dpb-4n; Tue, 09 Mar 2004 22:21:03 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 48E99D4; Tue, 9 Mar 2004 22:21:06 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04073-02; Tue, 9 Mar 2004 22:21:05 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id D62168A; Tue, 9 Mar 2004 22:21:05 +0800 (CST) Date: Tue, 9 Mar 2004 22:21:05 +0800 From: leafy To: Noah Message-ID: <20040309142105.GA4110@chihiro.leafy.idv.tw> Mail-Followup-To: Noah , freebsd-ports@freebsd.org References: <20040309140529.M58539@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20040309140529.M58539@enabled.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: freebsd-ports@freebsd.org Subject: Re: speedy-CGI and Command 'apxs -q CC' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 14:21:08 -0000 On Tue, Mar 09, 2004 at 06:05:29AM -0800, Noah wrote: > > Hi! > > FreeBSD-STABLE > > errors building CGI-SpeedyCGI-2.22 from /usr/ports - any clues what I am > doing wrong here? > > > ===> Configuring for p5-CGI-SpeedyCGI-2.22 > ERROR: Command 'apxs -q CC' failed. > *** Error code 2 > > Stop in /usr/ports/www/p5-CGI-SpeedyCGI. you need to do "make WITHOUT_APACHE=yes". apxs is installed by apache. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming