From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 12:52:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC316A41F for ; Thu, 8 Sep 2005 12:52:05 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6643D4C for ; Thu, 8 Sep 2005 12:52:04 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1059022nzo for ; Thu, 08 Sep 2005 05:52:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=heqBFrkTCLFUtoEKkcv6bAsyc2QEUqV+LkgU5sEo5DqkH5NhsBxw4S8e8Tl4PaPvXxv8uXqFfDOQU+bA72zOZ0gFfxzfH2zIDt/tnvExRqQqAXIVzIplvNAicnXclhC1w/0dgEedwNNFXYLpmqH+pY3s+9eIWtXzxyipoJvNOK0= Received: by 10.36.20.7 with SMTP id 7mr7756763nzt; Thu, 08 Sep 2005 05:52:03 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 38sm4856052nzk.2005.09.08.05.52.02; Thu, 08 Sep 2005 05:52:03 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: jia liu Date: Thu, 8 Sep 2005 20:56:18 +0800 User-Agent: KMail/1.8.2 References: <20050908123312.98471.qmail@web15906.mail.cnb.yahoo.com> In-Reply-To: <20050908123312.98471.qmail@web15906.mail.cnb.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082056.19196.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Can't 'startx', said 'libXfixes.so.3' not found, required by 'gnome-session' 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: Thu, 08 Sep 2005 12:52:05 -0000 On Thursday 08 September 2005 20:33, jia liu wrote: > I met problem: > 1. I installed freebsd 5.3-release first, then update > source tree, buildworld and install success to up > freebsd 5.4-release. > 2. pkg_add -r gnome2, add > '/usr/X11R6/bin/gnome-sessio' to my .xinitrc file > after installed gnome2.10. > 3. Tried to startx, but it said > '/libexec/ld-elf.s0.1:shared object "libXfixes.so.3" > not found, required by "gnome-session"', can't enter > window. I'm afraid you have fetched the latest gnome2 package which is not compiled under FB5.4. It's probably compiled under FB6.0. My suggestion is going to ftp://ftp.freebsdchina.org to fetch the gnome2 package for FreeBSD5.4 (you are in china, right?) and there you are. Good luck! -- Best Regards. Yuan Jue