From owner-freebsd-ports@FreeBSD.ORG Mon Feb 18 15:07:40 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7AC16A41A for ; Mon, 18 Feb 2008 15:07:40 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from tur.go2.pl (tur.go2.pl [193.17.41.50]) by mx1.freebsd.org (Postfix) with ESMTP id 81FE713C4D3 for ; Mon, 18 Feb 2008 15:07:40 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by tur.go2.pl (o2.pl Mailer 2.0.1) with ESMTP id 19531230374 for ; Mon, 18 Feb 2008 15:37:51 +0100 (CET) Received: from poczta.o2.pl (mx10.go2.pl [127.0.0.1]) by poczta.o2.pl (Postfix) with ESMTP id 4730F58004 for ; Mon, 18 Feb 2008 15:37:48 +0100 (CET) Received: from localhost (ayj88.neoplus.adsl.tpnet.pl [83.27.121.88]) by poczta.o2.pl (Postfix) with ESMTP for ; Mon, 18 Feb 2008 15:37:46 +0100 (CET) Date: Mon, 18 Feb 2008 15:37:14 +0100 From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= To: ports@freebsd.org Message-ID: <20080218153714.50f3f9b0@o2.pl> In-Reply-To: <47B95990.8070808@FreeBSD.org> References: <36e46ac80802171226p6a18997ao21e03b626425695e@mail.gmail.com> <47B8A3B2.8090202@infracaninophile.co.uk> <1203283417.6223.3.camel@pclmills> <20080217212857.c4df5d25.ota@j.email.ne.jp> <47B95990.8070808@FreeBSD.org> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.7; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: ldconfig -R issue (Was: Problems with icu - 3.8) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 15:07:41 -0000 Dnia 2008-02-18, o godz. 13:10:24 Sergey Matveychuk napisa=B3(a): >Portupgrade preserves the libraries in /usr/local/lib/compat/pkg: >% ls /usr/local/lib/compat/pkg/ >libicudata.so.36.0 libicule.so.36.0 libicuuc.so.36.0 >libicui18n.so.36.0 libiculx.so.36.0 >libicuio.so.36.0 libicutu.so.36.0 I solved this problem by renaming those files, removing trailing '.0' from their names fixed it for me, ldconfig can see those libs after that. HTH, Pawe=B3=20