From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 16:02:18 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 8D118106568D for ; Thu, 15 Jan 2009 16:02:18 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id 481A38FC19 for ; Thu, 15 Jan 2009 16:02:18 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by QMTA09.emeryville.ca.mail.comcast.net with comcast id 3qkr1b00V0lTkoCA9s2JKN; Thu, 15 Jan 2009 16:02:18 +0000 Received: from bsd.remdog.net ([76.102.24.75]) by OMTA04.emeryville.ca.mail.comcast.net with comcast id 3s2E1b00R1dCpWs8Qs2Gt7; Thu, 15 Jan 2009 16:02:17 +0000 Message-ID: <496F5E06.6080509@comcast.net> Date: Thu, 15 Jan 2009 08:02:14 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.18 (X11/20081220) MIME-Version: 1.0 To: Steve Bertrand References: <496EAFE4.9040909@comcast.net> <496F40E0.8020906@ibctech.ca> In-Reply-To: <496F40E0.8020906@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 16:02:19 -0000 > 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" >> >> Is this a path problem? The actual file libperl.so recides in >> /usr/local/lib/perl5/5.8.9/mach/CORE/libperl.so >> > > First, run: > > # /etc/periodic/weekly/310.locate > > Then, provide the output to: > > # locate libperl.so > # echo $PATH > > Steve > > After I recovered the ability to do deinstall/reinstall I did just that with vim and it solved the problem. I'm still not sure why the original problem occurred, but everything is working now. Rem