Skip Menu |

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

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

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

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



Subject: missing mysql_config.bat
Date: Wed, 11 May 2011 17:10:11 -0400
To: <bug-DBD-mysql [...] rt.cpan.org>
From: "Robert F. X. McCullough" <robfmcc [...] nyc.rr.com>
Can you tell me where I can find the mysql_config.bat file? It fails the make. environment OS: Vista MySQL Version: 5.1.41 I am lost, I have no idea how to find or create this file. I searched my whole computer and I can't find it.Any help would be greatly appreciated. Rob
From: rob [...] hoelz.ro
Sorry that I need to ask this, but you do have MySQL installed, right? Development headers and all? On Wed May 11 17:10:26 2011, robfmcc@nyc.rr.com wrote: Show quoted text
> Can you tell me where I can find the mysql_config.bat file? It fails
the Show quoted text
> make. > > environment > OS: Vista > MySQL Version: 5.1.41 > > I am lost, I have no idea how to find or create this file. I searched
my Show quoted text
> whole computer and I can't find it.Any help would be greatly
appreciated. Show quoted text
> > Rob >
With recent DBD::mysql you just compile like this: perl Makefile.PL --with-mysql=d:\mysql55 --testdb=test --testuser=user --testpass=foo and it works,