From owner-freebsd-x11@FreeBSD.ORG Sat Mar 8 17:56:48 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3820F106566B for ; Sat, 8 Mar 2008 17:56:48 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id E30A38FC13 for ; Sat, 8 Mar 2008 17:56:47 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1153261wxd.7 for ; Sat, 08 Mar 2008 09:56:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=GSF/Zo0k/sZ4waQC7YGhAWzB/T7haGZuqfS9SxRiGhw=; b=PPz9Zf62Rpj3eTnAghXUAC1OLKUFFWlvzJpm8+g90mTFjPzPe8in3H7Do/5kXH89dzbrbhYxeyyLlT9PJFpL5u8+7fgJMlV5jTbmf2MUF8/C1UcFg1DRrpCS0I89CoRGNYnaywTzdCbFWoxon1DhebNox5H36eu9NetG2Gr7DFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jkUaFEylk5Ccqm9FgHBo3CuPbDMY3kya6BDxV25RxLdf3kHPEMLTvM5i7G5gHKA6x+jia12jReYukDmLpcXdJvYyB2JQDFTCD/IMSbrJ8h0yu7q7QfPbkyAuUKK0yZw4sVBP5vYm2PZGhpYpQtfl4PD2ZtoLpKm1skQQEIP9ejA= Received: by 10.141.198.9 with SMTP id a9mr1974359rvq.280.1204999006096; Sat, 08 Mar 2008 09:56:46 -0800 (PST) Received: by 10.114.61.15 with HTTP; Sat, 8 Mar 2008 09:56:46 -0800 (PST) Message-ID: Date: Sat, 8 Mar 2008 17:56:46 +0000 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Bryce Newall" In-Reply-To: <67a749140803080916j17ff6f28w7c6396b5ebcfe0ba@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <67a749140803080916j17ff6f28w7c6396b5ebcfe0ba@mail.gmail.com> X-Google-Sender-Auth: 885c6bbf4826807b Cc: x11@freebsd.org Subject: Re: "configure" script failure - reporting error as requested 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: Sat, 08 Mar 2008 17:56:48 -0000 On Sat, Mar 8, 2008 at 5:16 PM, Bryce Newall wrote: > Hello, > > In trying to install x.org on my FreeBSD system (6.3-STABLE), I encountered > the following error: > > configure: error: cannot find GL library - make sure Mesa or other OpenGL > package is installed > See `config.log' for more details. As config.log and /var/db/pkg says, you don't have graphics/libGL installed. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer