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/> References: <bug-261760-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261760 --- 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 =3D> not found (0) libthr.so.3 =3D> /lib/libthr.so.3 (0x801061000) libdl.so.1 =3D> /usr/lib/libdl.so.1 (0x80108f000) liblo.so.7 =3D> not found (0) libsndfile.so.1 =3D> /usr/local/lib/libsndfile.so.1 (0x801093000) libGL.so.1 =3D> /usr/local/lib/libGL.so.1 (0x801126000) Or look at the order of DT_NEEEDED dynamic entries in CardinalFX.so --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261760-227-PeWfUlNht6>