Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem installing mod_proxy
Date: Tue, 16 Jan 2007 11:46:36
Message-Id: 200701161240.22419.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] Problem installing mod_proxy by Thomas Balthazar
1 On Tuesday 16 January 2007 12:25, Thomas Balthazar wrote:
2 > Thanks for your help.
3 > I did what you advised, and get the following error :
4 [SNIP]
5 > /usr/portage/eclass/apache-module.eclass: line 275: /usr/sbin/apxs2: No
6 > such file or directory
7 >
8 > !!! ERROR: www-apache/mod_proxy_html-2.5.1 failed.
9 > Call stack:
10 > ebuild.sh, line 1546: Called dyn_compile
11 > ebuild.sh, line 937: Called src_compile
12 > mod_proxy_html-2.5.1.ebuild, line 33: Called apache2_src_compile
13 > apache-module.eclass, line 275: Called die
14 >
15 > !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
16 > !!! If you need support, post the topmost build error, and the call stack
17 > if relevant.
18 [SNIP]
19
20 You haven't really made it clear whether you meant mod_proxy (which as kashani
21 said is part of apache itself) or mod_proxy_html. /usr/sbin/apxs2 is part of
22 apache-2.x so does the file exist? Please post the output of:
23
24 # ls /usr/sbin/apxs2
25
26 # emerge -vp apache
27
28 If apxs2 exists you may just need `env-update && source /etc/profile`.
29
30 --
31 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] Problem installing mod_proxy Thomas Balthazar <thomas.tmp@×××××.com>