From owner-freebsd-bugs@FreeBSD.ORG Fri May 30 20:20:11 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054E71065675 for ; Fri, 30 May 2008 20:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E34E8FC0C for ; Fri, 30 May 2008 20:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4UKKAAA089886 for ; Fri, 30 May 2008 20:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4UKKAch089885; Fri, 30 May 2008 20:20:10 GMT (envelope-from gnats) Date: Fri, 30 May 2008 20:20:10 GMT Message-Id: <200805302020.m4UKKAch089885@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Martin Simmons Cc: Subject: Re: misc/124114: 7.0 shared libs cannot read errno when loaded into a 6.0 pthreaded program X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Simmons List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 20:20:11 -0000 The following reply was made to PR misc/124114; it has been noted by GNATS. From: Martin Simmons To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/124114: 7.0 shared libs cannot read errno when loaded into a 6.0 pthreaded program Date: Fri, 30 May 2008 21:08:31 +0100 Sorry for the noise. I've misunderstood the scope of the compat packages. I thought they were to designed to allow prebuilt 6.x binaries to run on 7.x, but I guess that only works if all of the dependencies are core FreeBSD libraries, not on the ports like X11. It works fine if I arrange to use the 6.x X11 libraries. Is there a correct place to install these or is LD_LIBRARY_PATH the only solution? __Martin