From owner-freebsd-ports@freebsd.org Mon Jan 23 16:28:48 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA53ACBEF22 for ; Mon, 23 Jan 2017 16:28:48 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from pio-pvt-msa3.bahnhof.se (pio-pvt-msa3.bahnhof.se [79.136.2.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 873D06E1; Mon, 23 Jan 2017 16:28:48 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa3.bahnhof.se (Postfix) with ESMTP id 36E703FDBC; Mon, 23 Jan 2017 17:20:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bahnhof.se X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 20 hex): X-Spam-Report: ...that system for details.\n \n Content previ[...] Received: from pio-pvt-msa3.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rfPDRgFyTdae; Mon, 23 Jan 2017 17:20:39 +0100 (CET) Received: from renner.se (h-142-22.a357.priv.bahnhof.se [81.170.142.22]) (Authenticated sender: mb952522) by pio-pvt-msa3.bahnhof.se (Postfix) with ESMTPA id BEF5D3FDB3; Mon, 23 Jan 2017 17:20:39 +0100 (CET) Received: from localhost.lan ([127.0.0.1]:16787 helo=localhost) by renner.se with esmtp (Exim 4.87_1 (FreeBSD)) (envelope-from ) id 1cVhMF-0003Gg-BO; Mon, 23 Jan 2017 17:20:39 +0100 Received: from sehan06cs.han.telia.se (sehan06cs.han.telia.se [131.116.254.198]) by renner.se (Horde Framework) with HTTP; Mon, 23 Jan 2017 17:20:39 +0100 Date: Mon, 23 Jan 2017 17:20:39 +0100 Message-ID: <20170123172039.Horde.EefRiuOUnzwhO8o7tlgwK45@renner.se> From: Jimmy Renner To: Matthew Seaman Cc: freebsd-ports@freebsd.org Subject: Re: Mumble in pkg References: <20170123162659.Horde.CAdI8qu8YGA-DxGS1MXC6Wj@renner.se> In-Reply-To: User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 16:28:49 -0000 Citerar Matthew Seaman : > On 2017/01/23 15:26, Jimmy Renner wrote: >> I might be totally off (and in the wrong forum) but I'm having problems >> running the mumble version fetched by pkg, if I try to build the same >> version in ports everything works fine. The failing one complains about >> "unable to allocate SSL_CTX". The big difference I see is that the pkg >> version is using /usr/lib/lbssl.so.8 and /lib/libcrypto.so.8 and the >> ports version is using /usr/local/lib/libcrypto.so.9 and >> /usr/local/lib/libssl.so.9. The odd thing is that both binaries are >> reporting to be version OpenSSL 1.0.2j though the one depending on the >> libs in /usr/lib says OpenSSL 1.0.2j-freebsd. > > What are the options settings for the instance of OpenSSL you built from > ports? What version of SSL/TLS are you trying to use? > > Cheers, > > Matthew I'm using the default options, however if I build the port and then run "pkg upgrade" it wants to re-install mumble because "needed shared library changed". I haven't specified any SSL version anywhere, should I have? The port variant is the one working though. I would have understood if the port variant didn't work but I can't do much about the dependencies for the pre-built one from pkg, or can I? Cheers, Jimmy