Hi,
On Sun, Jun 21, 2020 at 06:40:01PM -0400, Sean Behan wrote:
> I have seen this problem before but I can't remember what
is
> exactly was. There was something about how the link loader
> is looking up symbols. Sorry can't remember right now.
Where should I look to attempt to resolve this?
Would a full strace of connmand help diagnose where it's failing to look
up the symbols?
Yes strace is a good starting point.
I'm not exactly sure what the issue is to be able to fix it. Is
this
that ldd isn't finding the required libs during runtime, or that it's
not linking them properly initially?
When I was able to reproduce it here (not anymore) they symbols did exists
and were exported. The link loader just didn't fix the symbols up, IIRC
it was something about the gold linker.
Thanks,
Daniel