From owner-freebsd-apache@FreeBSD.ORG Tue Apr 8 23:19:40 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19EA74AE for ; Tue, 8 Apr 2014 23:19:40 +0000 (UTC) Received: from mx1.dui.nkhosting.net (mx1.dui.nkhosting.net [213.9.94.26]) by mx1.freebsd.org (Postfix) with ESMTP id CF5CA1323 for ; Tue, 8 Apr 2014 23:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.dui.nkhosting.net (Postfix) with ESMTP id A134820E4FE7A; Wed, 9 Apr 2014 01:19:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.dui.nkhosting.net Received: from mx1.dui.nkhosting.net ([127.0.0.1]) by localhost (mx1.dui.nkhosting.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KYKonr9v7rjd; Wed, 9 Apr 2014 01:19:25 +0200 (CEST) Received: from air13.fritz.box (w36.nkhosting.net [85.183.116.20]) (Authenticated sender: pjlists@netzkommune.de) by mx1.dui.nkhosting.net (Postfix) with ESMTP id B88322180321D; Wed, 9 Apr 2014 01:19:17 +0200 (CEST) Subject: Re: www/apache22 not honoring WITH_OPENSSL_PORT=yes under FreeBSD 10? Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=iso-8859-1 From: Philip Jocks In-Reply-To: <534481BF.8010709@gmx.de> Date: Wed, 9 Apr 2014 01:19:15 +0200 Jabber-Id: pj@netzkommune.de Content-Transfer-Encoding: quoted-printable Message-Id: <0F9B2472-2C3D-4987-9A43-B83D87FFCB7D@netzkommune.de> References: <53446581.7070802@gmx.de> <534481BF.8010709@gmx.de> To: olli hauer X-Mailer: Apple Mail (2.1510) Cc: apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 23:19:40 -0000 Am 09.04.2014 um 01:09 schrieb olli hauer : > can you test this patch >=20 > = http://people.freebsd.org/~ohauer/diffs/apache22_FreeBSD10_OpenSSL_from_po= rts.diff Hej Olli, yes, it worked. \o/ # ldd /usr/local/libexec/apache22/mod_ssl.so /usr/local/libexec/apache22/mod_ssl.so: libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x801630000) libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x801896000) libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x801c92000) libthr.so.3 =3D> /lib/libthr.so.3 (0x801eb2000) libc.so.7 =3D> /lib/libc.so.7 (0x80081d000) Thank you very much! Though I still don't really understand why it didn't work before, since = 2.4 works and 2.2 works under 9.x and 8.x. Cheers, Philip=