X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Subject: Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib In-Reply-To: <474DF457.2030709@cygwin.com> To: cygwin AT cygwin DOT com Date: Wed, 28 Nov 2007 20:15:42 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Message-Id: From: Robert Kiesling X-ELNK-Trace: 0b901cbc512a9d8594f5150ab1c16ac01a238acc8405a5b04e35cf0fe3a524166994727ed780971f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 [ Charset UTF-8 unsupported, converting... ] > Etienne wrote: > > I have been trying to build rrdtool and as I watched it run I noticed a > > problem with Perl and TCL./TK. Both indicated that they were installed > > in /usr/local/lib. I tried a clean install of cygwin, but it still > > installed them into /lib. I checked Config.pm and it still indicates > > that it is in /usr/local/lib. Why is there a discrepancy? > > > > I am running the latest version of cygwin > > Neither the Cygwin TCL/TK nor the Cygwin Perl package install anything in > /usr/local. See: > > > > > Perhaps looking at the output of 'cygcheck -s -r -v' would help you > find the errant installations? What is the output of Config? Here is a (long) one-liner to print the configuration lib paths (and everything else). perl -e 'use Config; foreach (keys Config) {print "$_\t$Config{$_}";}' Regards -- Ctalk Home Page: http://ctalk-lang.sourceforge.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/