X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=kK v9sVnBBQTJLeVh7NVTdYMkzYF+/0B+9ooLO8JU5MbLQFzBrjqQzc0imiqLhONm6C rq99qOed7dKJQbkC9UHdmg0cFYfa4pGSD+93tice/jbBfaj1atkpFb4itwERDazr /g6Z5NOuTS3zhLC/uHkucVLhd2z3bYVnwUL2LqJow= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=Mf5HV2kM 0euZ6BUaFykckUa5E9Q=; b=M0v2RGoMCWORj/rOlOG0eL3nLTa8nSPG2o0j1xRz U+/mqPT5aDAlPM/buU/xwU+Pt4RfULgNK0ISHcOFN3jAhqlqxXvUYTcX68s58YNN +ABdT53HIlVeYcwpgwk1TM1t1I1f0T9wW8jJJZuOu+9X92s3EjH8nN+UwE2HrKZP IdM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) In-Reply-To: References: Date: Wed, 28 Oct 2015 16:57:19 +0100 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 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