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=19000>.
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=19000

(ERR_LIB_PEM) Unable to compile mod_ssl error in SSL_CTX_use_certificate_chain

           Summary: (ERR_LIB_PEM) Unable to compile mod_ssl error in
                    SSL_CTX_use_certificate_chain
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


We have tried to compile mod_ssl for an apache 2.0.45 with a new version of
OpenSSL 0.9.6j and 0.9.7a. We got an error about ERR_LIB_PEM (undeclared) during
the compilation.

We can see in the OpenSSL Changelog, a note a cleanup around the define in 
err.h 

Is it a known issue in OpenSSL or in Apache ? 

The compilation output error :

/bin/sh /data/down/rproxy/httpd-2.0.45/srclib/apr/libtool --silent
--mode=compile gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-DAP_HAVE_DESIGNATED_INITIALIZER  
-I/data/down/rproxy/httpd-2.0.45/srclib/apr/include
-I/data/down/rproxy/httpd-2.0.45/srclib/apr-util/include -I/usr/include -I.
-I/data/down/rproxy/httpd-2.0.45/os/unix
-I/data/down/rproxy/httpd-2.0.45/server/mpm/prefork
-I/data/down/rproxy/httpd-2.0.45/modules/http
-I/data/down/rproxy/httpd-2.0.45/modules/filters
-I/data/down/rproxy/httpd-2.0.45/modules/proxy
-I/data/down/rproxy/httpd-2.0.45/include -I/usr/local/ssl/include/openssl
-I/usr/local/ssl/include -I/data/down/rproxy/httpd-2.0.45/modules/dav/main
-prefer-non-pic -static -c ssl_util_ssl.c && touch ssl_util_ssl.lo
ssl_util_ssl.c: In function `SSL_CTX_use_certificate_chain':
ssl_util_ssl.c:537: `ERR_LIB_PEM' undeclared (first use in this function)
ssl_util_ssl.c:537: (Each undeclared identifier is reported only once
ssl_util_ssl.c:537: for each function it appears in.)
make[3]: *** [ssl_util_ssl.lo] Error 1

The configure parameters :

./configure   --enable-proxy  --enable-proxy-connect  --enable-proxy-ftp
--enable-proxy-http --enable-ssl --enable-rewrite --with-ssl=/usr/local/ssl
--with-berkeley-db=/usr

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to