> I have Apache 2 and Mod Perl 2 already install though someone else
installed
> them for me.

> Any idea what's up and how I can located this apxs stuff?

They didn't install httpd-devel which contains apxs, hence it is not being
found by libapreq2.

Install the httpd-devel rpm via up2date or yum.  Or install apache from
source with './configure --enable-so'.  Then read this:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Installation

After you've read that and installed the latest (1.99_15) mod_perl2 start
over with libapreq2.  All you need to do is type 'perl Makefile.PL', then
'make; make test; make install'.  Report any test failures to the libapreq
list.

HTH,

Fred


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to