From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11789 invoked by alias); 23 Jul 2012 16:29:57 -0000 Received: (qmail 11779 invoked by uid 22791); 23 Jul 2012 16:29:55 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Jul 2012 16:29:41 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1StLVr-00017E-PL for cygwin@cygwin.com; Mon, 23 Jul 2012 18:29:39 +0200 Received: from rrcs-74-62-25-170.west.biz.rr.com ([74.62.25.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jul 2012 18:29:39 +0200 Received: from Andrew by rrcs-74-62-25-170.west.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jul 2012 18:29:39 +0200 To: cygwin@cygwin.com From: Andrew DeFaria Subject: Re: No DBI module when installing Perl 5.14 Date: Mon, 23 Jul 2012 16:29:00 -0000 Message-ID: <500D7BE8.9070305@DeFaria.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00502.txt.bz2 On 07/23/2012 08:41 AM, Reini Urban wrote: > On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: >> I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While >> the update when fine, after updating I restarted a service that I wrote in >> Perl that used DBI. To my surprise it failed saying it couldn't find the DBI >> module. I used cpan to reinstall it but I was wondering if it was >> intentional that DBI would be missing after upgrading to 5.14.2. > DBI also did not come with perl-5.10, you installed it by yourself. > > Check my update recipe from the announcement mail: > http://cygwin.com/ml/cygwin-announce/2012-07/msg00011.html > > Update recommendations from 5.10: > -------------------------------------------------- > Since 5.14 is not installed in parallel to 5.10, all your old 5.10 binary XS > modules will need to be reinstalled for 5.14. > > BEFORE INSTALLATION of this 5.14 > # get the list of your installed 5.10 modules > $ perl -MExtUtils::Installed \ > -e'print join("\n", new ExtUtils::Installed->modules)' > module.list > > AFTER INSTALLATION of 5.14 > # install all previous modules for 5.10 and older > $ cpan `cat module.list` > > PS: doing the cpanm dance with xargs is not recommended as it forks too much. > $ perl -MExtUtils::Installed \ > -e'print join("\n", new ExtUtils::Installed->modules)' | xargs cpan > OK, I wasn't paying close attention. Thanks for the info. -- Andrew DeFaria Never wrestle with a pig. You both get dirty and the pig likes it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple