[Bug 261760] dlopen asserts instead of returning an error

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Feb 2022 23:57:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261760

--- Comment #13 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Yuri Victorovich from comment #12)
libthr.so.3 is listed before libGL.so.1. which means that it is loaded
after libGL.so.1.

$ ldd -a ./all-libs-for-dlopen-assert/CardinalFX.so
./all-libs-for-dlopen-assert/CardinalFX.so:
   libpffft.so => not found (0)
   libthr.so.3 => /lib/libthr.so.3 (0x801061000)
   libdl.so.1 => /usr/lib/libdl.so.1 (0x80108f000)
   liblo.so.7 => not found (0)
   libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x801093000)
   libGL.so.1 => /usr/local/lib/libGL.so.1 (0x801126000)

Or look at the order of DT_NEEEDED dynamic entries in CardinalFX.so

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