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 11:31:19
Message-Id: b918b0de0701160325n41c9bddau116602fd4851550f@mail.gmail.com
1 Hello,
2
3 Thanks for your help.
4 I did what you advised, and get the following error :
5
6 -- start error --
7 12:23:07 (190.91 MB/s) - `/usr/portage/distfiles/mod_proxy_html-2.5.1.c.bz2'
8 saved [8608/8608]
9
10 * checking ebuild checksums ;-)
11 ...
12 [ ok ] * checking auxfile checksums ;-)
13 ...
14 [ ok ] * checking miscfile checksums ;-)
15 ...
16 [ ok ] * checking mod_proxy_html-2.5.1.c.bz2 ;-)
17 ...
18 [ ok ]>>> Unpacking source...
19 >>> Source unpacked.
20 >>> Compiling source in /var/tmp/portage/mod_proxy_html-2.5.1/work ...
21 /usr/portage/eclass/apache-module.eclass: line 275: /usr/sbin/apxs2: No such
22 file or directory
23
24 !!! ERROR: www-apache/mod_proxy_html-2.5.1 failed.
25 Call stack:
26 ebuild.sh, line 1546: Called dyn_compile
27 ebuild.sh, line 937: Called src_compile
28 mod_proxy_html-2.5.1.ebuild, line 33: Called apache2_src_compile
29 apache-module.eclass, line 275: Called die
30
31 !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed
32 !!! If you need support, post the topmost build error, and the call stack if
33 relevant.
34 -- end error --
35
36 Any idea?
37 Thanks in advance,
38 Thomas.
39
40 On 1/16/07, Matthias Guede <matthias.guede@××××××××××.com> wrote:
41 >
42 > > This is my first week with Gentoo.
43 > > I'm running Gentoo Base System version 1.6.14 on a x86_64 Intel(R)
44 > > Celeron(R) CPU 2.66GHz.
45 > >
46 > > I have Apache 2.0.58 installed.
47 > > I would like to install mod_proxy. I need it.
48 > >
49 > > When I do a emerge --search mod_proxy, all I get is :
50 > > * www-apache/mod_proxy_html [ Masked ]
51 > > Latest version available: 2.5.1
52 > > Latest version installed: [ Not Installed ]
53 > > Size of files: 8 kB
54 > > Homepage:
55 > > http://apache.webthing.com/mod_proxy_html/
56 > > Description: An Apache2 DSO to rewrite links in html pages
57 > behind a
58 > > reverse proxy
59 > > License: GPL-2
60 > >
61 > > So it looks like I cannot install mod_proxy through emerge.
62 >
63 > The package is masked. You have to unmask it before installation with
64 > the following command:
65 >
66 > echo "www-apache/mod_proxy_html ~amd64" >>
67 > /etc/portage/package.keywords"
68 >
69 > After that you should be able to install it with:
70 >
71 > emerge -av mod_proxy_html
72 >
73 > For more information about package masking consult the gentoo
74 > documentation:
75 >
76 > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1
77 >
78 > Matthias
79 > --
80 > gentoo-user@g.o mailing list
81 >
82 >

Replies

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