From owner-freebsd-x11@FreeBSD.ORG Tue Jun 26 09:46:47 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A713E16A421; Tue, 26 Jun 2007 09:46:47 +0000 (UTC) (envelope-from tmueller@sysgo.com) Received: from mail.sysgo.com (mail.sysgo.com [62.8.134.5]) by mx1.freebsd.org (Postfix) with ESMTP id 3F7D013C4C2; Tue, 26 Jun 2007 09:46:47 +0000 (UTC) (envelope-from tmueller@sysgo.com) Received: from localhost (localhost [127.0.0.1]) by mail.sysgo.com (Postfix) with ESMTP id F155ECC0F8; Tue, 26 Jun 2007 11:18:26 +0200 (CEST) Received: from mail.sysgo.com (localhost [127.0.0.1]) by localhost (AvMailGate-2.0.2-8) id 04101-36ACD4C9; Tue, 26 Jun 2007 11:18:26 +0200 Received: from donald.sysgo.com (unknown [172.20.1.30]) by mail.sysgo.com (Postfix) with ESMTP id B53EFCC03C; Tue, 26 Jun 2007 11:18:26 +0200 (CEST) Received: by donald.sysgo.com (Postfix, from userid 65534) id 99A002E42C5; Tue, 26 Jun 2007 11:18:26 +0200 (CEST) Received: from tom.ulm.sysgo.com (unknown [172.30.1.100]) by donald.sysgo.com (Postfix) with ESMTP id 5352E2E42C3; Tue, 26 Jun 2007 11:18:26 +0200 (CEST) Date: Tue, 26 Jun 2007 11:20:42 +0200 From: Thomas Mueller To: Florent Thoumie Message-ID: <20070626112042.466c887b@tom.ulm.sysgo.com> In-Reply-To: <46800A10.5090001@FreeBSD.org> References: <20070625102514.GA5657@aurora.oekb.co.at> <467FBF49.6010809@FreeBSD.org> <20070625172728.GA7679@aurora.oekb.co.at> <46800A10.5090001@FreeBSD.org> Organization: SYSGO AG X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on donald.sysgo.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=no version=2.63 X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-8; AVE: 7.2.0.30; VDF: 6.36.0.131; host: mailgate.sysgo.com) Cc: freebsd-x11@freebsd.org Subject: Re: Upgrade Xorg 6.9->7.2 dies in libGLU X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 09:46:47 -0000 On Mon, 25 Jun 2007 19:31:44 +0100, Florent Thoumie wrote: > libGLU depends on libGL, since you don't have libGL.so in > /usr/local/lib, libGLU can't be built. > > The question is, why do you still have libGL.so in /usr/X11R6/lib. I'd > suggest removing this one and do "make clean all install" in > /usr/ports/graphics/libGLU. The nvidia-driver* ports include their own libGL.so. BTW, I had to follow a certain order in installing the libGL port and the nvidia-driver port to get a working OpenGL acceleration. IIRC I had to reinstall libGL, but can't tell for sure. -- Thomas Mueller