From owner-freebsd-ports@freebsd.org Mon Jan 23 15:35:52 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 700C0CBE9E5 for ; Mon, 23 Jan 2017 15:35:52 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from pio-pvt-msa2.bahnhof.se (pio-pvt-msa2.bahnhof.se [79.136.2.41]) (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 2E8603FC for ; Mon, 23 Jan 2017 15:35:51 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTP id 5AD613F3F9 for ; Mon, 23 Jan 2017 16:27:00 +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-msa2.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CIWV53lYvdQn for ; Mon, 23 Jan 2017 16:27:00 +0100 (CET) Received: from renner.se (h-142-22.a357.priv.bahnhof.se [81.170.142.22]) (Authenticated sender: mb952522) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id 1C4363F385 for ; Mon, 23 Jan 2017 16:27:00 +0100 (CET) Received: from localhost.lan ([127.0.0.1]:10924 helo=localhost) by renner.se with esmtp (Exim 4.87_1 (FreeBSD)) (envelope-from ) id 1cVgWJ-00039z-HY for freebsd-ports@freebsd.org; Mon, 23 Jan 2017 16:26:59 +0100 Received: from sehan05cs.han.telia.se (sehan05cs.han.telia.se [131.116.254.197]) by renner.se (Horde Framework) with HTTP; Mon, 23 Jan 2017 16:26:59 +0100 Date: Mon, 23 Jan 2017 16:26:59 +0100 Message-ID: <20170123162659.Horde.CAdI8qu8YGA-DxGS1MXC6Wj@renner.se> From: Jimmy Renner To: freebsd-ports Subject: Mumble in pkg 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 15:35:52 -0000 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 have I messed up? :-) Any help or pointers would be much appreciated. Cheers, Jimmy