Gentoo Archives: gentoo-user

From: Thomas Balthazar <thomas.tmp@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem installing mod_proxy
Date: Tue, 16 Jan 2007 12:15:39
Message-Id: b918b0de0701160356m8ff9641o77adf94d875e6cf7@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem installing mod_proxy by "Bo Ørsted Andresen"
1 Hello,
2
3 Thanks for your answer.
4 What I need is mod_proxy.
5 I don't even know exactly what mod_proxy_html is and if it can help me.
6
7 # ls /usr/sbin/apxs2 :
8 ls: /usr/sbin/apxs2: No such file or directory
9 But apxs is available here :
10 /usr/local/apache/bin/apxs
11
12 # emerge -vp apache
13 --
14 These are the packages that would be merged, in order:
15
16 Calculating dependencies
17 !!! All ebuilds that could satisfy "apache" have been masked.
18 !!! One of the following masked packages is required to complete your
19 request:
20 - net-www/apache-2.2.3-r1 (masked by: package.mask, package.mask, ~amd64
21 keyword)
22 # Michael Stewart <vericgar@g.o> (03 Feb 2006)
23 # Mask for testing of new version
24
25 - net-www/apache-2.0.59-r2 (masked by: package.mask, ~amd64 keyword)
26 - net-www/apache-1.3.37 (masked by: package.mask, ~amd64 keyword)
27 - net-www/apache-2.0.58-r2 (masked by: package.mask)
28 - net-www/apache-1.3.34-r14 (masked by: package.mask)
29 - net-www/apache-2.2.3 (masked by: package.mask, package.mask, ~amd64
30 keyword)
31
32 For more information, see MASKED PACKAGES section in the emerge man page or
33 refer to the Gentoo Handbook.
34 --
35
36 What does this "If apxs2 exists you may just need `env-update && source
37 /etc/profile`." do?
38
39 Thanks for your help!
40 Thomas.
41
42 On 1/16/07, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
43 >
44 > On Tuesday 16 January 2007 12:25, Thomas Balthazar wrote:
45 > > Thanks for your help.
46 > > I did what you advised, and get the following error :
47 > [SNIP]
48 > > /usr/portage/eclass/apache-module.eclass: line 275: /usr/sbin/apxs2: No
49 > > such file or directory
50 > >
51 > > !!! ERROR: www-apache/mod_proxy_html-2.5.1 failed.
52 > > Call stack:
53 > > ebuild.sh, line 1546: Called dyn_compile
54 > > ebuild.sh, line 937: Called src_compile
55 > > mod_proxy_html-2.5.1.ebuild, line 33: Called apache2_src_compile
56 > > apache-module.eclass, line 275: Called die
57 > >
58 > > !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
59 > > !!! If you need support, post the topmost build error, and the call
60 > stack
61 > > if relevant.
62 > [SNIP]
63 >
64 > You haven't really made it clear whether you meant mod_proxy (which as
65 > kashani
66 > said is part of apache itself) or mod_proxy_html. /usr/sbin/apxs2 is part
67 > of
68 > apache-2.x so does the file exist? Please post the output of:
69 >
70 > # ls /usr/sbin/apxs2
71 >
72 > # emerge -vp apache
73 >
74 > If apxs2 exists you may just need `env-update && source /etc/profile`.
75 >
76 > --
77 > Bo Andresen
78 >
79 >
80 >

Replies

Subject Author
Re: [gentoo-user] Problem installing mod_proxy "Bo Ørsted Andresen" <bo.andresen@××××.dk>