Thread cpam DBD::mysql auf xampp (Win10) funktioniert nicht (15 answers)
Opened by DerBronco at 2020-06-09 15:27

GwenDragon
 2020-06-09 17:45
#191966 #191966
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
Ich habe nun mal XAMPP for Windows 7.4.6 zum Test geholt von https://sourceforge.net/projects/xampp/files/XAMPP....
Hat Strawberry Perl 5.16.3
Klappt nicht.

Und dann StraberryPerl x64 5.16.3.1 von http://strawberryperl.com/download/5.16.3.1/strawb...
Extrahiert nach T:\
Klappt!

Schau:
more (29.7kb):

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
T:\>.\portableshell.bat
----------------------------------------------
Welcome to Strawberry Perl Portable Edition!
* URL - http://www.strawberryperl.com/
* see README.portable.TXT for more info
----------------------------------------------
Perl executable: T:\perl\bin\perl.exe
Perl version : 5.16.3 / MSWin32-x64-multi-thread

T:\>perl -V
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:

Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.16.3.1 #1 Tue Mar 12 12:12:07 2013 x64'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++.exe', ldflags ='-s -L"T:\perl\lib\CORE" -L"T:\c\lib"'
libpth=T:\c\lib T:\c\x86_64-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl516.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"T:\perl\lib\CORE" -L"T:\c\lib"'


Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Mar 12 2013 12:16:40
@INC:
T:/perl/site/lib
T:/perl/vendor/lib
T:/perl/lib
.

T:\>perl -v

This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x64-multi-thread

Copyright 1987-2012, Larry Wall

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.org/, the Perl Home Page.

T:\>cpan DBD::mysql
CPAN: CPAN::SQLite loaded ok (v0.202)
CPAN: Time::HiRes loaded ok (v1.9725)
CPAN: URI::URL loaded ok (v5.04)
Could not find 'C:\strawberry\minicpan\authors\01mailrc.txt.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/01mailrc.txt.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\01mailrc.txt.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
CPAN: YAML::XS loaded ok (v0.39)
Could not find 'C:\strawberry\minicpan\modules\02packages.details.txt.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/modules/02packages.details.txt.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\modules\02packages.details.txt.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
Could not find 'C:\strawberry\minicpan\modules\03modlist.data.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/modules/03modlist.data.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\modules\03modlist.data.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/modules/03modlist.data.gz
Creating database file ...
Done!Running install for module 'DBD::mysql'
Running make for D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz
Could not find 'C:\strawberry\minicpan\authors\id\D\DV\DVEEDEN\DBD-mysql-4.050.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\D\DV\DVEEDEN\DBD-mysql-4.050.tar.gz' does not exist]
Could not find 'C:\strawberry\minicpan\authors\id\D\DV\DVEEDEN\DBD-mysql-4.050.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\D\DV\DVEEDEN\DBD-mysql-4.050.tar.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz
CPAN: Digest::SHA loaded ok (v5.84)
Could not find 'C:\strawberry\minicpan\authors\id\D\DV\DVEEDEN\CHECKSUMS'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/D/DV/DVEEDEN/CHECKSUMS
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/D/DV/DVEEDEN/CHECKSUMS.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/D/DV/DVEEDEN/CHECKSUMS
CPAN: Compress::Zlib loaded ok (v2.06)
Checksum for T:\cpan\sources\authors\id\D\DV\DVEEDEN\DBD-mysql-4.050.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.90)
CPAN: File::Temp loaded ok (v0.22)
CPAN: CPAN::Meta loaded ok (v2.120921)
CPAN: Module::CoreList loaded ok (v2.83)
---- Unsatisfied dependencies detected during ----
---- DVEEDEN/DBD-mysql-4.050.tar.gz ----
Devel::CheckLib [build_requires]
Running make test
Make had some problems, won't test
Delayed until after prerequisites
Running make install
Make had some problems, won't install
Delayed until after prerequisites
Running install for module 'Devel::CheckLib'
Running make for M/MA/MATTN/Devel-CheckLib-1.14.tar.gz
Could not find 'C:\strawberry\minicpan\authors\id\M\MA\MATTN\Devel-CheckLib-1.14.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\M\MA\MATTN\Devel-CheckLib-1.14.tar.gz' does not exist]
Could not find 'C:\strawberry\minicpan\authors\id\M\MA\MATTN\Devel-CheckLib-1.14.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\M\MA\MATTN\Devel-CheckLib-1.14.tar.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MA/MATTN/Devel-CheckLib-1.14.tar.gz
Could not find 'C:\strawberry\minicpan\authors\id\M\MA\MATTN\CHECKSUMS'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/M/MA/MATTN/CHECKSUMS
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/M/MA/MATTN/CHECKSUMS.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MA/MATTN/CHECKSUMS
Checksum for T:\cpan\sources\authors\id\M\MA\MATTN\Devel-CheckLib-1.14.tar.gz ok

