From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123119 invoked by alias); 28 Oct 2015 15:57:24 -0000 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 Received: (qmail 123105 invoked by uid 89); 28 Oct 2015 15:57:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 28 Oct 2015 15:57:22 +0000 Received: by wicfx6 with SMTP id fx6so203599376wic.1 for ; Wed, 28 Oct 2015 08:57:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.2.144 with SMTP id 16mr21749325wju.90.1446047839187; Wed, 28 Oct 2015 08:57:19 -0700 (PDT) Received: by 10.194.28.230 with HTTP; Wed, 28 Oct 2015 08:57:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Oct 2015 20:38:00 -0000 Message-ID: Subject: Re: How can I completely remove Perl 5.22? From: Csaba Raduly To: cygwin list Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg00514.txt.bz2 On Wed, Oct 28, 2015 at 3:49 PM, Jim Reisert AD1C wrote: > I did not get time to try to to fix this last night, other than > un-installing all the ActiveState stuff (to eventually re-install). > > I noticed a bunch of stuff in my ~/.bashrc file, how much of this is > necessary for Cygwin Perl 5.22? > > PATH="/cygdrive/D/Home/perl5/bin${PATH+:}${PATH}"; export PATH; > PERL5LIB="/cygdrive/D/Home/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; > export PERL5LIB; > PERL_LOCAL_LIB_ROOT="/cygdrive/D/Home/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; > export PERL_LOCAL_LIB_ROOT; > PERL_MB_OPT="--install_base \"/cygdrive/D/Home/perl5\""; export PERL_MB_OPT; > PERL_MM_OPT="INSTALL_BASE=/cygdrive/D/Home/perl5"; export PERL_MM_OPT; I suspect none of it. Those env variables sound like an attempt to marry some non-Cygwin Perl into Cygwin. Cygwin Perl lives under /usr/bin; the binary is never in a directory named perl5/bin : https://cygwin.com/cgi-bin2/package-grep.cgi?grep=perl5%2Fbin&arch=x86_64 What's in D:\Home\perl5 ? Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- 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