problem installing libapreq

2001-08-14 Thread Nick Tonkin


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:

[...]
creating Makefile
creating c/Makefile
creating c/libapreq_config.h
c/libapreq_config.h is unchanged
Making all in c
Makefile, line 278: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1


Line 278 in c/Makefile seems to say:
-include $(DEP_FILES)


Thanks for any help,

nick


~~~
Nick Tonkin




Re: problem installing libapreq

2001-08-14 Thread Joe Schaefer

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