Date: Sun, 06 Feb 2022 23:57:32 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261760] dlopen asserts instead of returning an error Message-ID: <bug-261760-227-PeWfUlNht6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261760-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261760-227-PeWfUlNht6>
