From owner-freebsd-questions@FreeBSD.ORG Thu May 5 19:58:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC435106566B for ; Thu, 5 May 2011 19:58:26 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA998FC08 for ; Thu, 5 May 2011 19:58:25 +0000 (UTC) Received: by wyf23 with SMTP id 23so2482023wyf.13 for ; Thu, 05 May 2011 12:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=+AY0HERi0vLRtPjeF7AV8orARDndTHxvdagJQDBpDyY=; b=l0jIgCRdFRqGxZHA+4vXHnrZjrDVkN2E4/DKrjOoydyUG7yL4Uj2N9zX72kf8loR26 5JhbE6cPuA8fOCNN0Vj3RMMwyb7aSorWLYD8895Dg1QfiGx3omIelOkD2oXPYI+w34WD KlX2OoXkG1fyM/hXDKAgpC2mxQk1v+qsQIhYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=wKwtN4baGt2eod+uvNn+LUKX0m4HG6X2joVysokAV+wGjXA/HcTbGf11ICuwCA4NCj bUazcZnJI/ocsnQwyYYEsTCGy+g5k8sJjOg9eS1P7D6UAR6lOBM6oxlnEVWh9KosvtFm vMoUljy5IxKvdFkgbfpO7mjEXb2GSZG5A4plM= Received: by 10.227.208.77 with SMTP id gb13mr2911744wbb.43.1304625505111; Thu, 05 May 2011 12:58:25 -0700 (PDT) Received: from prime.nonspace ([217.171.129.80]) by mx.google.com with ESMTPS id ed10sm1563844wbb.32.2011.05.05.12.58.23 (version=SSLv3 cipher=OTHER); Thu, 05 May 2011 12:58:24 -0700 (PDT) Message-ID: <4DC3015D.7060500@gmail.com> Date: Thu, 05 May 2011 20:58:21 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110503 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: ld-elf.so.1 Shared object "libkipi.so.7" not found 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: Thu, 05 May 2011 19:58:26 -0000 Hello, I'm having hard times with digikam. It used to work properly but then, after one of the updates (I'm not able to track it) it stopped. When I try to run digikam I'm getting this error message: /libexec/ld-elf.so.1: Shared object "libkipi.so.7" not found, required by "digikam" I've tried to rebuild digikam and all dependencies but it's still the same. My ports tree is updated. I'm running FreeBSD 8.2-R on amd64 and digikam-kde4 port. Any ideas please? Michael