Great thanks for help on the install. 

I've got to do some rewriting because it does seem that many of the
values have been rewritten as mentioned before. 

use ModPerl::Util (); #for CORE::GLOBAL::exit
        use Apache2::RequestRec ();
        use Apache2::RequestIO ();
        use Apache2::RequestUtil ();
        use Apache2::ServerUtil ();
        use Apache2::Connection ();
        use Apache2::Log ();
        use APR::Table ();
        use ModPerl::Registry ();
        use Apache2::Const -compile => ':common';
        use APR::Const -compile => ':common';
        use GatorLink::ModAuth2 ();

Could you suggest an appropriate list to get help with this?

-----Original Message-----
From: Frank Wiles [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 07, 2006 1:39 PM
To: Reese,Richard Stephen
Cc: modperl@perl.apache.org
Subject: Re: Apache::Server not included in mod_perl-1.99_16-4

On Wed, 7 Jun 2006 13:34:53 -0400
"Reese,Richard Stephen" <[EMAIL PROTECTED]> wrote:

> I feel pretty useless right now ;)
> 
> [EMAIL PROTECTED] mod_perl-2.0.2]# ls /usr/sbin/ap* 
> /usr/sbin/apachectl  /usr/sbin/apmd
> 
> no sign of the apxs binary

  Sorry, I didn't realize it was in another RPM package.  Install
  apache-devel ( or httpd-devel depending on your version ). 

  It's a "developer" tool so it's not installed with the base
  httpd package. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to