From owner-freebsd-questions@FreeBSD.ORG  Tue Sep 20 17:41:54 2011
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 6D9AC106566B
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Sep 2011 17:41:54 +0000 (UTC)
	(envelope-from rg.lists@rzweb.com)
Received: from flabnapple.net (flabnapple.net [216.129.104.99])
	by mx1.freebsd.org (Postfix) with ESMTP id 5FDE18FC13
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Sep 2011 17:41:54 +0000 (UTC)
Received: from mail.flabnapple.net (localhost [127.0.0.1])
	by flabnapple.net (Postfix) with ESMTP id B86741CC056
	for <freebsd-questions@freebsd.org>;
	Tue, 20 Sep 2011 10:25:56 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Tue, 20 Sep 2011 10:25:56 -0700
From: "Ron (Lists)" <rg.lists@rzweb.com>
To: <freebsd-questions@freebsd.org>
Message-ID: <f20212383039240a58a407e84da59aeb@flabnapple.net>
X-Sender: rg.lists@rzweb.com
User-Agent: RoundCube Webmail/0.5.4
Subject: Odd error when doing pkg_version
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Sep 2011 17:41:54 -0000

Starting a couple of days ago, when I run pkg_version I get the 
following error:

/libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, required 
by "httpd"

Everything seems to run OK except for this message appearing in the 
middle of the run.  I've tried to narrow it down with no real luck.

I've tried searching for ports with libgdbm or ld-elf in them and am 
not finding any (installed or not).

Does anyone know where this is coming from and how to fix it?

Ron