From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 05:13:52 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 53748106566B for ; Thu, 15 Jan 2009 05:13:52 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3C02F8FC0C for ; Thu, 15 Jan 2009 05:13:52 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by QMTA02.emeryville.ca.mail.comcast.net with comcast id 3We71b05F0x6nqcA2hDtvU; Thu, 15 Jan 2009 05:13:53 +0000 Received: from bsd.remdog.net ([76.102.24.75]) by OMTA12.emeryville.ca.mail.comcast.net with comcast id 3hDs1b0021dCpWs8YhDspJ; Thu, 15 Jan 2009 05:13:52 +0000 Message-ID: <496EC60F.9040105@comcast.net> Date: Wed, 14 Jan 2009 21:13:51 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.18 (X11/20081220) MIME-Version: 1.0 To: FreeBSD References: <496EAFE4.9040909@comcast.net> <62021932-6698-4362-8A94-4CF50AC5DFED@goldmark.org> <496EBFBB.5090409@comcast.net> <496EC360.1050804@comcast.net> <11167f520901142108r7ee1df7drc9134ebfc9949209@mail.gmail.com> In-Reply-To: <11167f520901142108r7ee1df7drc9134ebfc9949209@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:13:52 -0000 Sam Fourman Jr. wrote: > 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 > > Good advice, but unfortunately I can't install, deinstall, or reinstall. See my post "Can't install from ports" that was posted about 30 minutes ago. This one has me a little worried. Rem