From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 18:48:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6707E16A418 for ; Sat, 24 Nov 2007 18:48:38 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0A20B13C44B for ; Sat, 24 Nov 2007 18:48:37 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so155214rvb for ; Sat, 24 Nov 2007 10:48:37 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=E4SX6gB71d2TRLVL6lqOoifKCqVUrGCgAUiqFeAwC/E=; b=nEpO0gs8dXRBzSmv4o2ZcstTzug1pzRHsBCzFmqqy7u6RLuC8F8jqVjHLLmVh0bQalELk6IAoGP+b48HRdEOfTm57XZUPwhfG/RK6sUS1ModS/L2HGP4zIzxjD67eKVhjTPw9iOPX9REArTH1JII125oBuWJQOi12MpvAbmWMh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tqsbM26lCE49DN4g2PDMYa2PqpAU6wbmvgodmTraqUuXkqBVbJXTGuwwRILgIH0yTdvHRDXOEVfPyo0GK/0PF3hn5TL6W2k9qbnULbBrxpAQf78ZofLqybDBUA/Fjn9Q1I+UHVjYgzLsaFt4kSxAGlZxIQw1D/f0QAnPmpf9nZc= Received: by 10.140.136.6 with SMTP id j6mr312469rvd.1195930117150; Sat, 24 Nov 2007 10:48:37 -0800 (PST) Received: by 10.140.131.11 with HTTP; Sat, 24 Nov 2007 10:48:37 -0800 (PST) Message-ID: <3b2ddd940711241048h11265799je6cdfa51c42acda3@mail.gmail.com> Date: Sat, 24 Nov 2007 18:48:37 +0000 From: "Siraj Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problem with startx 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: Sat, 24 Nov 2007 18:48:38 -0000 I installed freebsd (6.2) from scratch. Download, updated the ports tree. Upgraded all the ports. Installed Xorg (it was xorg-7.3). When I typed in startx it worked fine. Then I proceeded to install gnome2-lite using pkg_add -r gnome2-lite That worked fine. Tried to start startx/gnome2 (after following the instructions here: http://www.freebsd.org/gnome/docs/faq2.html#full-gnome). I want gnome2 to start when I type in startx. I have done this in the past, never had trouble. But when I rebooted and typed in startx, I had a problem about Shared object "libintl.so.6" not found, required by "gnome-session" and then went to UPDATING and performed portupgrade -r gettext Now, I try startx, it doesnt work at all. It gives me the same error Shared object "libintl.so.6" not found, required by "gnome-session" followed by waiting for X server to shutdown FreeFontPath: FPE "/usr/local/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing Please help! All I want to do is to be able to run gnome2. Thanks Siraj