Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 102079
Status: rejected
Priority: 0/
Queue: DBD-mysql

People
Owner: MICHIELB [...] cpan.org
Requestors: NoSpam [...] Tesroc.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DBD-mysql-4.029 Module fails to install on Windows 8.1 (64)
Date: Wed, 11 Feb 2015 19:47:25 -0500
To: <bug-DBD-mysql [...] rt.cpan.org>
From: "Tesroc - NoSpam" <nospam [...] tesroc.com>
CPAN installation on 64bit Windows 8.1 of DBD-mysql-4.029 errors while "Configuring C/CA/CAPTTOPU/DBD-mysql-4.029.tar.gz with Makefile.PL" The installation conversation is: C:\Users\Win>cpan DBD::mysql CPAN: CPAN::SQLite loaded ok (v0.204) Database was generated on Wed, 11 Feb 2015 19:55:08 GMT Running install for module 'DBD::mysql' CPAN: Digest::SHA loaded ok (v5.92) CPAN: Compress::Zlib loaded ok (v2.064) Checksum for E:\StrawberryPerl\cpan\sources\authors\id\ C\CA\CAPTTOFU\DBD-mysql-4.029.tar.gz ok CPAN: Archive::Tar loaded ok (v2.04) CPAN: File::Temp loaded ok (v0.2304) CPAN: YAML::XS loaded ok (v0.44) CPAN: Parse::CPAN::Meta loaded ok (v1.4414) CPAN: CPAN::Meta loaded ok (v2.143240) CPAN: Module::CoreList loaded ok (v5.021002) Configuring C/CA/CAPTTOFU/DBD-mysql-4.029.tar.gz with Makefile.PL 'E:\MySql\MySQL' is not recognized as an internal or external command, operable program or batch file. Problem running E:\MySql\MySQL Server 5.6\bin\mysqladmin.EXE - aborting ... Warning: No success on command[E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL] CAPTTOFU/DBD-mysql-4.029.tar.gz E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL -- NOT OK Stopping: 'install' failed for 'DBD::mysql'. C:\Users\Win> PATH includes: E:\StrawberryPerl\c\bin; E:\StrawberryPerl\perl\site\bin; E:\StrawberryPerl\perl\bin; E:\MySql\MySQL Utilities 1.4.3\; E:\MySql\MySQL Server 5.6\bin\; E:\MySql\MySQL Utilities 1.4.3\Doctrine extensions for PHP\; In fact there is no "E:\MySql\MySQL"; however, "E:\MySql\MySQL Server 5.6\bin\mysqladmin.eve" and "E:\StrawberryPerl\perl\bin\perl.exe" exist and execute from the Windows command line without error. Any chance the install script is truncating the path at the first blank space in the Windows path (ie: "E:\MySQLl\MySQL Server 5.6\bin\mysqladmin.exe" is reduced to : "E:\MySql\MySQL ")? Aza D. Oberman 2/11/2015
Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64)
Date: Thu, 12 Feb 2015 20:57:58 +0100
To: bug-DBD-mysql [...] rt.cpan.org
From: Michiel Beijen <michiel.beijen [...] gmail.com>
Hi, how did you install the MySQL database? I'm currently working on making Windows better for DBD::mysql https://huntingbears.nl/2015/01/31/installing-dbdmysql-on-strawberry-perl-is-really-easy/ The current version from git already handles path OK: https://github.com/perl5-dbi/DBD-mysql but I'm not sure about building against MySQL Server. If you can help by providing back info, maybe we can fix it!! --- Michiel On Thu, Feb 12, 2015 at 1:47 AM, NoSpam@Tesroc.com via RT <bug-DBD-mysql@rt.cpan.org> wrote: Show quoted text
> Wed Feb 11 19:47:49 2015: Request 102079 was acted upon. > Transaction: Ticket created by NoSpam@Tesroc.com > Queue: DBD-mysql > Subject: DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: NoSpam@Tesroc.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > > CPAN installation on 64bit Windows 8.1 of DBD-mysql-4.029 errors while > "Configuring C/CA/CAPTTOPU/DBD-mysql-4.029.tar.gz with Makefile.PL" > > The installation conversation is: > > C:\Users\Win>cpan DBD::mysql > CPAN: CPAN::SQLite loaded ok (v0.204) > Database was generated on Wed, 11 Feb 2015 19:55:08 GMT > Running install for module 'DBD::mysql' > CPAN: Digest::SHA loaded ok (v5.92) > CPAN: Compress::Zlib loaded ok (v2.064) > Checksum for E:\StrawberryPerl\cpan\sources\authors\id\ > C\CA\CAPTTOFU\DBD-mysql-4.029.tar.gz ok > CPAN: Archive::Tar loaded ok (v2.04) > CPAN: File::Temp loaded ok (v0.2304) > CPAN: YAML::XS loaded ok (v0.44) > CPAN: Parse::CPAN::Meta loaded ok (v1.4414) > CPAN: CPAN::Meta loaded ok (v2.143240) > CPAN: Module::CoreList loaded ok (v5.021002) > Configuring C/CA/CAPTTOFU/DBD-mysql-4.029.tar.gz with Makefile.PL > 'E:\MySql\MySQL' is not recognized as an internal or external command, > operable program or batch file. > Problem running E:\MySql\MySQL Server 5.6\bin\mysqladmin.EXE - aborting > ... > Warning: No success on command[E:\StrawberryPerl\perl\bin\perl.exe > Makefile.PL] > CAPTTOFU/DBD-mysql-4.029.tar.gz > E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL -- NOT OK > Stopping: 'install' failed for 'DBD::mysql'. > C:\Users\Win> > > PATH includes: > E:\StrawberryPerl\c\bin; > E:\StrawberryPerl\perl\site\bin; > E:\StrawberryPerl\perl\bin; > E:\MySql\MySQL Utilities 1.4.3\; > E:\MySql\MySQL Server 5.6\bin\; > E:\MySql\MySQL Utilities 1.4.3\Doctrine extensions for PHP\; > > In fact there is no "E:\MySql\MySQL"; however, "E:\MySql\MySQL Server > 5.6\bin\mysqladmin.eve" and "E:\StrawberryPerl\perl\bin\perl.exe" exist and > execute from the Windows command line without error. > > Any chance the install script is truncating the path at the first blank > space in the Windows path (ie: "E:\MySQLl\MySQL Server > 5.6\bin\mysqladmin.exe" is reduced to : "E:\MySql\MySQL ")? > > Aza D. Oberman 2/11/2015 > >
Subject: RE: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64)
Date: Thu, 12 Feb 2015 15:53:02 -0500
To: <bug-DBD-mysql [...] rt.cpan.org>
From: "Tesroc - NoSpam" <nospam [...] tesroc.com>
In all candor Michael, we don't clearly remember the details of installing MySql on this computer. Judging by the logs (which we're glad to share) there's a good possibility that mySQL is not fully installed on this computer. The installation of both Windows 8.1 (64) and mySQL is about 6 months old. I have no qualms about blowing MySQL out and reinstalling it if that is at all useful to you. The Strawberry Perl installation seems solid. Being a refugee from Active State, I've (Win) written a number of scripts to do some housekeeping and the like and been singularly impressed with how solid Strawberry Perl has been on this computer. Aza Oberman and I have a CentOS application that uses MySQL (https://dogdonor.com/) and would like to model it on this Windows machine when fine-tuning while the lawyers wrangle over the hold-harmless agreements necessary to release the site -- so it's in our own best interest to support you in any way we can. Alas the windows 2K machine used to develop DogDonor bit the dust about 9 months ago. What would you like us to do to help get you useful information? Regards Win Wiencke Aza D. Oberman NoSpam@Tesroc.com Show quoted text
-----Original Message----- From: michiel.beijen@gmail.com via RT [mailto:bug-DBD-mysql@rt.cpan.org] Sent: Thursday, February 12, 2015 2:59 PM To: NoSpam@Tesroc.com Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > Hi, how did you install the MySQL database? I'm currently working on making Windows better for DBD::mysql https://huntingbears.nl/2015/01/31/installing-dbdmysql-on-strawberry-perl-is-really-easy/ The current version from git already handles path OK: https://github.com/perl5-dbi/DBD-mysql but I'm not sure about building against MySQL Server. If you can help by providing back info, maybe we can fix it!! --- Michiel On Thu, Feb 12, 2015 at 1:47 AM, NoSpam@Tesroc.com via RT <bug-DBD-mysql@rt.cpan.org> wrote:
> Wed Feb 11 19:47:49 2015: Request 102079 was acted upon. > Transaction: Ticket created by NoSpam@Tesroc.com > Queue: DBD-mysql > Subject: DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: NoSpam@Tesroc.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > > CPAN installation on 64bit Windows 8.1 of DBD-mysql-4.029 errors while > "Configuring C/CA/CAPTTOPU/DBD-mysql-4.029.tar.gz with Makefile.PL" > > The installation conversation is: > > C:\Users\Win>cpan DBD::mysql > CPAN: CPAN::SQLite loaded ok (v0.204) > Database was generated on Wed, 11 Feb 2015 19:55:08 GMT > Running install for module 'DBD::mysql' > CPAN: Digest::SHA loaded ok (v5.92) > CPAN: Compress::Zlib loaded ok (v2.064) > Checksum for E:\StrawberryPerl\cpan\sources\authors\id\ > C\CA\CAPTTOFU\DBD-mysql-4.029.tar.gz ok > CPAN: Archive::Tar loaded ok (v2.04) > CPAN: File::Temp loaded ok (v0.2304) > CPAN: YAML::XS loaded ok (v0.44) > CPAN: Parse::CPAN::Meta loaded ok (v1.4414) > CPAN: CPAN::Meta loaded ok (v2.143240) > CPAN: Module::CoreList loaded ok (v5.021002) > Configuring C/CA/CAPTTOFU/DBD-mysql-4.029.tar.gz with Makefile.PL > 'E:\MySql\MySQL' is not recognized as an internal or external > command, operable program or batch file. > Problem running E:\MySql\MySQL Server 5.6\bin\mysqladmin.EXE - > aborting ... > Warning: No success on command[E:\StrawberryPerl\perl\bin\perl.exe > Makefile.PL] > CAPTTOFU/DBD-mysql-4.029.tar.gz > E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL -- NOT OK > Stopping: 'install' failed for 'DBD::mysql'. > C:\Users\Win> > > PATH includes: > E:\StrawberryPerl\c\bin; > E:\StrawberryPerl\perl\site\bin; > E:\StrawberryPerl\perl\bin; > E:\MySql\MySQL Utilities 1.4.3\; > E:\MySql\MySQL Server 5.6\bin\; > E:\MySql\MySQL Utilities 1.4.3\Doctrine extensions for PHP\; > > In fact there is no "E:\MySql\MySQL"; however, "E:\MySql\MySQL Server > 5.6\bin\mysqladmin.eve" and "E:\StrawberryPerl\perl\bin\perl.exe" > exist and execute from the Windows command line without error. > > Any chance the install script is truncating the path at the first > blank space in the Windows path (ie: "E:\MySQLl\MySQL Server > 5.6\bin\mysqladmin.exe" is reduced to : "E:\MySql\MySQL ")? > > Aza D. Oberman 2/11/2015 > >
Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64)
Date: Thu, 12 Feb 2015 22:11:57 +0100
To: "bug-DBD-mysql [...] rt.cpan.org" <bug-DBD-mysql [...] rt.cpan.org>
From: Michiel Beijen <michiel.beijen [...] gmail.com>
Thanks for your reply. So you DO realize DBD::mysql is already installed on your machine, right? It comes with StrawberryPerl. I will look into why you can't install the newer version against mysql server. -- Michiel Op donderdag 12 februari 2015 heeft NoSpam@Tesroc.com via RT < bug-DBD-mysql@rt.cpan.org> het volgende geschreven: Show quoted text
> Queue: DBD-mysql > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > In all candor Michael, we don't clearly remember the details of installing > MySql on this computer. Judging by the logs (which we're glad to share) > there's a good possibility that mySQL is not fully installed on this > computer. > > The installation of both Windows 8.1 (64) and mySQL is about 6 months > old. I have no qualms about blowing MySQL out and reinstalling it if that > is at all useful to you. > > The Strawberry Perl installation seems solid. Being a refugee from Active > State, I've (Win) written a number of scripts to do some housekeeping and > the like and been singularly impressed with how solid Strawberry Perl has > been on this computer. > > Aza Oberman and I have a CentOS application that uses MySQL ( > https://dogdonor.com/) and would like to model it on this Windows machine > when fine-tuning while the lawyers wrangle over the hold-harmless > agreements necessary to release the site -- so it's in our own best > interest to support you in any way we can. > > Alas the windows 2K machine used to develop DogDonor bit the dust about 9 > months ago. > > What would you like us to do to help get you useful information? > > Regards > > Win Wiencke > Aza D. Oberman > NoSpam@Tesroc.com > > > -----Original Message----- > From: michiel.beijen@gmail.com <javascript:;> via RT [mailto: > bug-DBD-mysql@rt.cpan.org <javascript:;>] > Sent: Thursday, February 12, 2015 2:59 PM > To: NoSpam@Tesroc.com > Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to > install on Windows 8.1 (64) > > <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > Hi, how did you install the MySQL database? > > I'm currently working on making Windows better for DBD::mysql > https://huntingbears.nl/2015/01/31/installing-dbdmysql-on-strawberry-perl-is-really-easy/ > > The current version from git already handles path OK: > https://github.com/perl5-dbi/DBD-mysql > > but I'm not sure about building against MySQL Server. If you can help by > providing back info, maybe we can fix it!! > --- > Michiel > > On Thu, Feb 12, 2015 at 1:47 AM, NoSpam@Tesroc.com via RT < > bug-DBD-mysql@rt.cpan.org <javascript:;>> wrote:
> > Wed Feb 11 19:47:49 2015: Request 102079 was acted upon. > > Transaction: Ticket created by NoSpam@Tesroc.com > > Queue: DBD-mysql > > Subject: DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: NoSpam@Tesroc.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > > > > > CPAN installation on 64bit Windows 8.1 of DBD-mysql-4.029 errors while > > "Configuring C/CA/CAPTTOPU/DBD-mysql-4.029.tar.gz with Makefile.PL" > > > > The installation conversation is: > > > > C:\Users\Win>cpan DBD::mysql > > CPAN: CPAN::SQLite loaded ok (v0.204) > > Database was generated on Wed, 11 Feb 2015 19:55:08 GMT > > Running install for module 'DBD::mysql' > > CPAN: Digest::SHA loaded ok (v5.92) > > CPAN: Compress::Zlib loaded ok (v2.064) > > Checksum for E:\StrawberryPerl\cpan\sources\authors\id\ > > C\CA\CAPTTOFU\DBD-mysql-4.029.tar.gz ok > > CPAN: Archive::Tar loaded ok (v2.04) > > CPAN: File::Temp loaded ok (v0.2304) > > CPAN: YAML::XS loaded ok (v0.44) > > CPAN: Parse::CPAN::Meta loaded ok (v1.4414) > > CPAN: CPAN::Meta loaded ok (v2.143240) > > CPAN: Module::CoreList loaded ok (v5.021002) > > Configuring C/CA/CAPTTOFU/DBD-mysql-4.029.tar.gz with Makefile.PL > > 'E:\MySql\MySQL' is not recognized as an internal or external > > command, operable program or batch file. > > Problem running E:\MySql\MySQL Server 5.6\bin\mysqladmin.EXE - > > aborting ... > > Warning: No success on command[E:\StrawberryPerl\perl\bin\perl.exe > > Makefile.PL] > > CAPTTOFU/DBD-mysql-4.029.tar.gz > > E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL -- NOT OK > > Stopping: 'install' failed for 'DBD::mysql'. > > C:\Users\Win> > > > > PATH includes: > > E:\StrawberryPerl\c\bin; > > E:\StrawberryPerl\perl\site\bin; > > E:\StrawberryPerl\perl\bin; > > E:\MySql\MySQL Utilities 1.4.3\; > > E:\MySql\MySQL Server 5.6\bin\; > > E:\MySql\MySQL Utilities 1.4.3\Doctrine extensions for PHP\; > > > > In fact there is no "E:\MySql\MySQL"; however, "E:\MySql\MySQL Server > > 5.6\bin\mysqladmin.eve" and "E:\StrawberryPerl\perl\bin\perl.exe" > > exist and execute from the Windows command line without error. > > > > Any chance the install script is truncating the path at the first > > blank space in the Windows path (ie: "E:\MySQLl\MySQL Server > > 5.6\bin\mysqladmin.exe" is reduced to : "E:\MySql\MySQL ")? > > > > Aza D. Oberman 2/11/2015 > > > >
> > >
Subject: RE: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64)
Date: Thu, 12 Feb 2015 17:31:06 -0500
To: <bug-DBD-mysql [...] rt.cpan.org>
From: "Tesroc - NoSpam" <nospam [...] tesroc.com>
I got goosed by attempting to hammer in "Storable" with "cpan Storable" when it is already part of the Strawberry Perl distribution. It never occurred to me that this may be a similar situation. Perhaps this situation is a bit different. I'm running "cpan -u" just to bring all the CPAN modules up to date and "cpan -u" dies when it comes to "Configuring C/CA/CAPTTOPU/DBD=mysql-4.029.tat.gz with Makefile.PLat DBD::mysql 'E:\MySql\MySQL' is not recognized as an internal or external command" Rather than go through the whole update process I'd been, perhaps unwisely, executing "cpan DBD::mysql" to check things like the Windows system PATH setting. This shortcut produces precisely that same fatal error as executing "cpan -u". I'm utterly clueless about the distinction between a cpan install and an update. For some reason I thought a cpan install on an existing module would simply check the release numbers and walk off if they were current. But, if the existing code was not current cpan would go through an uninstall/install -- it would seem, however, that my view is far too simplistic since most updates need to preserve parameter files and the like. In any event, what matters is what you can glean from my ramblings. See any grain amid the chaff? Thanks too for your patience and contributions to this project, Win Show quoted text
-----Original Message----- From: michiel.beijen@gmail.com via RT [mailto:bug-DBD-mysql@rt.cpan.org] Sent: Thursday, February 12, 2015 4:12 PM To: NoSpam@Tesroc.com Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > Thanks for your reply. So you DO realize DBD::mysql is already installed on your machine, right? It comes with StrawberryPerl. I will look into why you can't install the newer version against mysql server. -- Michiel Op donderdag 12 februari 2015 heeft NoSpam@Tesroc.com via RT < bug-DBD-mysql@rt.cpan.org> het volgende geschreven:
> Queue: DBD-mysql > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > In all candor Michael, we don't clearly remember the details of > installing MySql on this computer. Judging by the logs (which we're > glad to share) there's a good possibility that mySQL is not fully > installed on this computer. > > The installation of both Windows 8.1 (64) and mySQL is about 6 months > old. I have no qualms about blowing MySQL out and reinstalling it if > that is at all useful to you. > > The Strawberry Perl installation seems solid. Being a refugee from > Active State, I've (Win) written a number of scripts to do some > housekeeping and the like and been singularly impressed with how solid > Strawberry Perl has been on this computer. > > Aza Oberman and I have a CentOS application that uses MySQL ( > https://dogdonor.com/) and would like to model it on this Windows > machine when fine-tuning while the lawyers wrangle over the > hold-harmless agreements necessary to release the site -- so it's in > our own best interest to support you in any way we can. > > Alas the windows 2K machine used to develop DogDonor bit the dust > about 9 months ago. > > What would you like us to do to help get you useful information? > > Regards > > Win Wiencke > Aza D. Oberman > NoSpam@Tesroc.com > > > -----Original Message----- > From: michiel.beijen@gmail.com <javascript:;> via RT [mailto: > bug-DBD-mysql@rt.cpan.org <javascript:;>] > Sent: Thursday, February 12, 2015 2:59 PM > To: NoSpam@Tesroc.com > Subject: Re: [rt.cpan.org #102079] DBD-mysql-4.029 Module fails to > install on Windows 8.1 (64) > > <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > Hi, how did you install the MySQL database? > > I'm currently working on making Windows better for DBD::mysql > https://huntingbears.nl/2015/01/31/installing-dbdmysql-on-strawberry-p > erl-is-really-easy/ > > The current version from git already handles path OK: > https://github.com/perl5-dbi/DBD-mysql > > but I'm not sure about building against MySQL Server. If you can help > by providing back info, maybe we can fix it!! > --- > Michiel > > On Thu, Feb 12, 2015 at 1:47 AM, NoSpam@Tesroc.com via RT < > bug-DBD-mysql@rt.cpan.org <javascript:;>> wrote:
> > Wed Feb 11 19:47:49 2015: Request 102079 was acted upon. > > Transaction: Ticket created by NoSpam@Tesroc.com > > Queue: DBD-mysql > > Subject: DBD-mysql-4.029 Module fails to install on Windows 8.1 (64) > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: NoSpam@Tesroc.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102079 > > > > > > > CPAN installation on 64bit Windows 8.1 of DBD-mysql-4.029 errors > > while "Configuring C/CA/CAPTTOPU/DBD-mysql-4.029.tar.gz with Makefile.PL" > > > > The installation conversation is: > > > > C:\Users\Win>cpan DBD::mysql > > CPAN: CPAN::SQLite loaded ok (v0.204) > > Database was generated on Wed, 11 Feb 2015 19:55:08 GMT > > Running install for module 'DBD::mysql' > > CPAN: Digest::SHA loaded ok (v5.92) > > CPAN: Compress::Zlib loaded ok (v2.064) > > Checksum for E:\StrawberryPerl\cpan\sources\authors\id\ > > C\CA\CAPTTOFU\DBD-mysql-4.029.tar.gz ok > > CPAN: Archive::Tar loaded ok (v2.04) > > CPAN: File::Temp loaded ok (v0.2304) > > CPAN: YAML::XS loaded ok (v0.44) > > CPAN: Parse::CPAN::Meta loaded ok (v1.4414) > > CPAN: CPAN::Meta loaded ok (v2.143240) > > CPAN: Module::CoreList loaded ok (v5.021002) > > Configuring C/CA/CAPTTOFU/DBD-mysql-4.029.tar.gz with Makefile.PL > > 'E:\MySql\MySQL' is not recognized as an internal or external > > command, operable program or batch file. > > Problem running E:\MySql\MySQL Server 5.6\bin\mysqladmin.EXE - > > aborting ... > > Warning: No success on > > command[E:\StrawberryPerl\perl\bin\perl.exe > > Makefile.PL] > > CAPTTOFU/DBD-mysql-4.029.tar.gz > > E:\StrawberryPerl\perl\bin\perl.exe Makefile.PL -- NOT OK > > Stopping: 'install' failed for 'DBD::mysql'. > > C:\Users\Win> > > > > PATH includes: > > E:\StrawberryPerl\c\bin; > > E:\StrawberryPerl\perl\site\bin; > > E:\StrawberryPerl\perl\bin; > > E:\MySql\MySQL Utilities 1.4.3\; > > E:\MySql\MySQL Server 5.6\bin\; > > E:\MySql\MySQL Utilities 1.4.3\Doctrine extensions for PHP\; > > > > In fact there is no "E:\MySql\MySQL"; however, "E:\MySql\MySQL > > Server 5.6\bin\mysqladmin.eve" and "E:\StrawberryPerl\perl\bin\perl.exe" > > exist and execute from the Windows command line without error. > > > > Any chance the install script is truncating the path at the first > > blank space in the Windows path (ie: "E:\MySQLl\MySQL Server > > 5.6\bin\mysqladmin.exe" is reduced to : "E:\MySql\MySQL ")? > > > > Aza D. Oberman 2/11/2015 > > > >
> > >