From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 12:49:41 2006 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 DB38716A41F for ; Sat, 7 Jan 2006 12:49:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF3843D55 for ; Sat, 7 Jan 2006 12:49:39 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so3649815nzo for ; Sat, 07 Jan 2006 04:49:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uW2npH/kPr1s/Ger8sgIABjWrxUoYPgZ52OaFLHlqFuwMWFY3UM3E/8e97oPoNpKrw2ejzdmcNZZIoIBWwJfLbq5PqK7qVgzVu32t9OWzxigNYZdJhSTz5SGJF4KkdUr7OgZe9Xkt/Fy10xrM/228mzM6PUHfNNbD3tHET96w3w= Received: by 10.36.72.12 with SMTP id u12mr1844030nza; Sat, 07 Jan 2006 04:49:08 -0800 (PST) Received: by 10.37.20.67 with HTTP; Sat, 7 Jan 2006 04:49:37 -0800 (PST) Message-ID: Date: Sat, 7 Jan 2006 15:49:37 +0300 From: "Andrew P." To: =?ISO-8859-1?Q?L=E1szl=F3_Nagy?= In-Reply-To: <43BCF512.3050601@freemail.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43BCF512.3050601@freemail.hu> Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add question 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, 07 Jan 2006 12:49:42 -0000 On 1/5/06, L=E1szl=F3 Nagy wrote: > > Hello All, > > I tried to install the Xorg server and xfce4 from the binary > distribution, using > > pkg_add -r > > I could setup the Xorg server, but I cannot use xfce. When I run > > startxfce4 > > then I get the following message: > > /libexec/ld-elf.so.1: Shared object "libobject-2.0.so.0" not found, > required by "xfce4-sesion". > > I read somewhere that I need to update glib. But I cannot do this with > pkg_add. > > pkg_add -r glib > > tells me that glib (or an older version of it) is already installed. Now > I'm trying to upgrade glib with > > portupgrade -r glib > > and probably it will work. But it will take a long time to recompile > every package that I have in binary format. The big advantage of using > pkg_add is that I do not need to recompile everything from the ports > tree. I have a slow machine and limited disk space. But it looks like I > have no choice. Upgrading glib from the ports will cause many packages > to be downloaded and recompiled from source. I could not find any way to > update my packages in binary form. If there is a way, please help me > finding it. > > Thanks, > > Les > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > "portupgrade -PP" will only use binary packages. Try portupagrade -aPP