[Bug 252879] net/ntpsec /usr/local/bin/ntpq fails to load shared library ntpc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 21 10:05:26 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252879

            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 at freebsd.org
          Reporter: borjam at sarenet.es
             Flags: maintainer-feedback?(yuri at freebsd.org)
          Assignee: yuri at 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 = _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 _dlo
    raise OSError("Can't find %s library" % LIB)
OSError: Can't find ntpc library

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list