From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 23:40: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 49CC479D for ; Tue, 8 Apr 2014 23:40:26 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9D9817AB for ; Tue, 8 Apr 2014 23:40:25 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LnPnu-1XCnLE23qA-00hhY9; Wed, 09 Apr 2014 01:40:22 +0200 Message-ID: <534488E8.4090203@gmx.de> Date: Wed, 09 Apr 2014 01:40:24 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Building Apache22 against OpenSSL port References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:ACfLjXBg/Ctp0nVZCxtBDd2bsT5+88IWE72oJWYBQH1oC/9jUL+ pHTxQSY+x3NfksYJHHJWDy3Kh1Q8O4RLu5v1PvVYSfPm/Z96Nj4qooo8QOx1j8qaMPCRGx5 fGBjbogvvO07pz1Jsx0BHDBdIvWeuKN18VKwQG+fnQaGi5cS6fNzJio7XvEVy8r6Nq01zmQ W01yG522ADRt8A8UEMQQg== Cc: Egoitz Aurrekoetxea 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 23:40:26 -0000 On 2014-04-08 12:03, Egoitz Aurrekoetxea wrote: > Hi, > > Have tried building Apache on a recently upgraded ports collection for linking Apache, php and all against openssl new port…. but no way of ending up that way…. > > I see always : > > ldd /usr/local/libexec/apache22/mod_ssl.so > /usr/local/libexec/apache22/mod_ssl.so: > libssl.so.7 => /usr/lib/libssl.so.7 (0x801630000) > libcrypto.so.7 => /lib/libcrypto.so.7 (0x801899000) > libthr.so.3 => /lib/libthr.so.3 (0x801c84000) > libc.so.7 => /lib/libc.so.7 (0x80081d000) > > > Have tried with : > > make WITH_OPENSSL_PORT=yes > > inserting in /etc/make.conf… but no way…. > > has anyone suffered this same issue? > > Regards, Hi Egoitz, in case you are running on FreeBSD-10, then the update to apache22-2.2.27_1 should fix the issue. -- Regards, olli