Re: No DBI module when installing Perl 5.14

2012-07-23 Thread Andrew DeFaria
On 07/23/2012 01:55 PM, Yaakov (Cygwin/X) wrote: On 2012-07-23 10:41, Reini Urban wrote: On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While the update when fine, after updating I restarted a service that I wrote in

Re: No DBI module when installing Perl 5.14

2012-07-23 Thread Yaakov (Cygwin/X)
On 2012-07-23 10:41, Reini Urban wrote: On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While the update when fine, after updating I restarted a service that I wrote in Perl that used DBI. To my surprise it failed saying

Re: No DBI module when installing Perl 5.14

2012-07-23 Thread Andrew DeFaria
On 07/23/2012 08:41 AM, Reini Urban wrote: On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While the update when fine, after updating I restarted a service that I wrote in Perl that used DBI. To my surprise it failed say

Re: No DBI module when installing Perl 5.14

2012-07-23 Thread Reini Urban
On Mon, Jul 23, 2012 at 9:32 AM, Andrew DeFaria wrote: > I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While > the update when fine, after updating I restarted a service that I wrote in > Perl that used DBI. To my surprise it failed saying it couldn't find the DBI > module. I

No DBI module when installing Perl 5.14

2012-07-23 Thread Andrew DeFaria
I recently updated my Cygwin to 1.7.16. With this came Perl 5.14.2. While the update when fine, after updating I restarted a service that I wrote in Perl that used DBI. To my surprise it failed saying it couldn't find the DBI module. I used cpan to reinstall it but I was wondering if it was int

Re: installing Perl module uses wrong make

2011-09-09 Thread Ronald Blaschke
On 09/09/2011 08:08 PM, Ivanov Dmitry wrote: > I am trying to install a Perl module for cygwin Perl. > > I run this command: > > cpan Digest::SHA1 > > after some time it gives me the error: > > Writing Makefile for Digest::SHA1 > MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp. > Fatal:

installing Perl module uses wrong make

2011-09-09 Thread Ivanov Dmitry
I am trying to install a Perl module for cygwin Perl. I run this command: cpan Digest::SHA1 after some time it gives me the error: Writing Makefile for Digest::SHA1 MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp. Fatal: '/usr/lib/perl5/5.10/i686-cygwin/Config.pm' does not exist - don't

Re: Prob installing Perl DBI - can't find cygperl5_10.dll on 1.7.3

2010-04-08 Thread Csaba Raduly
On Tue, Apr 6, 2010 at 8:49 PM, Dave Korn wrote: > On 06/04/2010 04:51, David Vergin wrote: > >> Does g++ dislike following links? > >  So, what is "strawberry"?  According to your cygcheck: A Perl distribution for Windows, which incorporates MinGW: http://strawberryperl.com/ http://en.wikipedia.

Re: Prob installing Perl DBI - SOLVED

2010-04-07 Thread Reini Urban
2010/4/7 David Vergin: > Excellent. I installed the gcc4-g++ package and the Perl DBI module > installed from the command line without a hitch. (Probably would have been > fine through the cpan program, too. But I wanted to see exactly what was > happening.) > > Thank you, Dave. > > on 4/6/2010 11:

Re: Prob installing Perl DBI - SOLVED

2010-04-06 Thread David Vergin
Excellent. I installed the gcc4-g++ package and the Perl DBI module installed from the command line without a hitch. (Probably would have been fine through the cpan program, too. But I wanted to see exactly what was happening.) Thank you, Dave. on 4/6/2010 11:49 AM Dave Korn said the followin

Re: Prob installing Perl DBI - can't find cygperl5_10.dll on 1.7.3

2010-04-06 Thread Dave Korn
On 06/04/2010 04:51, David Vergin wrote: > Does g++ dislike following links? So, what is "strawberry"? According to your cygcheck: > findutils4.5.5-1 > gawk 3.1.7-1 > gcc4-core4.3.4-3 > gettext 0.17-11 > git 1.7.0.4-2 ...

