Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 23:28:50 -0400
From:      Indigo 23 <indigo23@gmail.com>
To:        apache@FreeBSD.org
Subject:   FreeBSD Port: www/apache13-ssl
Message-ID:  <6f50eac405092020282e16704a@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

The recent update of OpenSSL to 0.9.8 broke apache13-ssl when compiling 
(Note, I am using APACHE_PERF_TUNING=YES when compiling), here's where it 
errors out:

===> src/modules/ssl
cc -c -I../../os/unix -I../../include -I/usr/local/include 
-DHARD_SERVER_LIMIT=2048 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" 
-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DBUFFERED_LOGS 
-DTARGET=\"httpsd\" -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite 
-DAPACHE_SSL -O -pipe -march=pentium4 -I/usr/local/include/openssl -O6 
-fomit-frame-pointer `../../apaci` apache_ssl.c
apache_ssl.c: In function `GetSessionFromServer':
apache_ssl.c:1394: warning: passing arg 2 of `d2i_SSL_SESSION' from 
incompatible pointer type
apache_ssl.c: In function `GetPrivateKey':
apache_ssl.c:1483: error: `EVP_F_EVP_DECRYPTFINAL' undeclared (first use in 
this function)
apache_ssl.c:1483: error: (Each undeclared identifier is reported only once
apache_ssl.c:1483: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src/modules/ssl.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src/modules.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.


I'm not sure if a patch update is in order or if it requires Apache-SSL 
itself to be updated.

Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6f50eac405092020282e16704a>