You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/07 00:37:46 UTC

DO NOT REPLY [Bug 7802] New: - mod_ssl - ssl_engine_kernel.c won't compile

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7802>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7802

mod_ssl - ssl_engine_kernel.c won't compile

           Summary: mod_ssl - ssl_engine_kernel.c won't compile
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: margol@beamartyr.net


Using:
OpenSSL 0.9.7-dev 24 Sep 2000
built on: Sun Apr  7 01:17:42 IDT 2002
platform: linux-elf
options:  bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int)
blowfish(idx) 
compiler: gcc -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM
OPENSSLDIR: "/usr/local/httpd/ssl"

Configure line:
 ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite
--enable-ssl --enable-http  --with-ssl=/usr/local/httpd

Error:
/bin/sh /home/issac/httpd-2.0.35/srclib/apr/libtool --silent --mode=compile gcc
 -g -O2 -pthread -DNO_DBM_REWRITEMAP    -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/home/issac/httpd-2.0.35/os/unix
-I/home/issac/httpd-2.0.35/server/mpm/prefork
-I/home/issac/httpd-2.0.35/modules/http -I/home/issac/httpd-2.0.35/modules/proxy
-I/home/issac/httpd-2.0.35/include -I/home/issac/httpd-2.0.35/srclib/apr/include
-I/home/issac/httpd-2.0.35/srclib/apr-util/include
-I/usr/local/httpd/include/openssl -I/usr/local/httpd/include
-I/home/issac/httpd-2.0.35/modules/dav/main
-I/home/issac/httpd-2.0.35/srclib/apr-util/include  -c ssl_engine_kernel.c &&
touch ssl_engine_kernel.lo
ssl_engine_kernel.c:1809: conflicting types for `ssl_callback_LogTracingState'
mod_ssl.h:639: previous declaration of `ssl_callback_LogTracingState'
make[3]: *** [ssl_engine_kernel.lo] Error 1
make[3]: Leaving directory `/home/issac/httpd-2.0.35/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/issac/httpd-2.0.35/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/issac/httpd-2.0.35/modules'
make: *** [all-recursive] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org