Gentoo Archives: gentoo-web-user

From: Dirk <dirk@××××××.de>
To: gentoo-web-user@l.g.o
Subject: Re: [gentoo-web-user] Making use of webapp optional
Date: Mon, 05 Mar 2007 07:01:01
Message-Id: 20070305070001.GA15445@miriup.de
In Reply to: Re: [gentoo-web-user] Making use of webapp optional by Renat Lumpau
1 On Sun, Mar 04, 2007 at 10:03:09AM -0500, Renat Lumpau wrote:
2 > On Sun, 2007-03-04 at 11:56 +0400, Dirk Tilger wrote:
3 > > Hi guys,
4 > >
5 > > I'm trying to enhance the mapserver ebuild to support building no CGI at
6 > > all. The software can be built as extension for many programming
7 > > languages and a CGI is not strictly necessary.
8 > >
9 > > It was suggested in #gentoo-web on freenode that I should use the 'cgi'
10 > > USE flag for this purpose. I wrapped all calls to webapp functionality
11 > > with `if use cgi` or an equivalent, but then I'm getting at the very end
12 > > of the build process:
13 >
14 > Could you attach or pastebin your ebuild?
15
16 That was the version that ended compilation in:
17 | * Fatal error: Your configuration file sets the server type "Apache"
18 | * Fatal error: but the corresponding package does not seem to be installed!
19 | * Fatal error: Please "emerge >=net-www/apache-1.3" or correct your settings.
20 | * Fatal error(s) - aborting
21
22 http://pastebin.com/893768
23
24 The other try had line 302 and line 305 wrapped in `if use cgi`.
25
26 Dirk.
27 --
28 gentoo-web-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-web-user] Making use of webapp optional Renat Lumpau <rl03@g.o>