From owner-freebsd-amd64@freebsd.org Thu Oct 6 20:40:03 2016 Return-Path: Delivered-To: freebsd-amd64@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 5997BBEC0B9 for ; Thu, 6 Oct 2016 20:40:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 493F9CCE for ; Thu, 6 Oct 2016 20:40:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96Ke3qk095858 for ; Thu, 6 Oct 2016 20:40:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 213258] net/openntpd: Shared objects (libtls.so.10, libssl.so.38, libcrypto.so.37) not found Date: Thu, 06 Oct 2016 20:40:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Package Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arkadiusz.majewski@iptrace.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:40:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213258 Bug ID: 213258 Summary: net/openntpd: Shared objects (libtls.so.10, libssl.so.38, libcrypto.so.37) not found Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Package Infrastructure Assignee: portmgr@FreeBSD.org Reporter: arkadiusz.majewski@iptrace.pl CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Hello! After pkg update I've encountered problem to run openntpd. pkg -v 1.8.7 OpenSSL 1.0.1s-freebsd 1 Mar 2016 libressl-2.4.3 Free version of the SSL/TLS protocol forked = from OpenSSL openntpd-6.0p1_1,2 Network Time Protocol (NTP) daemon My workaround is to create hard links as below: ln /usr/local/lib/libtls.so /usr/local/lib/libtls.so.10 ln /usr/local/lib/libssl.so /usr/local/lib/libssl.so.38 ln /usr/local/lib/libcrypto.so /usr/local/lib/libcrypto.so.37 FreeBSD 10.3-RELEASE-p9 amd64 --=20 You are receiving this mail because: You are on the CC list for the bug.=