免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
1234下一页
最近访问板块 发新帖
查看: 9007 | 回复: 39
打印 上一主题 下一主题

DBD::mysql模块的安装失败 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-05-17 16:41 |只看该作者 |倒序浏览
本帖最后由 limits999 于 2014-05-20 15:35 编辑

操作系统:win7 64位
perl版本:perl 5, version 18;activeperl
安装方式1:perl -CPAN -e shell
install DBD::mysql;
错误提示:
  1. collect2.exe: error: ld returned 1 exit status
  2. dmake.exe:  Error code 129, while making 'blib\arch\auto\DBD\mysql\mysql.dll'
  3.   CAPTTOFU/DBD-mysql-4.027.tar.gz
  4.   D:\dev-cpp\MinGW64\bin\dmake.exe -- NOT OK
  5. Running make test
  6.   Can't test without successful make
  7. Running make install
  8.   Make had returned bad status, install seems impossible
  9. Failed during this command:
  10. CAPTTOFU/DBD-mysql-4.027.tar.gz              : make NO
复制代码
安装方式2:perl Makefile.PL
dmake test
dmake install
错误提示:
dmake test的时候就通不过,提示
  1. collect2.exe: error: ld returned 1 exit status
  2. dmake:  Error code 129, while making 'blib\arch\auto\DBD\mysql\mysql.dll'
复制代码
注:我的dmake是新下载的最新版本,安装其他模块没有问题。
谢谢大侠们的帮忙

