From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 14:11:26 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D5E139E for ; Tue, 8 Apr 2014 14:11:26 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::7]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB552160C for ; Tue, 8 Apr 2014 14:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1396966260; l=2446; s=domk; d=obsigna.com; h=To:References:Content-Transfer-Encoding:Date:In-Reply-To:From: Subject:Mime-Version:Content-Type:X-RZG-CLASS-ID:X-RZG-AUTH; bh=RHSGbyMHMSfm9y0QB0yP1qVR1xg=; b=IidCbQdf9iidopU+m3Oi+vhOw7MnwDGa0IR1peoixHoJZtXR7vHhaH5gq5GgcP1dSIA N1I4QXvJNAs0lfo4KVo0ldufQSKKDPu0H7WWI3CnfBDyOeDeCHKXicOEcdl8e4M5wsVAF CbwXJ0Gv5ARv6xzxtWnC6+Dk7QhfnyhKQLo= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhToX1IWHkW4X7v2ImaU1DqWLqtDlVqo50LuK X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (c94a6333.virtua.com.br [201.74.99.51]) by smtp.strato.de (RZmta 32.32 DYNA|AUTH) with ESMTPSA id L01deaq38EAq5b6 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) for ; Tue, 8 Apr 2014 16:10:52 +0200 (CEST) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.5]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 69FEA142AF401 for ; Tue, 8 Apr 2014 11:10:49 -0300 (BRT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Building Apache22 against OpenSSL port From: "Dr. Rolf Jansen" In-Reply-To: <974E99D0-88B6-4F6F-9825-346E211402B9@ramattack.net> Date: Tue, 8 Apr 2014 11:10:48 -0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <974E99D0-88B6-4F6F-9825-346E211402B9@ramattack.net> To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 14:11:26 -0000 Perhaps it is an option for you to switch to Apache 24. On my machine Apache 24 picks OpenSSL from the ports without any special = adjustments: ldd /usr/local/libexec/apache24/mod_ssl.so /usr/local/libexec/apache24/mod_ssl.so: libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x801238000) libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x80149f000) libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x801883000) libthr.so.3 =3D> /lib/libthr.so.3 (0x801aa2000) libc.so.7 =3D> /lib/libc.so.7 (0x80081b000) Best regards Rolf Am 08.04.2014 um 10:59 schrieb Egoitz Aurrekoetxea = : > This seems to be an Apache issue when being built=85. I say this = because Postfix por example runs at first attempt as it should=85. >=20 > ldd /usr/local/libexec/postfix/smtpd > /usr/local/libexec/postfix/smtpd: > libpcre.so.3 =3D> /usr/local/lib/libpcre.so.3 (0x800889000) > libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x800af2000) > libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x800d58000) > libc.so.7 =3D> /lib/libc.so.7 (0x801154000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x8014ed000) >=20 > El 08/04/2014, a las 12:03, Egoitz Aurrekoetxea = escribi=F3: >=20 >> Hi,=20 >>=20 >> Have tried building Apache on a recently upgraded ports collection = for linking Apache, php and all against openssl new port=85. but no way = of ending up that way=85. >>=20 >> I see always :=20 >>=20 >> ldd /usr/local/libexec/apache22/mod_ssl.so=20 >> /usr/local/libexec/apache22/mod_ssl.so: >> libssl.so.7 =3D> /usr/lib/libssl.so.7 (0x801630000) >> libcrypto.so.7 =3D> /lib/libcrypto.so.7 (0x801899000) >> libthr.so.3 =3D> /lib/libthr.so.3 (0x801c84000) >> libc.so.7 =3D> /lib/libc.so.7 (0x80081d000) >>=20 >>=20 >> Have tried with :=20 >>=20 >> make WITH_OPENSSL_PORT=3Dyes >>=20 >> inserting in /etc/make.conf=85 but no way=85. >>=20 >> has anyone suffered this same issue? >>=20 >> Regards, >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org"