Nick Tonkin <[EMAIL PROTECTED]> writes:

> I'm trying to install libapreq on a new box on which I've rolled an
> apache-mod_ssl-openssl combo. As you may know this puts apache in
> /usr/local/apachessl.
> 
> I followed the hint in INSTALL and did ./configure
> --with-apache-includes=/usr/local/apachessl/include which works fine, but
> make generates an error:


./configure was removed last December; unfortunately the INSTALL
document wasn't updated to reflect this.  Try doing the 
vanilla install procedure

  % perl Makefile.PL
  % make
  % su perladmin
  % make install

on the latest version (0.33) on CPAN, or from 

  http://httpd.apache.org/apreq/

If you hit a bump somewhere, please report it to the 
apreq mailing list:

  [EMAIL PROTECTED]

Best wishes.

-- 
Joe Schaefer

Reply via email to