From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 05:08:35 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 EE71E1065672 for ; Thu, 15 Jan 2009 05:08:35 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id A32048FC1D for ; Thu, 15 Jan 2009 05:08:35 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so989120rne.12 for ; Wed, 14 Jan 2009 21:08:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7nkqdbFL+Jk79t2N8OYPnap7Gmm+YvVWIjFTGL91+78=; b=NjkfRPaRZ9wCz3Q16hUsocmDrDfTOin9TA7jkWCv3cz9X1v7BQQPKbOymUBXpvel3c /VvwaXeggArQZAqYfBKs8XP1ynPGUnv0w1iAvPtWU4WE/fn1Xiu2A5rbaIlra2wEu4X+ BR5piLmrO8D5PjS+zqPdlv3ZdI/GQJ9vX5zVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=raVRiQ9ZFiffnCAkHvuHPpuXauQc2LthgmxKrQUhmU2VKl95P1q4s2phKCtZ4YkWRb GonN6fHcppCBsG7siMk3Z1tEEcVApibDzsGDNcPO22+e27ZBobS76czTiWwZZ9MoK7Ux mKAa70Ux5xhaMJb0SNbLv5OFEt15SVF5l2WYk= Received: by 10.100.134.10 with SMTP id h10mr838048and.116.1231996114925; Wed, 14 Jan 2009 21:08:34 -0800 (PST) Received: by 10.100.201.19 with HTTP; Wed, 14 Jan 2009 21:08:34 -0800 (PST) Message-ID: <11167f520901142108r7ee1df7drc9134ebfc9949209@mail.gmail.com> Date: Wed, 14 Jan 2009 23:08:34 -0600 From: "Sam Fourman Jr." To: "Rem P Roberti" In-Reply-To: <496EC360.1050804@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <496EAFE4.9040909@comcast.net> <62021932-6698-4362-8A94-4CF50AC5DFED@goldmark.org> <496EBFBB.5090409@comcast.net> <496EC360.1050804@comcast.net> Cc: FreeBSD Subject: Re: Launching Vim 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: Thu, 15 Jan 2009 05:08:36 -0000 On Wed, Jan 14, 2009 at 11:02 PM, Rem P Roberti wrote: > >> >>> On Jan 14, 2009, at 9:39 PM, Rem P Roberti wrote: >>> >>>> Can someone give me a heads up on this. I just installed vim, but when >>>> I try to launch >>>> the program I get this error message: >>>> >>>> /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by >>>> "vim" this is probably not the correct way of dealing with this... but whenever I have trouble like this , I just do somthing like cd /usr/ports/editors/vim && make deinstall clean && make install clean most of the time the problem goes away Sam Fourman Jr