config error

2000-02-06 Thread Jerrad Pierce
[root@GMT-5a-1 mod_ssl-2.5.0-1.3.11]# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ssl=/usr/local/src/openssl-0.9.4 --with-apache=/usr/local/src/apache_1.3.11 Configuring mod_ssl/2.5.0 for Apache/1.3.11 ./configure:Error: Installed Apache doesn't contain Extended API (EAPI) I

Re: config error

2000-02-06 Thread Ralf S. Engelschall
On Sat, Feb 05, 2000, Jerrad Pierce wrote: [root@GMT-5a-1 mod_ssl-2.5.0-1.3.11]# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ssl=/usr/local/src/openssl-0.9.4 --with-apache=/usr/local/src/apache_1.3.11 Configuring mod_ssl/2.5.0 for Apache/1.3.11 ./configure:Error: Installed

Re: Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Ralf S. Engelschall
On Sun, Feb 06, 2000, Svenning Sørensen wrote: There seems to be a conflict between mod_ssl and the OpenSSL snapshot. Both define a function, d2i_PrivateKey_bio(), but with conflicting parameter lists. [...] I've this now fixed for mod_ssl 2.5.1 with the appended patch. With this patch it

RE: Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Svenning Sørensen
Yes, that fixed the problem. Thanks, Svenning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf S. Engelschall Sent: Sunday, February 06, 2000 2:35 PM To: [EMAIL PROTECTED] Subject: Re: Conflicting functions in mod_ssl and OpenSSL snapshot

Re: MSVCRT.dll-LIBC.lib Conflicts under NT (Solution + Summary)

2000-02-06 Thread Eli Marmor
I wrote: I'm curious to know if anybody else faced the following problem I had today when I tried to compile Apache-1.3.9/mod-ssl-2.4.9 by MS VC6 under NT4 (I don't know if it has anything to do with mod_ssl): -

Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Svenning Sørensen
Hello all. There seems to be a conflict between mod_ssl and the OpenSSL snapshot. Both define a function, d2i_PrivateKey_bio(), but with conflicting parameter lists. Essentially they seem to do pretty much the same thing, but mod_ssl will not compile because of the conflict (OpenSSL defines the