From owner-freebsd-chat@FreeBSD.ORG Tue Feb 23 07:56:20 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1025106566B for ; Tue, 23 Feb 2010 07:56:20 +0000 (UTC) (envelope-from tonyt@logyst.com) Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by mx1.freebsd.org (Postfix) with ESMTP id C0A828FC0A for ; Tue, 23 Feb 2010 07:56:20 +0000 (UTC) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by smtp.webfaction.com (Postfix) with ESMTP id CFA5E39123F for ; Tue, 23 Feb 2010 01:56:19 -0600 (CST) Received: by pwj7 with SMTP id 7so4084342pwj.13 for ; Mon, 22 Feb 2010 23:56:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.57.17 with SMTP id f17mr1504141rva.244.1266911779023; Mon, 22 Feb 2010 23:56:19 -0800 (PST) In-Reply-To: <2854374F0D8B4D94B2724850CA1D7D2B@jqslaptop> References: <2854374F0D8B4D94B2724850CA1D7D2B@jqslaptop> Date: Tue, 23 Feb 2010 18:56:19 +1100 Message-ID: <22166b751002222356j5b60fcf0u9f565fddb6d18ee7@mail.gmail.com> From: Tony Theodore To: Ronald Content-Type: text/plain; charset=UTF-8 Cc: "Freebsd-Chat@Freebsd.Org" Subject: Re: `pkg_add -r` doesn't solve the depencies? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 07:56:21 -0000 On 23 February 2010 18:38, Ronald wrote: > setenv PACKAGESITE > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/ > > > > pkg_add -r vim-7.2.344 > > > > when back to the command prompt, `reboot`, `vim`, it outputs: > > /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.2 required by > /usr/local/bin/vim > > > > BTW: what is "version FBSD_1.2"? At first glance it would seem that you're trying to run it on an older (say 7.x) version. Why are you setting PACKAGESITE? The autodetection is usually what you want. Tony