全部的安装提示信息在以下位置。另外,调整后第二次运行的完整代码在28楼,相关文件夹的文件目录在29楼!!!
  1. C:\Users\Administrator>perl -MCPAN -e "install DBD::mysql"
  2. Reading 'D:\perl\cpan\Metadata'
  3.   Database was generated on Sat, 17 May 2014 10:29:02 GMT
  4. Running install for module 'DBD::mysql'
  5. Checksum for D:\perl\cpan\sources\authors\id\C\CA\CAPTTOFU\DBD-mysql-4.027.tar.gz ok
  6. DBD-mysql-4.027/
  7. DBD-mysql-4.027/ChangeLog
  8. DBD-mysql-4.027/constants.h
  9. DBD-mysql-4.027/dbdimp.c
  10. DBD-mysql-4.027/dbdimp.h
  11. DBD-mysql-4.027/eg/
  12. DBD-mysql-4.027/lib/
  13. DBD-mysql-4.027/Makefile.PL
  14. DBD-mysql-4.027/Makefile.PL.embedded
  15. DBD-mysql-4.027/MANIFEST
  16. DBD-mysql-4.027/MANIFEST.SKIP
  17. DBD-mysql-4.027/META.json
  18. DBD-mysql-4.027/META.yml
  19. DBD-mysql-4.027/myld
  20. DBD-mysql-4.027/mysql.xs
  21. DBD-mysql-4.027/README.pod
  22. DBD-mysql-4.027/t/
  23. DBD-mysql-4.027/TODO
  24. DBD-mysql-4.027/t/00base.t
  25. DBD-mysql-4.027/t/10connect.t
  26. DBD-mysql-4.027/t/15reconnect.t
  27. DBD-mysql-4.027/t/20createdrop.t
  28. DBD-mysql-4.027/t/25lockunlock.t
  29. DBD-mysql-4.027/t/29warnings.t
  30. DBD-mysql-4.027/t/30insertfetch.t
  31. DBD-mysql-4.027/t/31insertid.t
  32. DBD-mysql-4.027/t/32insert_error.t
  33. DBD-mysql-4.027/t/35limit.t
  34. DBD-mysql-4.027/t/35prepare.t
  35. DBD-mysql-4.027/t/40bindparam.t
  36. DBD-mysql-4.027/t/40bindparam2.t
  37. DBD-mysql-4.027/t/40blobs.t
  38. DBD-mysql-4.027/t/40catalog.t
  39. DBD-mysql-4.027/t/40keyinfo.t
  40. DBD-mysql-4.027/t/40listfields.t
  41. DBD-mysql-4.027/t/40nulls.t
  42. DBD-mysql-4.027/t/40nulls_prepare.t
  43. DBD-mysql-4.027/t/40numrows.t
  44. DBD-mysql-4.027/t/40server_prepare.t
  45. DBD-mysql-4.027/t/40server_prepare_error.t
  46. DBD-mysql-4.027/t/40types.t
  47. DBD-mysql-4.027/t/41bindparam.t
  48. DBD-mysql-4.027/t/41blobs_prepare.t
  49. DBD-mysql-4.027/t/42bindparam.t
  50. DBD-mysql-4.027/t/43count_params.t
  51. DBD-mysql-4.027/t/50chopblanks.t
  52. DBD-mysql-4.027/t/50commit.t
  53. DBD-mysql-4.027/t/51bind_type_guessing.t
  54. DBD-mysql-4.027/t/52comment.t
  55. DBD-mysql-4.027/t/53comment.t
  56. DBD-mysql-4.027/t/55utf8.t
  57. DBD-mysql-4.027/t/60leaks.t
  58. DBD-mysql-4.027/t/65segfault.t
  59. DBD-mysql-4.027/t/65types.t
  60. DBD-mysql-4.027/t/70takeimp.t
  61. DBD-mysql-4.027/t/71impdata.t
  62. DBD-mysql-4.027/t/75supported_sql.t
  63. DBD-mysql-4.027/t/76multi_statement.t
  64. DBD-mysql-4.027/t/80procs.t
  65. DBD-mysql-4.027/t/81procs.t
  66. DBD-mysql-4.027/t/85init_command.t
  67. DBD-mysql-4.027/t/86_bug_36972.t
  68. DBD-mysql-4.027/t/87async.t
  69. DBD-mysql-4.027/t/88async-multi-stmts.t
  70. DBD-mysql-4.027/t/89async-method-check.t
  71. DBD-mysql-4.027/t/90no-async.t
  72. DBD-mysql-4.027/t/91errcheck.t
  73. DBD-mysql-4.027/t/99_bug_server_prepare_blob_null.t
  74. DBD-mysql-4.027/t/lib.pl
  75. DBD-mysql-4.027/t/manifest.t
  76. DBD-mysql-4.027/t/mysql.dbtest
  77. DBD-mysql-4.027/t/mysql.mtest
  78. DBD-mysql-4.027/t/pod.t
  79. DBD-mysql-4.027/t/rt25389-bin-case.t
  80. DBD-mysql-4.027/t/rt50304-column_info_parentheses.t
  81. DBD-mysql-4.027/t/rt83494-quotes-comments.t
  82. DBD-mysql-4.027/t/rt85919-fetch-lost-connection.t
  83. DBD-mysql-4.027/t/rt86153-reconnect-fail-memory.t
  84. DBD-mysql-4.027/t/rt91715.t
  85. DBD-mysql-4.027/lib/Bundle/
  86. DBD-mysql-4.027/lib/DBD/
  87. DBD-mysql-4.027/lib/DBD/mysql/
  88. DBD-mysql-4.027/lib/DBD/mysql.pm
  89. DBD-mysql-4.027/lib/DBD/mysql/GetInfo.pm
  90. DBD-mysql-4.027/lib/DBD/mysql/INSTALL.pod
  91. DBD-mysql-4.027/lib/Bundle/DBD/
  92. DBD-mysql-4.027/lib/Bundle/DBD/mysql.pm
  93. DBD-mysql-4.027/eg/bigint_quotes.pl
  94. DBD-mysql-4.027/eg/bug14979.pl
  95. DBD-mysql-4.027/eg/bug21028.pl
  96. DBD-mysql-4.027/eg/bug30033.pl
  97. DBD-mysql-4.027/eg/bug30033pg.pl
  98. DBD-mysql-4.027/eg/decimal_test.pl
  99. DBD-mysql-4.027/eg/issue21946.pl
  100. DBD-mysql-4.027/eg/prepare_memory_usage.pl
  101. DBD-mysql-4.027/eg/proc_example1.pl
  102. DBD-mysql-4.027/eg/proc_example2.pl
  103. DBD-mysql-4.027/eg/proc_example2a.pl
  104. DBD-mysql-4.027/eg/proc_example2b.pl
  105. DBD-mysql-4.027/eg/proc_example3.pl
  106. DBD-mysql-4.027/eg/proc_example4.pl
  107. Configuring C/CA/CAPTTOFU/DBD-mysql-4.027.tar.gz with Makefile.PL

  108. mysql_config.pl, and an associated bat file, has been
  109. successfully created under
  110.    D:\mysql\MYSQL-~1.25-\bin

  111. Unknown option: testdb
  112. Unknown option: testhost
  113. Unknown option: testuser


  114. PLEASE NOTE:

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

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

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

  122. perl Makefile.PL --testuser=username

  123. Unknown option: testpassword
  124. Unknown option: testsocket
  125. Unknown option: testport
  126. Unknown option: nocatchstderr
  127. Unknown option: ssl
  128. Unknown option: nofoundrows
  129. Unknown option: force-embedded
  130. I will use the following settings for compiling and testing:

  131.   cflags        (mysql_config) = -I"D:\mysql\MYSQL-~1.25-\include"
  132.   embedded      (mysql_config) =
  133.   ldflags       (mysql_config) =
  134.   libs          (mysql_config) = -LD:\mysql\MYSQL-~1.25-\lib\opt -lmysql -lzlib
  135.   mysql_config  (guessed     ) = mysql_config
  136.   nocatchstderr (default     ) = 0
  137.   nofoundrows   (default     ) = 0
  138.   ssl           (guessed     ) = 0
  139.   testdb        (default     ) = test
  140.   testhost      (default     ) =
  141.   testpassword  (default     ) =
  142.   testport      (default     ) =
  143.   testsocket    (default     ) =
  144.   testuser      (guessed     ) =

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

  147. Checking if your kit is complete...
  148. Looks good
  149. Warning (mostly harmless): No library found for -lmysql
  150. Warning (mostly harmless): No library found for -lzlib
  151. Warning (mostly harmless): No library found for -lmoldname
  152. Warning (mostly harmless): No library found for -lkernel32
  153. Warning (mostly harmless): No library found for -luser32
  154. Warning (mostly harmless): No library found for -lgdi32
  155. Warning (mostly harmless): No library found for -lwinspool
  156. Warning (mostly harmless): No library found for -lcomdlg32
  157. Warning (mostly harmless): No library found for -ladvapi32
  158. Warning (mostly harmless): No library found for -lshell32
  159. Warning (mostly harmless): No library found for -lole32
  160. Warning (mostly harmless): No library found for -loleaut32
  161. Warning (mostly harmless): No library found for -lnetapi32
  162. Warning (mostly harmless): No library found for -luuid
  163. Warning (mostly harmless): No library found for -lws2_32
  164. Warning (mostly harmless): No library found for -lmpr
  165. Warning (mostly harmless): No library found for -lwinmm
  166. Warning (mostly harmless): No library found for -lversion
  167. Warning (mostly harmless): No library found for -lodbc32
  168. Warning (mostly harmless): No library found for -lodbccp32
  169. Warning (mostly harmless): No library found for -lcomctl32
  170. Multiple copies of Driver.xst found in: D:/perl/site/lib/auto/DBI/ D:/perl/lib/auto/DBI/ at Makefile.PL line 936.
  171. Using DBI 1.631 (for perl 5.018002 on MSWin32-x64-multi-thread) installed in D:/perl/site/lib/auto/DBI/
  172. Generating a dmake-style Makefile
  173. Writing Makefile for DBD::mysql
  174. Writing MYMETA.yml and MYMETA.json
  175.   CAPTTOFU/DBD-mysql-4.027.tar.gz
  176.   D:\perl\bin\perl.exe Makefile.PL INSTALLDIRS=site -- OK
  177. Running make for C/CA/CAPTTOFU/DBD-mysql-4.027.tar.gz

  178. cp lib/Bundle/DBD/mysql.pm blib\lib\Bundle\DBD\mysql.pm
  179. cp lib/DBD/mysql.pm blib\lib\DBD\mysql.pm
  180. cp lib/DBD/mysql/GetInfo.pm blib\lib\DBD\mysql\GetInfo.pm
  181. cp README.pod blib\lib\DBD\README.pod
  182. cp lib/DBD/mysql/INSTALL.pod blib\lib\DBD\mysql\INSTALL.pod
  183. Running Mkbootstrap for DBD::mysql ()
  184. D:\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 mysql.bs
  185. gcc -c  -ID:\perl\site\lib\auto\DBI -I"D:\mysql\MYSQL-~1.25-\include" -DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -s -O2 -DWIN32 -
  186. DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERL
  187. IO -fno-strict-aliasing -mms-bitfields -s -O2     -DVERSION=\"4.027\"   -DXS_VERSION=\"4.027\"  "-ID:\perl\lib\CORE"   d
  188. bdimp.c
  189. dbdimp.c: In function 'mysql_db_disconnect':
  190. dbdimp.c:2213:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  191.                  (long) imp_dbh->pmysql);
  192.                  ^
  193. In file included from d:\dev-cpp\mingw64\lib\gcc\x86_64-w64-mingw32\4.8.1\include\mm_malloc.h:27:0,
  194.                  from d:\dev-cpp\mingw64\lib\gcc\x86_64-w64-mingw32\4.8.1\include\xmmintrin.h:38,
  195.                  from d:\dev-cpp\mingw64\lib\gcc\x86_64-w64-mingw32\4.8.1\include\x86intrin.h:34,
  196.                  from d:\dev-cpp\mingw64\x86_64-w64-mingw32\include\winnt.h:1495,
  197.                  from d:\dev-cpp\mingw64\x86_64-w64-mingw32\include\minwindef.h:146,
  198.                  from d:\dev-cpp\mingw64\x86_64-w64-mingw32\include\windef.h:8,
  199.                  from d:\dev-cpp\mingw64\x86_64-w64-mingw32\include\windows.h:69,
  200.                  from dbdimp.c:16:
  201. dbdimp.c: In function 'mysql_st_internal_execute':
  202. dbdimp.c:3167:7: warning: '_errno' redeclared without dllimport attribute after being referenced with dll linkage [enabl
  203. ed by default]
  204.    int errno;
  205.        ^
  206. dbdimp.c: In function 'mysql_st_execute':
  207. dbdimp.c:3495:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  208.        " -> dbd_st_execute for %08lx\n", (u_long) sth);
  209.                                          ^
  210. dbdimp.c: In function 'mysql_st_fetch':
  211. dbdimp.c:3791:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  212.                    (u_long) sth, ChopBlanks);
  213.                    ^
  214. dbdimp.c:3959:71: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  215.        PerlIO_printf(DBIc_LOGPIO(imp_xxh), "\timp_sth->result=%08lx\n",(long unsigned int) imp_sth->result);
  216.                                                                        ^
  217. dbdimp.c:3967:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  218.                      (u_long) sth,imp_sth->currow);
  219.                      ^
  220. dbdimp.c: In function 'mysql_st_STORE_attrib':
  221. dbdimp.c:4276:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  222.                    (u_long) sth, key);
  223.                    ^
  224. dbdimp.c:4286:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  225.                    (u_long) sth, retval);
  226.                    ^
  227. dbdimp.c: In function 'mysql_st_FETCH_attrib':
  228. dbdimp.c:4485:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  229.                    (u_long) sth, key);
  230.                    ^
  231.                    ^
  232. D:\perl\bin\perl.exe -p -e "s/~DRIVER~/mysql/g" D:\perl\site\lib\auto\DBI\Driver.xst > mysql.xsi
  233. D:\perl\bin\perl.exe D:\perl\lib\ExtUtils\xsubpp  -typemap D:\perl\lib\ExtUtils\typemap  mysql.xs > mysql.xsc && D:\perl
  234. \bin\perl.exe -MExtUtils::Command -e mv -- mysql.xsc mysql.c
  235. Warning: duplicate function definition 'do' detected in mysql.xs, line 242
  236. Warning: duplicate function definition 'rows' detected in mysql.xs, line 754
  237. gcc -c  -ID:\perl\site\lib\auto\DBI -I"D:\mysql\MYSQL-~1.25-\include" -DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -s -O2 -DWIN32 -
  238. DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERL
  239. IO -fno-strict-aliasing -mms-bitfields -s -O2     -DVERSION=\"4.027\"   -DXS_VERSION=\"4.027\"  "-ID:\perl\lib\CORE"   m
  240. ysql.c
  241. mysql.xs: In function 'XS_DBD__mysql__GetInfo_dbd_mysql_get_info':
  242. mysql.xs:933:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  243.     croak("Unknown SQL Info type: %i", (int) dbh);
  244.                                        ^
  245. D:\perl\bin\perl.exe -MExtUtils::Mksymlists \
  246.      -e "Mksymlists('NAME'=>\"DBD::mysql\", 'DLBASE' => 'mysql', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }
  247. , 'DL_VARS' => []);"
  248. dlltool --def mysql.def --output-exp dll.exp
  249. D:\perl\bin\perl.exe myld g++ -o blib\arch\auto\DBD\mysql\mysql.dll -Wl,--base-file -Wl,dll.base -mdll -s -static-libgcc
  250. -static-libstdc++ -L"D:\perl\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib" dbdimp.o    mysql.o   D:\perl\lib\CORE\libpe
  251. rl518.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32
  252. -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp
  253. dbdimp.o: In function `mysql_dr_connect':
  254. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1663: undefined reference to `mysql_init'
  255. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1924: undefined reference to `mysql_real_connect'
  256. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1704: undefined reference to `mysql_options'
  257. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1841: undefined reference to `mysql_options'
  258. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1912: undefined reference to `mysql_options'
  259. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1758: undefined reference to `mysql_options'
  260. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1737: undefined reference to `mysql_options'
  261. dbdimp.o:D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:1715: more undefined references to `mysql_options' follow
  262. dbdimp.o: In function `mysql_db_login':
  263. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2096: undefined reference to `mysql_sqlstate'
  264. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2096: undefined reference to `mysql_error'
  265. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2096: undefined reference to `mysql_errno'
  266. dbdimp.o: In function `mysql_db_commit':
  267. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2141: undefined reference to `mysql_commit'
  268. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2144: undefined reference to `mysql_sqlstate'
  269. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2144: undefined reference to `mysql_error'
  270. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2144: undefined reference to `mysql_errno'
  271. dbdimp.o: In function `mysql_db_rollback':
  272. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2171: undefined reference to `mysql_rollback'
  273. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2174: undefined reference to `mysql_sqlstate'
  274. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2174: undefined reference to `mysql_error'
  275. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2174: undefined reference to `mysql_errno'
  276. dbdimp.o: In function `mysql_db_disconnect':
  277. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2214: undefined reference to `mysql_close'
  278. dbdimp.o: In function `dbd_discon_all':
  279. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2265: undefined reference to `mysql_server_end'
  280. dbdimp.o: In function `mysql_db_destroy':
  281. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2308: undefined reference to `mysql_rollback'
  282. dbdimp.o: In function `mysql_db_STORE_attrib':
  283. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2365: undefined reference to `mysql_autocommit'
  284. dbdimp.o: In function `mysql_db_FETCH_attrib':
  285. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2614: undefined reference to `mysql_warning_count'
  286. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2507: undefined reference to `mysql_get_client_version'
  287. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2609: undefined reference to `mysql_thread_id'
  288. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2565: undefined reference to `mysql_insert_id'
  289. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2575: undefined reference to `mysql_get_proto_info'
  290. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2512: undefined reference to `mysql_errno'
  291. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2560: undefined reference to `mysql_info'
  292. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2501: undefined reference to `mysql_get_client_info'
  293. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2580: undefined reference to `mysql_get_server_info'
  294. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2551: undefined reference to `mysql_get_host_info'
  295. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2516: undefined reference to `mysql_error'
  296. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2585: undefined reference to `mysql_get_server_version'
  297. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2599: undefined reference to `mysql_stat'
  298. dbdimp.o: In function `mysql_st_free_result_sets':
  299. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2953: undefined reference to `mysql_free_result'
  300. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2956: undefined reference to `mysql_next_result'
  301. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2936: undefined reference to `mysql_use_result'
  302. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2939: undefined reference to `mysql_field_count'
  303. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2942: undefined reference to `mysql_error'
  304. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2945: undefined reference to `mysql_sqlstate'
  305. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2945: undefined reference to `mysql_error'
  306. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2945: undefined reference to `mysql_errno'
  307. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2961: undefined reference to `mysql_error'
  308. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2964: undefined reference to `mysql_sqlstate'
  309. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2964: undefined reference to `mysql_error'
  310. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2964: undefined reference to `mysql_errno'
  311. dbdimp.o: In function `mysql_st_prepare':
  312. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2795: undefined reference to `mysql_stmt_init'
  313. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2807: undefined reference to `mysql_stmt_prepare'
  314. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2818: undefined reference to `mysql_stmt_error'
  315. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2818: undefined reference to `mysql_stmt_errno'
  316. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2825: undefined reference to `mysql_stmt_errno'
  317. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2834: undefined reference to `mysql_sqlstate'
  318. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2834: undefined reference to `mysql_stmt_error'
  319. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2834: undefined reference to `mysql_stmt_errno'
  320. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2837: undefined reference to `mysql_stmt_close'
  321. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2844: undefined reference to `mysql_stmt_param_count'
  322. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2800: undefined reference to `mysql_error'
  323. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:2800: undefined reference to `mysql_errno'
  324. dbdimp.o: In function `mysql_st_next_results':
  325. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3010: undefined reference to `mysql_more_results'
  326. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3039: undefined reference to `mysql_free_result'
  327. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3044: undefined reference to `mysql_next_result'
  328. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3046: undefined reference to `mysql_warning_count'
  329. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3069: undefined reference to `mysql_use_result'
  330. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3071: undefined reference to `mysql_errno'
  331. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3078: undefined reference to `mysql_affected_rows'
  332. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3118: undefined reference to `mysql_num_fields'
  333. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3073: undefined reference to `mysql_sqlstate'
  334. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3073: undefined reference to `mysql_error'
  335. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3073: undefined reference to `mysql_errno'
  336. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3069: undefined reference to `mysql_store_result'
  337. dbdimp.o: In function `mysql_st_internal_execute41':
  338. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3373: undefined reference to `mysql_free_result'
  339. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3395: undefined reference to `mysql_stmt_execute'
  340. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3443: undefined reference to `mysql_free_result'
  341. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3447: undefined reference to `mysql_stmt_error'
  342. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3447: undefined reference to `mysql_stmt_errno'
  343. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3451: undefined reference to `mysql_stmt_sqlstate'
  344. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3451: undefined reference to `mysql_stmt_error'
  345. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3451: undefined reference to `mysql_stmt_errno'
  346. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3453: undefined reference to `mysql_stmt_reset'
  347. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3406: undefined reference to `mysql_stmt_result_metadata'
  348. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3418: undefined reference to `mysql_stmt_field_count'
  349. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3424: undefined reference to `mysql_stmt_attr_set'
  350. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3429: undefined reference to `mysql_stmt_store_result'
  351. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3432: undefined reference to `mysql_stmt_num_rows'
  352. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3384: undefined reference to `mysql_stmt_bind_param'
  353. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3408: undefined reference to `mysql_stmt_errno'
  354. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3411: undefined reference to `mysql_stmt_affected_rows'
  355. dbdimp.o: In function `mysql_describe':
  356. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3648: undefined reference to `mysql_fetch_fields'
  357. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3699: undefined reference to `mysql_stmt_bind_result'
  358. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3701: undefined reference to `mysql_stmt_sqlstate'
  359. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3701: undefined reference to `mysql_stmt_error'
  360. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3701: undefined reference to `mysql_stmt_errno'
  361. dbdimp.o: In function `mysql_st_clean_cursor':
  362. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4079: undefined reference to `mysql_stmt_free_result'
  363. dbdimp.o: In function `mysql_st_fetch':
  364. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3961: undefined reference to `mysql_num_fields'
  365. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3962: undefined reference to `mysql_num_rows'
  366. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3964: undefined reference to `mysql_affected_rows'
  367. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3970: undefined reference to `mysql_fetch_row'
  368. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3989: undefined reference to `mysql_num_fields'
  369. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3990: undefined reference to `mysql_fetch_fields'
  370. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3991: undefined reference to `mysql_fetch_lengths'
  371. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3808: undefined reference to `mysql_stmt_fetch'
  372. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3838: undefined reference to `mysql_stmt_field_count'
  373. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3881: undefined reference to `mysql_stmt_fetch_column'
  374. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3882: undefined reference to `mysql_stmt_sqlstate'
  375. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3882: undefined reference to `mysql_stmt_error'
  376. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3882: undefined reference to `mysql_stmt_errno'
  377. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3976: undefined reference to `mysql_errno'
  378. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3983: undefined reference to `mysql_more_results'
  379. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3824: undefined reference to `mysql_stmt_affected_rows'
  380. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3977: undefined reference to `mysql_sqlstate'
  381. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3977: undefined reference to `mysql_error'
  382. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3977: undefined reference to `mysql_errno'
  383. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3811: undefined reference to `mysql_stmt_sqlstate'
  384. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3811: undefined reference to `mysql_stmt_error'
  385. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3811: undefined reference to `mysql_stmt_errno'
  386. dbdimp.o: In function `mysql_st_destroy':
  387. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4211: undefined reference to `mysql_stmt_close'
  388. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4213: undefined reference to `mysql_stmt_sqlstate'
  389. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4213: undefined reference to `mysql_stmt_error'
  390. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4213: undefined reference to `mysql_stmt_errno'
  391. dbdimp.o: In function `mysql_st_FETCH_internal':
  392. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4353: undefined reference to `mysql_field_seek'
  393. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4354: undefined reference to `mysql_fetch_field'
  394. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4354: undefined reference to `mysql_fetch_field'
  395. dbdimp.o: In function `mysql_db_reconnect':
  396. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4872: undefined reference to `mysql_errno'
  397. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4900: undefined reference to `mysql_sqlstate'
  398. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4900: undefined reference to `mysql_error'
  399. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:4900: undefined reference to `mysql_errno'
  400. dbdimp.o: In function `mysql_st_internal_execute':
  401. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3268: undefined reference to `mysql_list_fields'
  402. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3274: undefined reference to `mysql_sqlstate'
  403. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3274: undefined reference to `mysql_error'
  404. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3274: undefined reference to `mysql_errno'
  405. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3294: undefined reference to `mysql_real_query'
  406. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3302: undefined reference to `mysql_store_result'
  407. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3304: undefined reference to `mysql_errno'
  408. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3311: undefined reference to `mysql_num_rows'
  409. dbdimp.o: In function `parse_params':
  410. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:767: undefined reference to `mysql_real_escape_string'
  411. dbdimp.o: In function `mysql_st_internal_execute':
  412. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3302: undefined reference to `mysql_use_result'
  413. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3320: undefined reference to `mysql_sqlstate'
  414. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3320: undefined reference to `mysql_error'
  415. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3320: undefined reference to `mysql_errno'
  416. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3305: undefined reference to `mysql_sqlstate'
  417. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3305: undefined reference to `mysql_error'
  418. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3305: undefined reference to `mysql_errno'
  419. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3309: undefined reference to `mysql_affected_rows'
  420. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3296: undefined reference to `mysql_real_query'
  421. dbdimp.o: In function `mysql_st_execute':
  422. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3563: undefined reference to `mysql_num_fields'
  423. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3571: undefined reference to `mysql_warning_count'
  424. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3554: undefined reference to `mysql_insert_id'
  425. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:3556: undefined reference to `mysql_more_results'
  426. dbdimp.o: In function `mysql_db_quote':
  427. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:5074: undefined reference to `mysql_real_escape_string'
  428. dbdimp.o: In function `mysql_db_last_insert_id':
  429. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/dbdimp.c:5100: undefined reference to `mysql_insert_id'
  430. mysql.o: In function `XS_DBD__mysql__dr__ListDBs':
  431. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:65: undefined reference to `mysql_list_dbs'
  432. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:72: undefined reference to `mysql_num_rows'
  433. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:73: undefined reference to `mysql_fetch_row'
  434. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:77: undefined reference to `mysql_free_result'
  435. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:79: undefined reference to `mysql_close'
  436. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:72: undefined reference to `mysql_num_rows'
  437. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:68: undefined reference to `mysql_sqlstate'
  438. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:68: undefined reference to `mysql_error'
  439. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:68: undefined reference to `mysql_errno'
  440. mysql.o: In function `XS_DBD__mysql__GetInfo_dbd_mysql_get_info':
  441. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:906: undefined reference to `mysql_get_parameters'
  442. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:902: undefined reference to `mysql_get_server_info'
  443. mysql.o: In function `XS_DBD__mysql__st_dataseek':
  444. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:740: undefined reference to `mysql_data_seek'
  445. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:720: undefined reference to `mysql_stmt_data_seek'
  446. mysql.o: In function `XS_DBD__mysql__db_ping':
  447. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:589: undefined reference to `mysql_ping'
  448. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:592: undefined reference to `mysql_ping'
  449. mysql.o: In function `XS_DBD__mysql__db_do':
  450. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:276: undefined reference to `mysql_use_result'
  451. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:274: undefined reference to `mysql_next_result'
  452. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:278: undefined reference to `mysql_free_result'
  453. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:326: undefined reference to `mysql_stmt_init'
  454. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:328: undefined reference to `mysql_stmt_prepare'
  455. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:508: undefined reference to `mysql_stmt_close'
  456. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:542: undefined reference to `mysql_free_result'
  457. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:551: undefined reference to `mysql_use_result'
  458. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:549: undefined reference to `mysql_next_result'
  459. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:558: undefined reference to `mysql_error'
  460. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:562: undefined reference to `mysql_sqlstate'
  461. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:562: undefined reference to `mysql_error'
  462. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:562: undefined reference to `mysql_errno'
  463. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:330: undefined reference to `mysql_stmt_prepare'
  464. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:336: undefined reference to `mysql_stmt_errno'
  465. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:346: undefined reference to `mysql_stmt_close'
  466. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:553: undefined reference to `mysql_free_result'
  467. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:511: undefined reference to `mysql_stmt_error'
  468. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:342: undefined reference to `mysql_stmt_sqlstate'
  469. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:342: undefined reference to `mysql_stmt_error'
  470. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:342: undefined reference to `mysql_stmt_errno'
  471. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:346: undefined reference to `mysql_stmt_close'
  472. mysql.o: In function `XS_DBD__mysql__db__ListDBs':
  473. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:222: undefined reference to `mysql_list_dbs'
  474. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:232: undefined reference to `mysql_num_rows'
  475. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:233: undefined reference to `mysql_fetch_row'
  476. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:237: undefined reference to `mysql_free_result'
  477. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:232: undefined reference to `mysql_num_rows'
  478. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:224: undefined reference to `mysql_list_dbs'
  479. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:227: undefined reference to `mysql_sqlstate'
  480. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:227: undefined reference to `mysql_error'
  481. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:227: undefined reference to `mysql_errno'
  482. mysql.o: In function `XS_DBD__mysql__dr__admin_internal':
  483. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:161: undefined reference to `mysql_real_query'
  484. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:178: undefined reference to `mysql_close'
  485. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:122: undefined reference to `mysql_shutdown'
  486. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:172: undefined reference to `mysql_sqlstate'
  487. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:172: undefined reference to `mysql_error'
  488. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:172: undefined reference to `mysql_errno'
  489. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:125: undefined reference to `mysql_refresh'
  490. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:112: undefined reference to `mysql_sqlstate'
  491. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:112: undefined reference to `mysql_error'
  492. D:\perl\cpan\build\DBD-mysql-4.027-Td1mri/mysql.xs:112: undefined reference to `mysql_errno'
  493. collect2.exe: error: ld returned 1 exit status
  494. dmake.exe:  Error code 129, while making 'blib\arch\auto\DBD\mysql\mysql.dll'
  495.   CAPTTOFU/DBD-mysql-4.027.tar.gz
  496.   D:\dev-cpp\MinGW64\bin\dmake.exe -- NOT OK

  497. C:\Users\Administrator>