Re: Prob installing Perl DBI - can't find cygperl5_10.dll on 1.7.3

2010-04-06 Thread Reini Urban
David Vergin schrieb: g++ --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--e nable-auto-image-base -L/usr/local/lib -fstack-protector DBI.o -o blib/arch/auto/DBI/DBI.dl l \ /usr/lib/perl5/5.10/i686-cygwin/CORE/cygperl5_10.dll \ g++.exe: /usr/lib/perl5/5.10/i68

Prob installing Perl DBI - can't find cygperl5_10.dll on 1.7.3

2010-04-05 Thread David Vergin
After being away from cygwin for a number of years, I'm running a brand spanking new install of cygwin 1.7.3 on a new Dell Studio laptop running Win7 Pro. cygcheck output is attached. The first thing I have done on this new cygwin install is to download Perl's DBI package from CPAN. I logged

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Reini Urban
Robert Slater schrieb: In the process of installing perl modules to get an IRC bot working via cygwin, I'm encountering a problem with make& installing ExtUtils::CBuilder and thus the modules that depend upon it. The make / install goes through fine, but cygwin doesn't see

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Dave Korn
On 11/03/2010 08:58, Csaba Raduly wrote: > You need to install the gcc-4 package. You may also need to change the > default gcc to gcc-4 using the "alternatives" tool (man alternatives), Or use one of /usr/bin/set-gcc-default-3.sh or /usr/bin/set-gcc-default-4.sh, which saves learning the synta

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Robert Slater
>>cc1: error: unrecognized command line option "-fstack-protector" >> >>This is a command line option which only GCC 4 understands. You only >>have GCC 3 installed. >> >>You need to install the gcc-4 package. You may also need to change the >>default gcc to gcc-4 using the "alternatives" tool (man

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Csaba Raduly
On Tue, Mar 9, 2010 at 8:12 PM, Robert Slater wrote: > Hi there, > > In the process of installing perl modules to get an IRC bot working > via cygwin, I'm encountering a > problem with make & installing ExtUtils::CBuilder and thus the modules > that depend upon it

1.7 - Problem installing perl modules

2010-03-09 Thread Robert Slater
Hi there, In the process of installing perl modules to get an IRC bot working via cygwin, I'm encountering a problem with make & installing ExtUtils::CBuilder and thus the modules that depend upon it. The make / install goes through fine, but cygwin doesn't seem to detect it afterwa

Re: Workaround for installing Perl module DateTime::Locale

2010-02-17 Thread Nathan Vonnahme
On Tue, Feb 16, 2010 at 10:00 AM, Nathan Vonnahme wrote: > I got the module to build, test and install cleanly by running the > dos2unix command on all the *.pm files.  So it's a line-ending > thing... I don't know how or why it would be unpacking them with DOS > endings, but I wanted to report th

Workaround for installing Perl module DateTime::Locale

2010-02-16 Thread Nathan Vonnahme
So, I recently upgraded my Cygwin setup, and broke a Perl script I use which uses a lot of CPAN modules. Here are the relevant version details: setup.exe version 2.682 This is perl, v5.10.1 (*) built for i686-cygwin-thread-multi-64int /usr/bin/cpan script version 1.9, CPAN.pm version 1.9402 The

RE: Problem installing perl module Net::SSH::Expect

2010-02-10 Thread Ivaylo Terziyski
ad returned bad status, won't install without force Failed during this command: RGIERSIG/Expect-1.21.tar.gz : make_test NO BNEGRAO/Net-SSH-Expect-1.09.tar.gz : make_test NO cpan[2]> Any ideas ? -Original Message- From: cygwin-ow...@cygwin.com [mailt

Re: Problem installing perl module Net::SSH::Expect

2010-02-10 Thread Larry Hall (Cygwin)
On 02/10/2010 11:58 AM, Ivaylo Terziyski wrote: I do not know whether the problem is caused by missing package of Cygwin or something else ? Looks like you're missing 'make'. I would start by checking to see if you've installed the package. -- Larry Hall http://ww

Problem installing perl module Net::SSH::Expect

2010-02-10 Thread Ivaylo Terziyski
Hi, I am having the following problem installing perl module Net::SSH::Expect under Cygwin: $ perl -MCPAN -e "shell" and modules installation (v1.9402) Enter 'h' for help. cpan[1]> install Net::SSH::Expect CPAN: Storable loaded ok (v2.20) Going t

rebase issues when installing perl modules on 1.7

2009-07-25 Thread Steven Hartland
When installing perl modules e.g. Bundle::CPAN from cpan the process is constantly dogged by rebase issues, where you have to kill off the perl process, as it never gives in try, and rebaseall. Is there anyway to help avoid this? $ uname -a CYGWIN_NT-6.1-WOW64 ibm 1.7.0(0.212/5/3) 2009-07-24 09

RE: Installing Perl modules with

2006-05-22 Thread David Christensen
Luffe wrote: > Short solution: install cygwin-provided wget and change CPAN setting to > use /usr/bin/wget, not Windows native wget.exe. The only wget on my PATH is Cygwin's: 2006-05-22 18:39:13 [EMAIL PROTECTED] ~ $ find `perl -e 'print map {$_, "\n"} split /:/, $ENV{PATH}'` -name 'wge

Re: Installing Perl modules with

2006-05-22 Thread Luffe
Hello all, Short solution: install cygwin-provided wget and change CPAN setting to use /usr/bin/wget, not Windows native wget.exe. To recap: David Christensen holgerdanske.com> writes: : Stephan Petersen wrote: : :::Please check the validity of the index file by comparing it to more : :::than

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-03-01 Thread John Morrison
On Tue, March 1, 2005 2:47 pm, Igor Pechtchanski said: > On Tue, 1 Mar 2005, Yitzchak Scott-Thoennes wrote: > >> If they want a different directory, it still doesn't hurt to force >> ~/.cpan >> to binmode (except in so far as it uses up the AIUI limited number of >> mounts). I'd advocate putting i

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-03-01 Thread Igor Pechtchanski
On Tue, 1 Mar 2005, Yitzchak Scott-Thoennes wrote: > If they want a different directory, it still doesn't hurt to force ~/.cpan > to binmode (except in so far as it uses up the AIUI limited number of > mounts). I'd advocate putting it in a postinstall script. Yes, it does sometimes. There used

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-03-01 Thread Yitzchak Scott-Thoennes
On Mon, Feb 28, 2005 at 10:51:44PM +0100, Gerrit P. Haase wrote: > John Morrison wrote: > > >On Mon, February 28, 2005 12:19 pm, Stephan Petersen said: > > > >>Hi Gerrit, > >> > >>thanks for your and all the others' replies. > >> > >> > >>>- The CPAN repository and build directory *must* reside in

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-03-01 Thread John Morrison (Cygwin)
On Mon, February 28, 2005 9:51 pm, Gerrit P. Haase said: > > The user may want to use a different directory as repository and build > directory. It should be done during the initial configuration, however > I'm not sure if is worth the time to implement it. Since there are two > or three rreports

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-28 Thread Gerrit P. Haase
John Morrison wrote: On Mon, February 28, 2005 12:19 pm, Stephan Petersen said: Hi Gerrit, thanks for your and all the others' replies. - The CPAN repository and build directory *must* reside in a path mounted in binmode: mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan mou

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-28 Thread Stephan Petersen
Could something along these lines be done in the postinstall for perl? (Only if the mount doesn't exist of cause...) Alternatively, maybe the CPAN module could issue a warning when it's running under cygwin using a textmode-mounted .cpan directory. Stephan -- Stephan Petersen [EMAIL PROTECTED]

Re: (RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell; " fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-28 Thread John Morrison
On Mon, February 28, 2005 12:19 pm, Stephan Petersen said: > > Hi Gerrit, > > thanks for your and all the others' replies. > >> - The CPAN repository and build directory *must* reside in a path >> mounted in binmode: >> >> mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan >>

(RESOLVED) Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-28 Thread Stephan Petersen
Hi Gerrit, thanks for your and all the others' replies. - The CPAN repository and build directory *must* reside in a path mounted in binmode: mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan mount -u -b -f c:/cygwin/home/username/.cpan /home/username/.cpan That seems to h

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-27 Thread Gerrit P. Haase
Stephan Petersen wrote: Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-27 Thread Jason Pearce
Stephan, I don't recall -- did you attach the output of "cygcheck -svr" at some point (if so, just point to it in the archives, no need to repost)? My guess is that this may be a textmode vs. binmode issue. Try making your home directory a binmode mount, or setting PERLIO=crlf and see if that he

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Brian Dessent
Stephan Petersen wrote: > >>Please check the validity of the index file by comparing it to more > >>than one CPAN mirror. > > > > Have you tried this? E.g. configured CPAN to use another mirror and tried > > again? > > yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's > co

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Greg Matheson
On Fri, 25 Feb 2005, David Christensen wrote: > > yes, it's the same for every CPAN mirror I've tried. I've deleted > > CPAN's config.pm and my .cpan directory several times now, it's the > > same after every reconfiguration. > > Testing 02packages.details.txt.gz with gzip -t reports: > > gzip: 02

RE: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread David Christensen
Stephan Petersen wrote: >>>Please check the validity of the index file by comparing it to more >>>than one CPAN mirror. >> Have you tried this? E.g. configured CPAN to use another mirror and >> tried again? > yes, it's the same for every CPAN mirror I've tried. I've deleted > CPAN's config.pm and

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Stephan Petersen wrote: > Hi Greg, > > thanks for your reply. > > > Probably your file got damaged, I think. > > yes, but reproducably for all CPAN mirrors... > > Testing 02packages.details.txt.gz with gzip -t reports: > gzip: 02packages.details.txt.gz: invalid compressed data

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Stephan Petersen
Hi Greg, thanks for your reply. Probably your file got damaged, I think. yes, but reproducably for all CPAN mirrors... Testing 02packages.details.txt.gz with gzip -t reports: gzip: 02packages.details.txt.gz: invalid compressed data--format violated Same with 03modlist.data.gz. Stephan -- Stephan Pe

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Stephan Petersen
Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my .cpan directory several tim

RE: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-24 Thread David Christensen
Stephan Petersen wrote: ... > When I fire up > perl -MCPAN -e shell; > and for instance try to install Config::Inifiles, it fails ... > Please check the validity of the index file by comparing it to more > than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and t

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-24 Thread Greg Matheson
On Thu, 24 Feb 2005, Stephan Petersen wrote: > When I fire up > perl -MCPAN -e shell; > and for instance try to install Config::Inifiles, it fails with strange > "02packages.details.txt.gz does not contain a Line-Count header" > messages (see below). I see here that the file begins this way:

Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-24 Thread Stephan Petersen
Hi guys, I updated my cygwin installation and obviously got a new Perl version, which means I need to reinstall a lot of modules again... When I fire up perl -MCPAN -e shell; and for instance try to install Config::Inifiles, it fails with strange "02packages.details.txt.gz does not contain a Lin

Re: Installing perl...

2003-02-21 Thread Gerrit P. Haase
Hallo Henry, Am Donnerstag, 20. Februar 2003 um 15:14 schriebst du: > Hi, > I'm trying to install perl on cygwin from source (5.6.1-2) and I get an > error on make: > make: *** No rule to make target '', needed by > 'miniperlmain.o'. Stop. > Okay, I'm working on XP. Here's the configuration t

Installing perl...

2003-02-20 Thread Henry Holland
Hi, I'm trying to install perl on cygwin from source (5.6.1-2) and I get an error on make: make: *** No rule to make target '', needed by 'miniperlmain.o'. Stop. Okay, I'm working on XP. Here's the configuration that I'm attempting: - #!/bin/sh # This script is designed to pro

Re: Trouble installing Perl module under cygwin

2003-02-16 Thread Jason Tishler
Greg, On Sat, Feb 15, 2003 at 01:41:18PM +0800, Greg Matheson wrote: > Incidentally, I can't find rebase with the setup.exe. Am I > supposed to get it from CVS or Jason Tishler's site? Patience please. I will be officially releasing my rebase package soon. Jason -- PGP/GPG Key: http://www.tis

Re: Trouble installing Perl module under cygwin

2003-02-15 Thread dale henderson
> The only thing I can think of is that these error's >are due to perl-5.8 still being in it's cygwin >experimental phase. Do you get error's from perl-5.6? I get the same errors after using perl-5.6 from cygwin mirror sites or compiling it on my pc, as well as perl-5.8. The page faults have been

Re: Trouble installing Perl module under cygwin

2003-02-15 Thread Greg Matheson
On Sat, 15 Feb 2003, Elfyn McBratney wrote: > > > > 12608240 [main] perl 934555 sync_with_child: child -50248815(0x154) > died > > > before initialization with status code 0x1 > > > > 12608301 [main] perl 934555 sync_with_child: *** child state child > loading > > > dlls > > > > C:\CYGWIN\BINERL.E

Re: Trouble installing Perl module under cygwin

2003-02-15 Thread Elfyn McBratney
> Sorry, win98. > > On Sat, 15 Feb 2003, Elfyn McBratney wrote: > > > > 12608240 [main] perl 934555 sync_with_child: child -50248815(0x154) died > > before initialization with status code 0x1 > > > 12608301 [main] perl 934555 sync_with_child: *** child state child loading > > dlls > > > C:\CYGWIN\B

Re: Trouble installing Perl module under cygwin

2003-02-14 Thread Elfyn McBratney
> 12608240 [main] perl 934555 sync_with_child: child -50248815(0x154) died before initialization with status code 0x1 > 12608301 [main] perl 934555 sync_with_child: *** child state child loading dlls > C:\CYGWIN\BINERL.EXE: *** couldn't allocate memory > 0x1(4128768) for 'C:\CYGWIN\LIBERL5\5.8.

Re: Trouble installing Perl module under cygwin

2003-02-14 Thread Greg Matheson
On Fri, 14 Feb 2003, Vince Hoffman wrote: > looks like a rebase issue, try a google on "cygwin rebase perl" and you > should get some hints. I understand Steve's error message (copied below) indicates a rebase issue. I thought rebase might be the solution for some other perl problems I am having.

Re: Trouble installing Perl module under cygwin

2003-02-14 Thread Steve Kelem
4 February 2003 05:48 To: [EMAIL PROTECTED] Subject: Trouble installing Perl module under cygwin I used cygwin's setup to load perl 5.8.0. I was able to use perl's cpan module to install several modules okay. However when trying to install GDTextUtil-0.84 (install GD::Text), the bui

RE: Trouble installing Perl module under cygwin

2003-02-14 Thread Vince Hoffman
looks like a rebase issue, try a google on "cygwin rebase perl" and you should get some hints. > -Original Message- > From: Steve Kelem [mailto:[EMAIL PROTECTED]] > Sent: 14 February 2003 05:48 > To: [EMAIL PROTECTED] > Subject: Trouble installing Perl module und

Trouble installing Perl module under cygwin

2003-02-13 Thread Steve Kelem
I used cygwin's setup to load perl 5.8.0. I was able to use perl's cpan module to install several modules okay. However when trying to install GDTextUtil-0.84 (install GD::Text), the build process complains: % perl Makefile.PL Checking if your kit is complete... Looks good C:\cygwin\bin\perl.e