From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 20:28:59 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 4550D106568A for ; Tue, 20 Sep 2011 20:28:59 +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 3328F8FC18 for ; Tue, 20 Sep 2011 20:28:58 +0000 (UTC) Received: from mail.flabnapple.net (localhost [127.0.0.1]) by flabnapple.net (Postfix) with ESMTP id D7AE81CC056; Tue, 20 Sep 2011 13:28:58 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 20 Sep 2011 13:28:58 -0700 From: "Ron (Lists)" To: Alexander Best In-Reply-To: <20110920202012.GA79487@freebsd.org> References: <20110920202012.GA79487@freebsd.org> Message-ID: <50fd40410ba56967ef5b939b953b0d43@flabnapple.net> X-Sender: rg.lists@rzweb.com User-Agent: RoundCube Webmail/0.5.4 Cc: freebsd-questions@freebsd.org Subject: Re: Odd error when doing pkg_version 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, 20 Sep 2011 20:28:59 -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? > > maybe > > portupgrade -f httpd\* > > ? Yeah, I tried looking at that, but I don't have the httpd port installed or any of the other variations of httpd. Or if I do, it doesn't show up anywhere that I can see.