From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24727 invoked by alias); 29 Jan 2014 11:58:23 -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 24718 invoked by uid 89); 29 Jan 2014 11:58:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail110.syd.optusnet.com.au Received: from mail110.syd.optusnet.com.au (HELO mail110.syd.optusnet.com.au) (211.29.132.97) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jan 2014 11:58:21 +0000 Received: from OwnerPC311012 (unknown [203.202.164.190]) (Authenticated sender: sisyphus1@optusnet.com.au) by mail110.syd.optusnet.com.au (Postfix) with ESMTPA id 2DE4D781F29; Wed, 29 Jan 2014 22:58:12 +1100 (EST) Message-ID: From: To: , References: <634CFD657E419946BD70654E385A708F2491501B9A@HE111508.emea1.cds.t-internal.com> In-Reply-To: <634CFD657E419946BD70654E385A708F2491501B9A@HE111508.emea1.cds.t-internal.com> Subject: Re: WG: AW: Win32::Eventlog: Not found after upgrade Date: Wed, 29 Jan 2014 11:58:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=HZAtEE08 c=1 sm=1 tr=0 a=8e8rgZJuizJfF74+JHJpGg==:117 a=8e8rgZJuizJfF74+JHJpGg==:17 a=PO7r1zJSAAAA:8 a=n4VqiBxxPQ4A:10 a=8nJEP1OIZ-IA:10 a=wuDGkHKqH2wA:10 a=OOWAkpKua8nMjHcO53QA:9 a=wPNLvfGTeEIA:10 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00475.txt.bz2 -----Original Message----- From: Ulrich.Herbst > 3. I don't want to build Win32::Eventlog on my own... for these reasons: > - I had to do it on many systems... > - We don't have compilers and make and tools... installed on them > (production environments) Ok - alternatively it's only *2* files that need to be installed - Win32/EventLog.pm and auto/Win32/EventLog/EventLog.dll. After you've manually built the module on your local machine, you'll find the former in blib/lib and the latter in blib/arch. Assuming you're running the same version of perl across all systems, it's just a matter of installing those files into one of the @INC directories on all machines. By convention, I think you'd install them into /usr/lib/perl5/site_perl/5.14 - so you'd end up with /usr/lib/perl5/site_perl/5.14/Win32/EventLog.pm and /usr/lib/perl5/site_perl/5.14/auto/Win32/EventLog/EventLog.dll If it's simple for you to effect that across the various systems, then you could go with that. > So - will be in the near future a libwin32-version including > Win32::Eventlog running with Perl5.14 available from cygwin installer ? I'm sort of thinking it should already be there. I'm running perl-5.14.2 on Cygwin-1.7.17, so I figured I'd test for myself ... alas, I can't find a mirror that can provide setup.ini, and setup.exe aborts at that point. So I guess we wait for someone who *knows* to come along. Btw, it would really help if, in your testing, you'd try to load Win32::EventLog instead of Win32::Eventlog. In some situations it probably doesn't matter, but testing the loading of "Win32::Eventlog" introduces an (unnecessary) uncertainty with which it would be better to go without. The thing is that, although Windows is not case-sensitive, perl is - and failing to attend to case-sensitivity can lead to strange failures. Cheers, Rob -- 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