On Thu, Nov 3, 2016 at 2:54 PM, Hal Murray <hmur...@megapathdsl.net> wrote:
> How are you testing things? > > I get this: > > $ ./ntpq/pyntpq > Traceback (most recent call last): > File "./ntpq/pyntpq", line 17, in <module> > from ntp.packet import * > File "/home/murray/ntpsec/play/ntpq/ntp/packet.py", line 16, in <module> > from ntpc import lfptofloat > ImportError: /usr/local/lib/python2.7/site-packages/ntpc.so: undefined > symbol: OBJ_sn2nid > $ Hal, this looks like it could be the conflict with something in the ssl development package (libssl-dev on Debian family and openssl-devel on Red Hat). If you configure with --enable-crypto with the ssl devel package present, you get a pyntpq that's broken in that way. If you remove the package and rebuild, you get a working pyntpq. Eric made a note in the INSTALL file about the conflict. _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel