From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 01:19:44 2004 Return-Path: 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 BC80016A4CE for ; Sat, 11 Dec 2004 01:19:44 +0000 (GMT) Received: from f23.mail.ru (f23.mail.ru [194.67.57.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA1543D2F for ; Sat, 11 Dec 2004 01:19:44 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from mail by f23.mail.ru with local id 1CcvvD-0004oN-00 for questions@freebsd.org; Sat, 11 Dec 2004 04:19:43 +0300 Received: from [83.237.13.76] by win.mail.ru with HTTP; Sat, 11 Dec 2004 04:19:43 +0300 From: Andrew To: questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [83.237.13.76] Date: Sat, 11 Dec 2004 04:19:43 +0300 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: ld-elf.so.1: Shared object"libintl.so.6" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 01:19:44 -0000 Hello! I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as "root" Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object "libintl.so.6" not found libintl is in /usr/local/lib, but ppp is started before this: Dec 11 03:32:43 satbsd /kernel: ELF ldconfig path: /usr/lib /usr/lib/ compat /usr/X11R6/lib /usr/local/lib So I copied libintl to /usr/lib and I got error no more. But I still have a question: how come ld-elf.so.1 was looking in the wrong place? I've got a newly cvsupped and fully rebuilt system. (RELENG_4_10). Best wishes, Andrew