复制代码

论坛徽章:
0
2 [报告]
发表于 2014-05-17 16:44 |只看该作者
自己google、百度了不少资料,也摸索了几天,仍然不成功。希望大虾们不吝赐教啊

论坛徽章:
42
19周年集字徽章-周
日期:2019-10-14 14:35:31平安夜徽章
日期:2015-12-26 00:06:30数据库技术版块每日发帖之星
日期:2015-12-01 06:20:002015亚冠之首尔
日期:2015-11-04 22:25:43IT运维版块每日发帖之星
日期:2015-08-17 06:20:00寅虎
日期:2014-06-04 16:25:27狮子座
日期:2014-05-12 11:00:00辰龙
日期:2013-12-20 17:07:19射手座
日期:2013-10-24 21:01:23CU十二周年纪念徽章
日期:2013-10-24 15:41:34IT运维版块每日发帖之星
日期:2016-01-27 06:20:0015-16赛季CBA联赛之新疆
日期:2016-06-07 14:10:01
3 [报告]
发表于 2014-05-17 21:04 |只看该作者
mysql客户端装了吗?

论坛徽章:
0
4 [报告]
发表于 2014-05-18 09:57 |只看该作者
laputa73 发表于 2014-05-17 21:04
mysql客户端装了吗?

已经安装了的

