| delorie.com/archives/browse.cgi | search |
| 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 |
| Message-Id: | <E1IxY0E-0000SL-Pd@owl.gateway.2wire.net> |
| From: | Robert Kiesling <kiesling AT earthlink DOT net> |
| X-ELNK-Trace: | 0b901cbc512a9d8594f5150ab1c16ac01a238acc8405a5b04e35cf0fe3a524166994727ed780971f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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:
>
> <http://cygwin.com/packages/perl/perl-5.8.6-4>
> <http://cygwin.com/packages/tcltk/tcltk-20060202-1>
>
> 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |