On Tue, 1 May 2018, Helmut Kiessling BT wrote:
> #  nm /usr/lib/libcrypto.so.43.1 | grep pthread_once
>          U pthread_once

Uh, that's not what I asked, possibly because you also missed the first 
question.

(This is part of why top-posting it bad: inline replies make you reply to 
the questions as you go and it's harder, though not impossible, to miss 
questions or reply to a question that wasn't asked...)


Trying again:
# So what version of libc is the program reporting that, apparently
# login_ldap, using as reported by ldd?

You should run ldd on the login_ldap command and the answer should be of 
the form /usr/lib/libc.so.X.Y


# What's the output of
#       nm /path/to/the/reported/libc.so | grep pthread_once ?

You should run nm on that libc, *not* libcrypto.


Philip Guenther

Reply via email to