From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 20:57:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2A3BB16A41F for ; Tue, 27 Dec 2005 20:57:16 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B300443D46 for ; Tue, 27 Dec 2005 20:57:15 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 198104B215; Tue, 27 Dec 2005 22:05:48 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 6446E5285C; Tue, 27 Dec 2005 21:55:40 +0100 (CET) Message-ID: <43B1AAB8.9030302@spray.se> Date: Tue, 27 Dec 2005 21:57:28 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: scuba@centroin.com.br References: <20051227162415.T1312@trex.centroin.com.br> In-Reply-To: <20051227162415.T1312@trex.centroin.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Missing lib X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 20:57:16 -0000 scuba@centroin.com.br schrieb: > Hi all, > > > My system (FBSD 5.4, Xorg, Gnome2), started to show the following > message. > > /libexec/ld-elf.so.1: Shared object "libexif.so.10" not found, required > by "nautilus" > > I indeed, could not find libexif.so.10. > How can I fix that? There are several ways how this could happen, but I don't want to speculate about the reasons. I guess you have installed nautilus 2.10 and a newer or older version of libexif. Make sure that you have either latest versions of both pieces of software, i.e. libexif 0.6.12_1 and nautilus2 2.12.2, or install both as packages from the same source FTP directory. If you are still unsure then show "pkg_version -v". Regards Björn