Dirk Tamme said: > The solution was to install mod_perl: > > cd /usr/local/src > wget http://perl.apache.org/dist/mod.perl-1.0-current.tar.gz > tar -xzf mod.perl-1.0-current.tar.gz > cd /usr/local/src/mod_perl-1.29 > perl Makefile.PL NO_HTTPD=1 > make > make install
Just install it from apt, via: apt-cache search packagename to find the package name. or: dh-make-perl --cpan --build CPAN_PACKAGENAME Then do an install from apt based on the generated package name. Or just install the generated deb file. I install everything from deb now. -- --Luke CS Sysadmin, Montana State University-Bozeman