[pubcookie-dev] apache2 on redhat 9

Lars Uffmann lars.uffmann at telefonica.de
Fri Jul 4 06:31:58 PDT 2003


On Fri, 2003-07-04 at 15:05, Maurizio Marini wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi :)
> i tried to configure & make apache2 branch on a clean redhat 9

And? Did it work, besides the configure trouble?

> 3 notes:
> on configure:
> 	1] there is no apxs2 on reddy 9 (Lars suggested to use 
> - --with-apxs=/usr/bin/apxs2)

Yes, it is debian specific. Use --with-aps=/path/to/apache2/bin/apxs.

> 	2] i need to add --with-ssl-inc-dir=/usr/include/openssl to configure cmdline 
> to get openssl includes found by autoconf (i've missing anithing? it's up to 
> me?)

This is because apache2/mod_ssl does use

#include <ssl.h>

in contrast to

#include <openssl/ssl.h>

Fortunatly, pubcookie supports either way, so it is safe to use
--with-ssl-inc-dir=/usr/include/openssl.

On some systems (debian, in my case) apxs automaticaly adds the right -I
directive for openssl.

Lars



More information about the pubcookie-dev mailing list