论坛徽章:
0
5 [报告]
发表于 2014-05-18 09:58 |只看该作者
我的mysql没有问题的,自己单独使用了很长时间的mysql,没有问题。

论坛徽章:
0
6 [报告]
发表于 2014-05-18 16:37 |只看该作者
dmake的说明我看了下,说是适用win32的。
而我的系统是64位的win7,这样有可能有问题。
有人知道哪里有适用64位win7的dmake吗?

疑惑的是,dmake安装其他模块是没有问题的,奇怪了。

论坛徽章:
42
19周年集字徽章-周
日期:2019-10-14 14:35:31平安夜徽章
日期:2015-12-26 00:06:30数据库技术版块每日发帖之星
日期:2015-12-01 06:20:002015亚冠之首尔
日期:2015-11-04 22:25:43IT运维版块每日发帖之星
日期:2015-08-17 06:20:00寅虎
日期:2014-06-04 16:25:27狮子座
日期:2014-05-12 11:00:00辰龙
日期:2013-12-20 17:07:19射手座
日期:2013-10-24 21:01:23CU十二周年纪念徽章
日期:2013-10-24 15:41:34IT运维版块每日发帖之星
日期:2016-01-27 06:20:0015-16赛季CBA联赛之新疆
日期:2016-06-07 14:10:01
7 [报告]
发表于 2014-05-18 17:37 |只看该作者
用ppm装.
windows不会处理gz文件吧

