From owner-freebsd-current Mon Nov 6 0: 4:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id AD2E037B479; Mon, 6 Nov 2000 00:04:47 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eA684eI54215; Mon, 6 Nov 2000 00:04:40 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Maxim Sobolev Cc: current@FreeBSD.ORG, jdp@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: Problem with dlopen()/dlsym() after recent crt* changes In-Reply-To: Message from Maxim Sobolev of "Mon, 06 Nov 2000 10:01:54 +0200." <3A066572.2CF3D7BC@FreeBSD.org> Date: Mon, 06 Nov 2000 00:04:40 -0800 Message-ID: <54211.973497880@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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). Huh! So that's why my XFree86 server no longer loads its glx.so module (thought I rebuilt it several times just to make sure it wasn't something which rotted on my system). This one's kinda serious! :-( I get the exact same message from the X server. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message