CPAN.pm: Building M/MA/MATTN/Devel-CheckLib-1.14.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Devel::CheckLib
Writing MYMETA.yml and MYMETA.json
---- Unsatisfied dependencies detected during ----
---- MATTN/Devel-CheckLib-1.14.tar.gz ----
Mock::Config [build_requires]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Mock::Config'
Running make for R/RU/RURBAN/Mock-Config-0.03.tar.gz
Could not find 'C:\strawberry\minicpan\authors\id\R\RU\RURBAN\Mock-Config-0.03.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\R\RU\RURBAN\Mock-Config-0.03.tar.gz' does not exist]
Could not find 'C:\strawberry\minicpan\authors\id\R\RU\RURBAN\Mock-Config-0.03.tar.gz'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz
LWP failed with code[404] message[File `C:\strawberry\minicpan\authors\id\R\RU\RURBAN\Mock-Config-0.03.tar.gz' does not exist]
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz
Could not find 'C:\strawberry\minicpan\authors\id\R\RU\RURBAN\CHECKSUMS'
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/R/RU/RURBAN/CHECKSUMS
Fetching with LWP:
file:///C:/strawberry/minicpan/authors/id/R/RU/RURBAN/CHECKSUMS.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/R/RU/RURBAN/CHECKSUMS
Checksum for T:\cpan\sources\authors\id\R\RU\RURBAN\Mock-Config-0.03.tar.gz ok

CPAN.pm: Building R/RU/RURBAN/Mock-Config-0.03.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Mock::Config
Writing MYMETA.yml and MYMETA.json
cp lib/Mock/Config.pm blib\lib\Mock\Config.pm
RURBAN/Mock-Config-0.03.tar.gz
T:\c\bin\dmake.exe -- OK
Running make test
T:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/0-basic.t ....... Use of uninitialized value $Config::VERSION in concatenation (.) or string at t/0-basic.t line 15.
t/0-basic.t ....... 1/3 # Testing Mock::Config, Perl 5.016003, Config , T:\perl\bin\perl.exe
t/0-basic.t ....... ok
t/manifest.t ...... skipped: requires a git checkout and a unix for git and diff
t/pod-coverage.t .. skipped: Author tests not required for installation
t/pod.t ........... skipped: Author tests not required for installation
All tests successful.
Files=4, Tests=3, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU)
Result: PASS
RURBAN/Mock-Config-0.03.tar.gz
T:\c\bin\dmake.exe test -- OK
Running make install
Installing T:\perl\site\lib\Mock\Config.pm
Appending installation info to T:\perl\lib/perllocal.pod
RURBAN/Mock-Config-0.03.tar.gz
T:\c\bin\dmake.exe install UNINST=1 -- OK
Running make for M/MA/MATTN/Devel-CheckLib-1.14.tar.gz
Has already been unwrapped into directory T:\cpan\build\Devel-CheckLib-1.14-4bG8QK

CPAN.pm: Building M/MA/MATTN/Devel-CheckLib-1.14.tar.gz

cp lib/Devel/CheckLib.pm blib\lib\Devel\CheckLib.pm
T:\perl\bin\perl.exe -MExtUtils::Command -e cp -- bin/use-devel-checklib blib\script\use-devel-checklib
pl2bat.bat blib\script\use-devel-checklib
MATTN/Devel-CheckLib-1.14.tar.gz
T:\c\bin\dmake.exe -- OK
Running make test
T:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ................... ok
t/analyze-binary.t ............ ok
t/bad-single-word-compiler.t .. ok
t/cmdline-LIBS-INC.t .......... ok
t/custom-function.t ........... ok
t/dash-l-libs.t ............... ok
t/exit_with_message.t ......... ok
t/flags.t ..................... ok
t/found.t ..................... ok
t/headers.t ................... ok
t/multi-word-compiler.t ....... ok
t/not_found.t ................. ok
All tests successful.
Files=12, Tests=42, 9 wallclock secs ( 0.05 usr + 0.06 sys = 0.11 CPU)
Result: PASS
MATTN/Devel-CheckLib-1.14.tar.gz
T:\c\bin\dmake.exe test -- OK
Running make install
Installing T:\perl\site\lib\Devel\CheckLib.pm
Installing T:\perl\site\bin\use-devel-checklib
Installing T:\perl\site\bin\use-devel-checklib.bat
Appending installation info to T:\perl\lib/perllocal.pod
MATTN/Devel-CheckLib-1.14.tar.gz
T:\c\bin\dmake.exe install UNINST=1 -- OK
Running make for D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz

CPAN.pm: Building D/DV/DVEEDEN/DBD-mysql-4.050.tar.gz



PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user '' can connect to your MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to ''@'localhost' identified by 's3kr1t';

You can also optionally set the user to run 'make test' with:

perl Makefile.PL --testuser=username

I will use the following settings for compiling and testing:

cflags (mysql_config) = -IT:\c\bin\..\include\mysql_5
embedded (guessed ) =
ldflags (guessed ) =
libs (mysql_config) = -LT:\c\bin\..\lib -lmysql
mysql_config (guessed ) = mysql_config
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
nossl (default ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testport (default ) =
testsocket (default ) =
testuser (guessed ) =

To change these settings, see 'perl Makefile.PL --help' and
'perldoc DBD::mysql::INSTALL'.

Checking if libs are available for compiling...
Looks good.

Checking if your kit is complete...
Looks good
Using DBI 1.623 (for perl 5.016003 on MSWin32-x64-multi-thread) installed in T:/perl/vendor/lib/auto/DBI/
Writing Makefile for DBD::mysql
Wide character in print at T:/perl/lib/ExtUtils/MakeMaker.pm line 1034.
Wide character in print at T:/perl/lib/ExtUtils/MakeMaker.pm line 1034.
Writing MYMETA.yml and MYMETA.json
cp lib/DBD/mysql.pm blib\lib\DBD\mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib\lib\DBD\mysql\GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib\lib\DBD\mysql\INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib\lib\Bundle\DBD\mysql.pm
gcc -c -IT:\perl\vendor\lib\auto\DBI -IT:\c\bin\..\include\mysql_5 -DDBD_MYSQL_WITH_SSL -g -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" "-IT:\perl\lib\CORE" dbdimp.c
dbdimp.c: In function 'mysql_st_prepare':
dbdimp.c:3207:24: warning: assignment from incompatible pointer type [enabled by default]
T:\perl\bin\perl.exe -p -e "s/~DRIVER~/mysql/g" T:\perl\vendor\lib\auto\DBI\Driver.xst > mysql.xsi
T:\perl\bin\perl.exe T:\perl\lib\ExtUtils\xsubpp -typemap T:\perl\lib\ExtUtils\typemap mysql.xs > mysql.xsc && T:\perl\bin\perl.exe -MExtUtils::Command -e mv -- mysql.xsc mysql.c
Warning: duplicate function definition 'do' detected in mysql.xs, line 247
Warning: duplicate function definition 'rows' detected in mysql.xs, line 683
gcc -c -IT:\perl\vendor\lib\auto\DBI -IT:\c\bin\..\include\mysql_5 -DDBD_MYSQL_WITH_SSL -g -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" "-IT:\perl\lib\CORE" mysql.c
gcc -c -IT:\perl\vendor\lib\auto\DBI -IT:\c\bin\..\include\mysql_5 -DDBD_MYSQL_WITH_SSL -g -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" "-IT:\perl\lib\CORE" socket.c
Running Mkbootstrap for DBD::mysql ()
T:\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 mysql.bs
T:\perl\bin\perl.exe -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"DBD::mysql\", 'DLBASE' => 'mysql', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
dlltool --def mysql.def --output-exp dll.exp
g++.exe -o blib\arch\auto\DBD\mysql\mysql.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"T:\perl\lib\CORE" -L"T:\c\lib" dbdimp.o mysql.o socket.o T:\perl\lib\CORE\libperl516.a T:\c\bin\..\lib\libmysql.a T:\c\x86_64-w64-mingw32\lib\libmoldname.a T:\c\x86_64-w64-mingw32\lib\libkernel32.a T:\c\x86_64-w64-mingw32\lib\libuser32.a T:\c\x86_64-w64-mingw32\lib\libgdi32.a T:\c\x86_64-w64-mingw32\lib\libwinspool.a T:\c\x86_64-w64-mingw32\lib\libcomdlg32.a T:\c\x86_64-w64-mingw32\lib\libadvapi32.a T:\c\x86_64-w64-mingw32\lib\libshell32.a T:\c\x86_64-w64-mingw32\lib\libole32.a T:\c\x86_64-w64-mingw32\lib\liboleaut32.a T:\c\x86_64-w64-mingw32\lib\libnetapi32.a T:\c\x86_64-w64-mingw32\lib\libuuid.a T:\c\x86_64-w64-mingw32\lib\libws2_32.a T:\c\x86_64-w64-mingw32\lib\libmpr.a T:\c\x86_64-w64-mingw32\lib\libwinmm.a T:\c\x86_64-w64-mingw32\lib\libversion.a T:\c\x86_64-w64-mingw32\lib\libodbc32.a T:\c\x86_64-w64-mingw32\lib\libodbccp32.a T:\c\x86_64-w64-mingw32\lib\libcomctl32.a dll.exp
dlltool --def mysql.def --base-file dll.base --output-exp dll.exp
g++.exe -o blib\arch\auto\DBD\mysql\mysql.dll -mdll -s -L"T:\perl\lib\CORE" -L"T:\c\lib" dbdimp.o mysql.o socket.o T:\perl\lib\CORE\libperl516.a T:\c\bin\..\lib\libmysql.a T:\c\x86_64-w64-mingw32\lib\libmoldname.a T:\c\x86_64-w64-mingw32\lib\libkernel32.a T:\c\x86_64-w64-mingw32\lib\libuser32.a T:\c\x86_64-w64-mingw32\lib\libgdi32.a T:\c\x86_64-w64-mingw32\lib\libwinspool.a T:\c\x86_64-w64-mingw32\lib\libcomdlg32.a T:\c\x86_64-w64-mingw32\lib\libadvapi32.a T:\c\x86_64-w64-mingw32\lib\libshell32.a T:\c\x86_64-w64-mingw32\lib\libole32.a T:\c\x86_64-w64-mingw32\lib\liboleaut32.a T:\c\x86_64-w64-mingw32\lib\libnetapi32.a T:\c\x86_64-w64-mingw32\lib\libuuid.a T:\c\x86_64-w64-mingw32\lib\libws2_32.a T:\c\x86_64-w64-mingw32\lib\libmpr.a T:\c\x86_64-w64-mingw32\lib\libwinmm.a T:\c\x86_64-w64-mingw32\lib\libversion.a T:\c\x86_64-w64-mingw32\lib\libodbc32.a T:\c\x86_64-w64-mingw32\lib\libodbccp32.a T:\c\x86_64-w64-mingw32\lib\libcomctl32.a dll.exp
T:\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 755 blib\arch\auto\DBD\mysql\mysql.dll
T:\perl\bin\perl.exe -MExtUtils::Command -e cp -- mysql.bs blib\arch\auto\DBD\mysql\mysql.bs
T:\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 blib\arch\auto\DBD\mysql\mysql.bs
DVEEDEN/DBD-mysql-4.050.tar.gz
T:\c\bin\dmake.exe -- OK
Running make test
T:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00base.t .............................. 1/6 # Driver version is 4.050
t/00base.t .............................. ok
t/05dbcreate.t .......................... # DBI connect('','',...) failed: Can't connect to MySQL server on 'localhost' (10061) at t/05dbcreate.t line 16.
t/05dbcreate.t .......................... skipped: no database connection
t/10connect.t ........................... # DBI connect('test','',...) failed: Can't connect to MySQL server on 'localhost' (10061) at t/10connect.t line 14.
t/10connect.t ........................... skipped: no database connection
t/15reconnect.t ......................... skipped: no database connection
t/16dbi-get_info.t ...................... skipped: no database connection
t/20createdrop.t ........................ skipped: no database connection
t/25lockunlock.t ........................ skipped: no database connection
t/29warnings.t .......................... skipped: no database connection
t/30insertfetch.t ....................... skipped: no database connection
t/31insertid.t .......................... skipped: no database connection
t/32insert_error.t ...................... skipped: no database connection
t/35limit.t ............................. skipped: no database connection
t/35prepare.t ........................... skipped: no database connection
t/40bindparam.t ......................... skipped: no database connection
t/40bindparam2.t ........................ skipped: no database connection
t/40bit.t ............................... skipped: no database connection
t/40blobs.t ............................. skipped: no database connection
t/40catalog.t ........................... skipped: no database connection
t/40keyinfo.t ........................... skipped: no database connection
t/40listfields.t ........................ skipped: no database connection
t/40nulls.t ............................. skipped: no database connection
t/40nulls_prepare.t ..................... skipped: no database connection
t/40numrows.t ........................... skipped: no database connection
t/40server_prepare.t .................... skipped: no database connection
t/40server_prepare_crash.t .............. skipped: no database connection
t/40server_prepare_error.t .............. skipped: no database connection
t/40types.t ............................. skipped: no database connection
t/41bindparam.t ......................... skipped: no database connection
t/41blobs_prepare.t ..................... skipped: no database connection
t/41int_min_max.t ....................... skipped: no database connection
t/42bindparam.t ......................... skipped: no database connection
t/43count_params.t ...................... skipped: no database connection
t/50chopblanks.t ........................ skipped: no database connection
t/50commit.t ............................ skipped: no database connection
t/51bind_type_guessing.t ................ skipped: no database connection
t/52comment.t ........................... skipped: no database connection
t/53comment.t ........................... skipped: no database connection
t/55utf8.t .............................. skipped: no database connection
t/55utf8mb4.t ........................... skipped: no database connection
t/56connattr.t .......................... skipped: no database connection
t/60leaks.t ............................. skipped: Skip $ENV{EXTENDED_TESTING} is not set
t/65segfault.t .......................... skipped: no database connection
t/65types.t ............................. skipped: no database connection
t/70takeimp.t ........................... skipped: no database connection
t/71impdata.t ........................... skipped: no database connection
t/75supported_sql.t ..................... skipped: no database connection
t/76multi_statement.t ................... skipped: no database connection
t/80procs.t ............................. skipped: no database connection
t/81procs.t ............................. skipped: no database connection
t/85init_command.t ...................... skipped: no database connection
t/86_bug_36972.t ........................ skipped: no database connection
t/87async.t ............................. skipped: no database connection
t/88async-multi-stmts.t ................. skipped: no database connection
t/89async-method-check.t ................ skipped: no database connection
t/91errcheck.t .......................... skipped: no database connection
t/92ssl_backronym_vulnerability.t ....... skipped: no database connection: DBI connect('test','',...) failed: Can't connect to MySQL server on 'localhost' (10061) at t/lib.pl line 57.
t/92ssl_optional.t ...................... skipped: no database connection: DBI connect('test','',...) failed: Can't connect to MySQL server on 'localhost' (10061) at t/lib.pl line 57.
t/92ssl_riddle_vulnerability.t .......... skipped: no database connection: DBI connect('test','',...) failed: Can't connect to MySQL server on 'localhost' (10061) at t/lib.pl line 57.
t/99_bug_server_prepare_blob_null.t ..... skipped: no database connection
t/manifest.t ............................ skipped: these tests are for release testing
t/pod.t ................................. skipped: Test::Pod 1.00 required for testing POD
t/rt110983-valid-mysqlfd.t .............. skipped: no database connection
t/rt118977-zerofill.t ................... skipped: no database connection
t/rt25389-bin-case.t .................... skipped: no database connection
t/rt50304-column_info_parentheses.t ..... skipped: no database connection
t/rt61849-bind-param-buffer-overflow.t .. skipped: no database connection
t/rt75353-innodb-lock-timeout.t ......... skipped: no database connection
t/rt83494-quotes-comments.t ............. skipped: no database connection
t/rt85919-fetch-lost-connection.t ....... skipped: no database connection
t/rt86153-reconnect-fail-memory.t ....... skipped: $ENV{EXTENDED_TESTING} is not set
t/rt88006-bit-prepare.t ................. skipped: no database connection
t/rt91715.t ............................. skipped: no database connection
t/version.t ............................. ok
All tests successful.
Files=73, Tests=9, 164 wallclock secs ( 0.36 usr + 0.30 sys = 0.66 CPU)
Result: PASS
DVEEDEN/DBD-mysql-4.050.tar.gz
T:\c\bin\dmake.exe test -- OK
Running make install
Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
Installing T:\perl\site\lib\auto\DBD\mysql\mysql.bs
Installing T:\perl\site\lib\auto\DBD\mysql\mysql.dll
Installing T:\perl\site\lib\Bundle\DBD\mysql.pm
Installing T:\perl\site\lib\DBD\mysql.pm
Installing T:\perl\site\lib\DBD\mysql\GetInfo.pm
Installing T:\perl\site\lib\DBD\mysql\INSTALL.pod
Appending installation info to T:\perl\lib/perllocal.pod
DVEEDEN/DBD-mysql-4.050.tar.gz
T:\c\bin\dmake.exe install UNINST=1 -- OK
T:\>

Last edited: 2020-06-09 17:47:54 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread cpam DBD::mysql auf xampp (Win10) funktioniert nicht