Some BAG DBD::mysql on IIS 5.0 (Win2000)

Some BAG DBD::mysql on IIS 5.0 (Win2000)

am 29.07.2003 12:32:32 von Rumyantsev Artyom

Hello, can you help me?
I lost 3 days but can not find how to fix a BIG PROBLEM.

So, I have IIS 5.0 and Windows 2000 Professional.
I install Active Perl and goes for DBD::mysql

So, log:

----------------------------------------------------------

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.

C:\>perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2001, Larry Wall

Binary build 626 provided by ActiveState Tool Corp.

http://www.ActiveState.com
Built 01:31:15 May 2 2001


Perl may be copied only under the terms of either the Artistic License

or the
GNU General Public License, which may be found in the Perl 5 source

kit.

Complete documentation for Perl, including FAQ lists, should be found

on
this system using `man perl' or `perldoc perl'. If you have access to

the
Internet, point your browser at http://www.perl.com/, the Perl Home

Page.


C:\>ppm
PPM interactive shell (2.1.5) - type 'help' for available commands.

PPM> search DBD::mysql

PPM> install DBD::mysql
Install package 'DBD-mysql?' (y/N): y
Installing package 'DBD-mysql'...
Error installing package 'DBD-mysql': Could not locate a PPD file for

package DBD-mysql

------------------------------------------------------------ --------

As writed in README for Active Perl 5.8.0 (mine is 5.6.1) I go to

ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd

BUT:

C:\>ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
Installing package 'http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd'...
Error installing package

'http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd': Coul
d not locate a PPD file for package

http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.
ppd

------------------------------------------------------------ ---------

So, may be PROXY?
And

C:\>set http_proxy=http://PROXY:80

C:\>ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
Installing package 'http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd'...
Error installing package

'http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd': Coul
d not locate a PPD file for package

http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.
ppd



------------------------------------------------------------ ----------

OK, I will try to go offline.

C:\>cd tmp

C:\tmp>cd DBD

C:\tmp\DBD>perl Makefile.PL
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
'mysql_config' is not recognized as an internal or external command,
operable program or batch file.
Failed to determine directory of mysqlclient.lib. Use

perl Makefile.PL "--libs=-L

-lmysqlclient"

to set this directory. For details see the INSTALL.html file,
section "Linker flags" or type

perl Makefile.PL --help

C:\tmp\DBD>nmake

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.

C:\tmp\DBD>nmake test

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'test'
Stop.

C:\tmp\DBD>nmake install

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'install'
Stop.
---------------------------------------------------


:(

Can you help? Plz I need some assistance.


Many thanks.

Artem.