From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 00:50:45 2003 Return-Path: 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 7055B16A4BF for ; Tue, 9 Sep 2003 00:50:45 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F5743FE0 for ; Tue, 9 Sep 2003 00:50:44 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id E5F2E439A for ; Tue, 9 Sep 2003 09:50:33 +0200 (CEST) Date: Tue, 9 Sep 2003 09:50:33 +0200 From: Martin Jessa To: ports@freebsd.org Message-Id: <20030909095033.69a3c561.freebsd@yazzy.org> Organization: ezUnix.org X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: libintl.so.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 07:50:45 -0000 I just updated the xmule port and testing it on one of my boxes I got following error: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found Any idea if there is a more gracious way of doing that than: ln -s /usr/local/lib/libintl.so.5 /usr/local/lib/libintl.so.4 ? YazzY