From owner-freebsd-questions@FreeBSD.ORG Tue Dec 29 14:33:44 2009 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 8019E1065670 for ; Tue, 29 Dec 2009 14:33:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id 563378FC28 for ; Tue, 29 Dec 2009 14:33:44 +0000 (UTC) Received: by pxi28 with SMTP id 28so7550406pxi.7 for ; Tue, 29 Dec 2009 06:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=seCPPYGcQ6Fh9Vj+lSzMqU/stVbEK6CafH2mAzN4xrM=; b=V22JVzS+/a3EAzpiqAJo74CTFIm7yGpsBFY3gbHw4UqHBBJBDI12RZto/S6NKG6Epw RfiR23Kag9pwA/yQdM+UQC6ujIcTGc3q5zLFzITWpz6QjJQnH9loJm6ZJayq7hwqMsTV O6C3S8L3usd2DLtFv4KM2w4DoMmC72Hi6vnr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BSeNjsWPVwYc6snRBa+vL76V3nBI4gLQ59xGiykozd0bWjSAu87dWlEflUYXfRZMrw Iyz1N39C+ii0IdTZoKpQFYEFNhwvOCMpa5BtgEAyBcRGtmTer2Lm+5bnrAEsThoK0W1D f8atAXzqEGa55L40xT3PB4XbkzUMR+lIgDiZg= MIME-Version: 1.0 Received: by 10.142.56.1 with SMTP id e1mr11404429wfa.282.1262097221365; Tue, 29 Dec 2009 06:33:41 -0800 (PST) In-Reply-To: <20091229140857.GA4677@teddy.fas.com> References: <20091229140857.GA4677@teddy.fas.com> Date: Tue, 29 Dec 2009 08:33:41 -0600 Message-ID: <6201873e0912290633j14fdf5a7g5954a398139858a2@mail.gmail.com> From: Adam Vande More To: Free BSD Questions list Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: What port contains libxcb.so.2, and hoow could I figure this out? 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, 29 Dec 2009 14:33:44 -0000 On Tue, Dec 29, 2009 at 8:08 AM, stan wrote: > One of my machines is suddenly complaining that it can't find libxcb.so.2. > This is probably an issue related to a recent attempt to update the > software > on this machine, so I figured I'd just rebuild the port that provides this > library, but I can't figure out how to determine which on that would be. > > I have the feeling that I should be able to use pkg_info for this, but I > can't seem to figure out how to accomplish this. Is this the right tool? If > so, how do I use it for this, if not, what is the correct tool? > > Thanks. > > it# pkg_info -W /usr/local/lib/libxcb.so.2 /usr/local/lib/libxcb.so.2 was installed by package libxcb-1.5 -- Adam Vande More