Subject: | --testuser, --testpssword long options to Makefile.PL do not work on Windows |
The Makefile.PL --help options list a number of explicit options that can
be set, but for whatever reason do not work in Windows:
C:\Perl\strawberry\5.12.3\cpan\build\DBD-mysql-4.020-1t6cCz>perl
Makefile.PL --libs="-LE:\MySQL\5.5.13\lib -lmysqlclient -lz" --cflags=-
IE:\MySQL\5.5.13\include" --testuser testuser --testpassword testuser --
testhost 127.0.0.1 --testdb test
E:\MySQL\5531E3~1.13\bin\MYSQLA~1.EXE: connect to server at 'localhost'
failed
error: 'Access denied for user 'ODBC'@'localhost' (using password: NO)'
Problem running E:\MySQL\5531E3~1.13\bin\MYSQLA~1.EXE - aborting ...
The error above occurs because the --testuser option isn't picked up.