论坛徽章:
0
8 [报告]
发表于 2014-05-19 08:15 |只看该作者
dmake的说明我看了下,说是适用win32的。
而我的系统是64位的win7,这样有可能有问题。
有人知道哪里有适用64位win7的dmake吗?

疑惑的是,dmake安装其他模块是没有问题的,奇怪了。

论坛徽章:
7
巳蛇
日期:2014-04-10 08:54:57白羊座
日期:2014-04-22 20:06:262015年亚洲杯之沙特阿拉伯
日期:2015-02-10 14:18:532015年辞旧岁徽章
日期:2015-03-03 16:54:152015亚冠之吉达阿赫利
日期:2015-06-02 11:34:112015亚冠之武里南联
日期:2015-06-24 12:13:082015亚冠之阿尔纳斯尔
日期:2015-08-03 09:08:25
9 [报告]
发表于 2014-05-19 09:02 |只看该作者
这个跟dmake没关系,报错是因为动态链接出错。你那个collect2.exe之前的几行输出最好也帖一下。一般来说分析出错原因的时候错误提示并不是唯一需要查看的东西,错误之前的输出(一般来说是出错前运行的命令)也很重要,能够认清出错命令运行的是哪个命令,使用的是什么参数。

不过,报这个错的可能原因之一是虽然你安装了mysql客户端,但是它所带的动态链接库没有被链接器找到,也就是路径问题。

论坛徽章:
0
10 [报告]
发表于 2014-05-19 09:06 |只看该作者
laputa73 发表于 2014-05-18 17:37
用ppm装.
windows不会处理gz文件吧


提示如下:
  1. C:\Users\Administrator>ppm install DBD::mysql
  2. ppm install failed: Can't find any package that provides DBD::mysql
复制代码
ppm提供的模块是不齐全的,出现这个问题应该正常吧。
另外,windows安装其他模块也没有问题,所以gz文件的处理估计不是问题的根源。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP