Why are you building with such an old version of mod_ssl/Apache? More than likely, the version of OpenSSL you are using (0.9.5a) is not compatible with mod_ssl 2.4.10. Can you use the latest versions of each? Apache 1.3.17, mod_ssl 2.8.0 and OpenSSL 0.9.6? Otherwise you'll have to find out what version of OpenSSL was available at the time of mod_ssl 2.4.10 and use that. -Dave > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of gavin.java > Sent: Wednesday, February 07, 2001 1:28 PM > To: [EMAIL PROTECTED] > Subject: error 2 and strange errors occuring with mod_ssl > > > Hi list, > > I've been struggling with this for awhile and feel like I haven't got much > farther. > > I have mod_ssl2.4.10-1.3.9 and openssl-0.9.5a and attempting to > install them > with > Apache 1.3.9 on a OSX Server 1.2. > > Openssl seems to work fine. I do make test and everything is ok. > > I'm doing the following for modssl > > ./configure\ > --with-apache=/System/Developer/Source/Services/apache/apache\ ---this > is where the source files are > --with-ssl=/usr/local/openssl/openssl-0.9.5a\ > --prefix=/usr/local/apache ----to be honest > i'm not sure > what this is for. I read in one past email it was the destination > --enable-shared=ssl > > > The error is: (THIS ERROR HAPPENS DURING THE MAKE) > > ssl_util.c:145:conflicting types for 'd2i-PrivateKey_bio' > /usr/local/src/openssl/openssl-0.9.5a/include/openssl/x509.h:696:previous > decla > ration of 'd2i_PrivateKey_bio' > make[4]:***[ssl_util_ssl.lo] Error 1 > make[3]:***[all] Error 1 > make[2]:***[subdirs] Error 1 > make[1]:***[build-std] Error 1 > make:***[build] Error 2 > > NOW, if I don't use the --enable-shared=ssl option I get a error "A test > compilation with your Makefile configuration failed. This is most likely > because your C compiler is not Ansi. > > What is going on? It shouldn't be this difficult. > > > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
