| View previous topic :: View next topic |
| Author |
Message |
fzimper n00b

Joined: 17 Jan 2003 Posts: 61 Location: Germany
|
Posted: Thu Aug 28, 2003 8:49 pm Post subject: emerge AxKit wants to install Apache 1 and 2 |
|
|
Hi,
I am planning to emerge AxKit. Surprisingly the output of emerge -pv AxKit shows the following:
| Code: |
pc1 root # emerge -pv AxKit
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] dev-perl/XML-NamespaceSupport-1.08
[ebuild N ] dev-perl/XML-SAX-0.12
[ebuild N ] dev-perl/XML-LibXML-Common-0.13
[ebuild N ] dev-perl/XML-LibXML-1.54-r1
[ebuild N ] dev-perl/XML-LibXSLT-1.53
[ebuild N ] dev-libs/mm-1.2.1
[ebuild N ] net-www/apache-1.3.28 +pam
[ebuild N ] dev-perl/mod_perl-1.27-r2 -ipv6
[ebuild N ] net-www/apache-2.0.47 +berkdb +gdbm -ldap
[ebuild N ] dev-perl/Apache-Test-1.03
[ebuild N ] dev-perl/libapreq-1.2
[ebuild N ] dev-perl/Error-0.15-r2
[ebuild N ] dev-perl/HTTP-GHTTP-1.07-r1
[ebuild N ] dev-perl/XML-XPath-1.13
[ebuild N ] dev-perl/Storable-2.07-r1
[ebuild N ] app-text/sablotron-0.97
[ebuild N ] dev-perl/XML-Sablot-0.90-r1
[ebuild N ] dev-perl/Crypt-SSLeay-0.49
[ebuild U ] dev-perl/libwww-perl-5.69-r1 [5.64]
[ebuild N ] dev-perl/Compress-Zlib-1.21
[ebuild N ] dev-perl/AxKit-1.6.1 +gnome
|
Why does portage want to install Apache 2.0.47? AxKit doesn't even run on Apache 2.
Thanks,
Frank |
|
| Back to top |
|
 |
Genone Retired Dev


Joined: 14 Mar 2003 Posts: 9043 Location: beyond the rim
|
Posted: Thu Aug 28, 2003 10:15 pm Post subject: |
|
|
The problems seems to be the Apache-Test package as it depends on net-www/apache (and not =net-www/apache-1.3*). That and the different SLOTs of apache are responsible for that.
To avoid it mask apache-2 in /etc/portage/package.mask with
| Code: |
mkdir -p /etc/portage
echo ">=net-www/apache-2" >> /etc/portage/package.mask
|
|
|
| Back to top |
|
 |
fzimper n00b

Joined: 17 Jan 2003 Posts: 61 Location: Germany
|
Posted: Sat Aug 30, 2003 1:55 pm Post subject: |
|
|
Thanks!
That helped. |
|
| Back to top |
|
 |
|