Skip Menu |

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

Report information
The Basics
Id: 68169
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: robfmcc [...] nyc.rr.com
Cc: CHORNY [...] cpan.org
AdminCc:

Bug Information
Severity: Critical
Broken in: 4.019
Fixed in: 4.020



Subject: RE: DBD-mysql missing poll.h
Date: Fri, 13 May 2011 03:52:22 -0400
To: <bug-DBD-mysql [...] rt.cpan.org>
From: "Robert F. X. McCullough" <robfmcc [...] nyc.rr.com>
Windows Vista install latest Perl, MySQL Compile fails due to missing poll.h. I read some issues with this and thought by setting the environment variable MYSQL_ASYNC=0 would solve the problem but it hasn't. I am using cpan to do the install and don't know how to force it to not install the async handler. Please put out a version that works for windows or let me know how to get it to compile!
From: rob [...] hoelz.ro
Hey there, If you change this line: #define MYSQL_ASYNC 1 to: #define MYSQL_ASYNC 0 in dbdimp.h it should build just fine. -Rob On Fri May 13 03:52:35 2011, robfmcc@nyc.rr.com wrote: Show quoted text
> Windows Vista install > latest Perl, MySQL > > Compile fails due to missing poll.h. I read some issues with this and > thought by setting the environment variable MYSQL_ASYNC=0 would solve
the Show quoted text
> problem but it hasn't. I am using cpan to do the install and don't
know how Show quoted text
> to force it to not install the async handler. Please put out a
version that Show quoted text
> works for windows or let me know how to get it to compile! > > >
RT-Send-CC: rob [...] hoelz.ro
On Mon May 16 11:38:44 2011, hoelzro wrote: Show quoted text
> If you change this line: > #define MYSQL_ASYNC 1 > in dbdimp.h it should build just fine.
Is this possible to do with environment variable or command line switch for Makefile.PL? -- Alexandr Ciornii, http://chorny.net