Forgot your password?
typodupeerror

Comment Re:That's the whole purpose of a "stable" release (Score 1) 86

> ... what happens to those users who need apache 2 functionality on mission critical servers?

echo deb-src http://kabuki.sfarc.net/apache2 / >> /etc/apt/sources.list
apt-get -b source apache2
dpkg -i *.deb

I've just done this on a potato system. It works just fine. Well, I've build perl and debhelper from woody to meet the build depencies. You can get bleeding edge software with debian! Just build it from debian source packages and they integrate well with the packaging system.

-Jade.

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...