Date: Fri, 1 Feb 2002 21:10:18 +0100 From: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> To: freebsd-hackers@FreeBSD.ORG Subject: problem w/ dlopen(); bug or feature? Message-ID: <20020201201018.GB2992@frolic.no-support.loc>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hello there, I have a problem with dlopen() on FreeBSD: When dlopen()ed shared objects dlopen() a shared object themselves, the DT_RPATH, that is hardcoded into the first dlopen()ed object is *not* searched. This can be easily demonstated with the tiny (0.8k) example I attached to this mail. The example works correctly on SunOS. -Bjrn [-- Attachment #2 --] Z<
