From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 21:47:11 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 C93BB106566B for ; Tue, 20 Sep 2011 21:47:11 +0000 (UTC) (envelope-from root1101@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 577FB8FC14 for ; Tue, 20 Sep 2011 21:47:10 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so1185846bkb.13 for ; Tue, 20 Sep 2011 14:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=auInbfzMOdaTwh7UAzrkUIQUA2oCRC3WANAK+Kf7hCc=; b=pGzjZMvMWsz/BctPyKQfhtFxxqN67NBSu16C1gJEupNSHMzB8DIEHIFBor18fF+l6s RtO3enMpU30F1gpKQVg9Bhg1Q+s1/ZvXQRsT3gkBKcT+4QhZe9dfGvddgUGIjYOSgr2G WuKtfm/VfTZAvJKmLuQO2HvArv30XFOpkGTFc= Received: by 10.204.133.8 with SMTP id d8mr961955bkt.235.1316555230114; Tue, 20 Sep 2011 14:47:10 -0700 (PDT) Received: from [192.168.1.3] ([91.79.254.113]) by mx.google.com with ESMTPS id af16sm2694377bkc.10.2011.09.20.14.47.03 (version=SSLv3 cipher=OTHER); Tue, 20 Sep 2011 14:47:09 -0700 (PDT) Message-ID: <4E7909D6.40106@gmail.com> Date: Wed, 21 Sep 2011 01:47:02 +0400 From: =?UTF-8?B?0JXQstCz0LXQvdC40Lkg0JvQsNC60YLQsNC90L7Qsg==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110822 Thunderbird/6.0 MIME-Version: 1.0 To: Alexander Best References: <20110920202012.GA79487@freebsd.org> <50fd40410ba56967ef5b939b953b0d43@flabnapple.net> <20110920214048.GA92526@freebsd.org> In-Reply-To: <20110920214048.GA92526@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: "Ron \(Lists\)" , 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 21:47:11 -0000 21.09.2011 01:40, Alexander Best пишет: > On Tue Sep 20 11, Ron (Lists) wrote: >>>> 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. > hmmm....no idea then. sorry. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Perhaps a port built with the httpd support? Have you installed or upgraded anything a couple of days before?