From owner-freebsd-questions@FreeBSD.ORG Mon May 3 01:12:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08A781065697 for ; Mon, 3 May 2010 01:12:41 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id D9AAD8FC0C for ; Mon, 3 May 2010 01:12:40 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o431CbMa025555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 May 2010 18:12:37 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o431CbiZ025554; Sun, 2 May 2010 18:12:37 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA03678; Sun, 2 May 10 18:05:48 PDT Date: Sun, 02 May 2010 18:04:06 -0700 From: perryh@pluto.rain.com To: jg@fantomatic.co.uk Message-Id: <4bde2106.qiPHSR9Ab82Z4tVG%perryh@pluto.rain.com> References: <20100502223152.GA1152@fix.fantomatic.co.uk> <20100502234120.GA60096@fix.fantomatic.co.uk> In-Reply-To: <20100502234120.GA60096@fix.fantomatic.co.uk> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: X is broken after upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 01:12:41 -0000 Jamie Griffin wrote: > When it crashes, i've noticed another error that shows on the console: > > /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers/intel_drv.so: > Undefinded symbol "xf86LoaderReqSymLists" ^^^^^^ > ... not sure what that means exactly, any ideas? Among other things, it means you transcribed the message by hand instead of copy-pasting it :) You seem to have a missing shared-library (runtime) dependency. Perhaps one of your X libs didn't get upgraded?