in reply to mod_perl Installation Problems
Problem Solved!!
Ran mod_perls make file thus
perl Makefile.PL APACHE_SRC=../apache_1.3.26/src NO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
and added the following to my Apache ./configure
--activate-module=src/modules/perl/libperl.a
Thanks