From owner-freebsd-apache@FreeBSD.ORG Wed Sep 21 03:28:53 2005 Return-Path: X-Original-To: apache@FreeBSD.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C8116A41F for ; Wed, 21 Sep 2005 03:28:53 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D4C43D46 for ; Wed, 21 Sep 2005 03:28:52 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by qproxy.gmail.com with SMTP id q10so309540qbq for ; Tue, 20 Sep 2005 20:28:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=dHg7hOOenBNFQ10YJ4U2ygCOVymTp93LJ2B5tS8DBbT1P3dznYGH1RlXq4998DO3Sbbd/xo7MdAMK1FqGvAHYJNEKTtbT8K98zsWYHvo5Jvx3W8/FWriEyPDLbevyGfU/tAUv5V7DjnkovDiJqjU5WMHhwVRQDMwP357XeZIhe0= Received: by 10.64.195.14 with SMTP id s14mr106047qbf; Tue, 20 Sep 2005 20:28:51 -0700 (PDT) Received: by 10.65.40.7 with HTTP; Tue, 20 Sep 2005 20:28:50 -0700 (PDT) Message-ID: <6f50eac405092020282e16704a@mail.gmail.com> Date: Tue, 20 Sep 2005 23:28:50 -0400 From: Indigo 23 To: apache@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: www/apache13-ssl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: indigo23@gmail.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 03:28:53 -0000 The recent update of OpenSSL to 0.9.8 broke apache13-ssl when compiling=20 (Note, I am using APACHE_PERF_TUNING=3DYES when compiling), here's where it= =20 errors out: =3D=3D=3D> src/modules/ssl cc -c -I../../os/unix -I../../include -I/usr/local/include=20 -DHARD_SERVER_LIMIT=3D2048 -DDOCUMENT_LOCATION=3D\"/usr/local/www/data/\"= =20 -DDEFAULT_PATH=3D\"/bin:/usr/bin:/usr/local/bin\" -DBUFFERED_LOGS=20 -DTARGET=3D\"httpsd\" -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite=20 -DAPACHE_SSL -O -pipe -march=3Dpentium4 -I/usr/local/include/openssl -O6=20 -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=20 incompatible pointer type apache_ssl.c: In function `GetPrivateKey': apache_ssl.c:1483: error: `EVP_F_EVP_DECRYPTFINAL' undeclared (first use in= =20 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=20 itself to be updated. Thanks.