Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 14:53:03 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        ports@FreeBSD.org, jmz@FreeBSD.org, obrien@FreeBSD.org
Subject:   RE: Strange problems with dynamic linking of libGL.so.1 from XFr
Message-ID:  <XFMail.010123145303.jdp@polstra.com>
In-Reply-To: <3A6C3D19.E1F56291@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010123145303.jdp>