From owner-freebsd-ports Tue Jan 23 14:53:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C1E5537B402; Tue, 23 Jan 2001 14:53:04 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.1/8.11.1) with ESMTP id f0NMr3j06638; Tue, 23 Jan 2001 14:53:04 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3A6C3D19.E1F56291@FreeBSD.org> Date: Tue, 23 Jan 2001 14:53:03 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Maxim Sobolev Subject: RE: Strange problems with dynamic linking of libGL.so.1 from XFr Cc: ports@FreeBSD.org, jmz@FreeBSD.org, obrien@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maxim Sobolev wrote: > can't dlopen() this module: > [...] > ===> Generating temporary packing list > /usr/local/bin/tclsh8.3 /mnt/py-opengl/work/PyOpenGL-1.5.6/register.tcl > warning: error while loading Togl.so: couldn't load file "./Togl.so": > /usr/X11R6/lib/libGL.so.1: Undefined symbol "pthread_getspecific" Please set DEBUG_FLAGS="-O0 -g -DDEBUG" in your environment and then build and install a new dynamic linker from "src/libexec/rtld-elf". Then run the failing command manually with LD_DEBUG=1 in the environment. Send me the output from that, and I'll try to figure out what's going on here. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message