I've done a search on this but couldn't find any topics covering it...
I'm currently getting my servers configured/installed on my Gentoo Linode, and one of the things that I'd like to set up is AxKit. However, in order to do this I need Apache 1.3.x instead of 2.x. If followed the instructions here --
http://forums.gentoo.org/viewtopic.php?t=78915&highlight=axkit
-- and it works on the Gentoo install I have running on VMWare here, but not on the Linode.
Summary:
# mkdir -p /etc/portage
# echo ">=net-www/apache-2" >> /etc/portage/portage.mask
Any emerge -p package I do that relies on Apache still reports that Apache2 will be installed.
Am I missing something? Is there a different way to specify masks for the Gentoo Linodes?