From owner-freebsd-ports@FreeBSD.ORG Sat May 28 08:11:23 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742AC16A41C for ; Sat, 28 May 2005 08:11:23 +0000 (GMT) (envelope-from mat@mat.cc) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3134043D1D for ; Sat, 28 May 2005 08:11:22 +0000 (GMT) (envelope-from mat@mat.cc) Date: Sat, 28 May 2005 09:51:55 +0200 From: Mathieu Arnold To: Paul Schmehl , ports@freebsd.org Message-ID: <907BADEAF0066EB120C42564@cc-171.int.t-online.fr> In-Reply-To: <135EBD1C9AB24A47D8DC6F55@utd49554.utdallas.edu> References: <135EBD1C9AB24A47D8DC6F55@utd49554.utdallas.edu> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: mail/mulberry problem 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: Sat, 28 May 2005 08:11:23 -0000 +-le 25/05/2005 11:25 -0500, Paul Schmehl =E9crivait : | I'm setting up a new workstation with 5.4 RELEASE, and I installed | mail/mulberry yesterday. (We have a license for it, and I love it.) |=20 | The install completed without any errors, but when I try to start mulberry, | I get this: |=20 | pauls@utd59514$ /usr/local/bin/mulberry | /usr/local/bin/mulberry: error while loading shared libraries: | libXext.so.6: cannot open shared object file: No such file or directory |=20 | ldconfig shows that the library is registered: | pauls@utd59514$ ldconfig -r | grep libXext | 96:-lXext.6 =3D> /usr/X11R6/lib/libXext.so.6 |=20 | How can I fix this? I'll go into withdrawal if I can't use mulberry. :-) You could put : [/usr/local/bin/mulberry] libXext.so.6 /usr/X11R6/lib/libXext.so.6 in your /etc/libmap.conf (it won't exist, so, you'll have to create it) --=20 Mathieu Arnold