From owner-freebsd-current Tue Nov 7 17:42:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 98FB437B479 for ; Tue, 7 Nov 2000 17:42:28 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id RAA13820 for ; Tue, 7 Nov 2000 17:42:27 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.0/8.11.0) id eA81gRB26005; Tue, 7 Nov 2000 17:42:27 -0800 (PST) (envelope-from jdp) Date: Tue, 7 Nov 2000 17:42:27 -0800 (PST) Message-Id: <200011080142.eA81gRB26005@vashon.polstra.com> To: current@freebsd.org From: John Polstra Subject: Re: Problem with dlopen()/dlsym() after recent crt* changes In-Reply-To: <3A066572.2CF3D7BC@FreeBSD.org> References: <3A066572.2CF3D7BC@FreeBSD.org> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <3A066572.2CF3D7BC@FreeBSD.org>, Maxim Sobolev wrote: > After the crt changes the following piece of code, which worked previously, > gives a 'host: dlopen() failed: ./module.so: Undefined symbol > "__register_frame_info' error message (yeah, I know that it's better to check > handle == NULL first, but it's the way some apps work). This should be fixed now in both -current and -stable. The fix is in "src/libexec/rtld-elf/rtld.c", revisions 1.50 (-current) and 1.43.2.5 (-stable). John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message