Date: Thu, 21 Jan 2021 10:05:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252879] net/ntpsec /usr/local/bin/ntpq fails to load shared library ntpc Message-ID: <bug-252879-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252879 Bug ID: 252879 Summary: net/ntpsec /usr/local/bin/ntpq fails to load shared library ntpc Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: borjam@sarenet.es Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org The libraries are installed under /usr/local/lib/ntp. They should be installed on /usr/local/lib. # /usr/local/bin/ntpq -p Traceback (most recent call last): File "/usr/local/bin/ntpq", line 26, in <module> import ntp.ntpc File "/usr/local/lib/python3.7/site-packages/ntp/ntpc.py", line 52, in <module> _ntpc =3D _importado() File "/usr/local/lib/python3.7/site-packages/ntp/ntpc.py", line 38, in _importado return _dlo(ntpc_paths) File "/usr/local/lib/python3.7/site-packages/ntp/ntpc.py", line 49, in _d= lo raise OSError("Can't find %s library" % LIB) OSError: Can't find ntpc library --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252879-7788>