https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227939
--- Comment #10 from Jan Beich ---
(In reply to Wiktor Niesiobedzki from comment #9)
> library is missing from hints file
Have you actually looked in /var/run/ld-elf.so.hints? It doesn't contain
library names, only search directories.
--
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227939
--- Comment #11 from Jan Beich ---
(In reply to Wiktor Niesiobedzki from comment #9)
> another strategy available on Linux - invoking gcc in trace mode and
> extracting library path from there.
Why Python cannot use dlinfo()?
$ cat a.c
#