From owner-freebsd-gnome Fri Aug 2 11: 8:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F4037B400 for ; Fri, 2 Aug 2002 11:08:50 -0700 (PDT) Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7A743E5E for ; Fri, 2 Aug 2002 11:08:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (ppp-237-239.istc.kiev.ua [193.108.237.239]) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id VAA03727; Fri, 2 Aug 2002 21:05:42 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g72I5BD9008750; Fri, 2 Aug 2002 21:05:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D4AC9F6.61CBFD57@FreeBSD.org> Date: Fri, 02 Aug 2002 21:05:42 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Fabio Miranda Cc: gnome@FreeBSD.org Subject: Re: FreeBSD official help! References: <20020802174946.17503.qmail@web11507.mail.yahoo.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fabio Miranda wrote: > > Hi, I followed Joe adiveced and keep failing with > gnome2, and the last advcied "portupdate -rf gettext" > dont let me "undo" the changes, so i cant run apps: > %mutt > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" > not found > > HELP!, WHAT'S HAPPENING TO FREEBSD PACKAGES!!! > > THE OLNY PORTS THAT WORK ARE THE ONE THAT COMES ON > A -RELEASE CDROM??? Don't panic, please. You can simply workaround the problem by extracting libintl.so.2 from ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.6-release/devel/gettext.tgz and putting it into /usr/local/lib. Something like the following: # cd /usr/local # fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.6-release/devel/gettext.tgz # tar xvfz gettext.tgz lib/libintl.so.2 # rm gettext.tgz -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message