From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 19:49:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD43716A41C for ; Tue, 7 Jun 2005 19:49:12 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36A643D1D for ; Tue, 7 Jun 2005 19:49:12 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id j57JnCfA027512; Tue, 7 Jun 2005 12:49:12 -0700 (PDT) Received: from [192.168.1.6] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j57JnAVQ009593; Tue, 7 Jun 2005 12:49:11 -0700 (PDT) In-Reply-To: <20050607194537.47070.qmail@web20326.mail.yahoo.com> References: <20050607194537.47070.qmail@web20326.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7973B114-394D-4892-94E8-16EB8EE214A0@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 7 Jun 2005 15:49:08 -0400 To: John Larson X-Mailer: Apple Mail (2.730) Cc: freebsd Mailing Subject: Re: perl 5.8.5 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, 07 Jun 2005 19:49:12 -0000 On Jun 7, 2005, at 3:45 PM, John Larson wrote: > I installed perl 5.8.5 when I did initial install of > freebsd 4.11 on my machine. when I do perl -v I get > perl 5.006. when I switch to the perl 5.8.5 it cannot > find DBI in the PM when I switch back it can. Once you run "use.perl port" to switch to perl-5.8.5, you will need to rebuild all your perl ports (such as DBI) against the new version of perl. Check /usr/ports/UPDATING for suggestions on how to do this... -- -Chuck