Advertisement
Guest User

mysql-5.6.7-rc compile error zlib

a guest
Sep 29th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. -- MySQL 5.6.7-rc
  2. -- Packaging as: mysql-5.6.7-rc-Linux-x86_64
  3. -- suffixes <.a;.so>
  4. -- OPENSSL_INCLUDE_DIR = /usr/include
  5. -- OPENSSL_LIBRARIES = /usr/lib/libssl.a
  6. -- CRYPTO_LIBRARY = /usr/lib/libcrypto.a
  7. -- OPENSSL_MAJOR_VERSION = 1
  8. -- SSL_LIBRARIES = /usr/lib/libssl.a;/usr/lib/libcrypto.a;dl
  9. -- Using cmake version 2.8.9
  10. -- Not building NDB
  11. Warning: Bison executable not found in PATH
  12. -- Configuring done
  13. -- Generating done
  14. CMake Warning:
  15. Manually-specified variables were not used by the project:
  16.  
  17. WITH_EMBEDDED_SERVE
  18. WITH_READLINE
  19.  
  20.  
  21. -- Build files have been written to: /home/myname/packages/mysql-5.6-dev/src/build
  22. [ 0%] Built target INFO_BIN
  23. [ 0%] Built target INFO_SRC
  24. [ 0%] Built target abi_check
  25. [ 3%] Built target edit
  26. [ 6%] Built target strings
  27. [ 14%] Built target mysys
  28. [ 14%] Built target dbug
  29. [ 14%] Built target mysys_ssl
  30. [ 14%] Built target comp_err
  31. [ 14%] Built target GenError
  32. [ 18%] Built target myisam
  33. [ 22%] Built target myisam_embedded
  34. [ 22%] Built target myisam_ftdump
  35. [ 22%] Built target myisamchk
  36. [ 23%] Built target myisamlog
  37. [ 23%] Built target myisampack
  38. [ 23%] Built target csv
  39. [ 23%] Built target csv_embedded
  40. [ 32%] Built target innobase
  41. [ 41%] Built target innobase_embedded
  42. [ 41%] Built target gen_lex_hash
  43. [ 41%] Built target GenServerSource
  44. [ 42%] Built target gen_pfs_lex_token
  45. [ 48%] Built target perfschema
  46. [ 54%] Built target perfschema_embedded
  47. [ 54%] Built target mytap
  48. [ 54%] Built target pfs-t
  49. [ 54%] Built target pfs_account-oom-t
  50. [ 55%] Built target slave
  51. [ 55%] Built target vio
  52. [ 56%] Built target myisammrg
  53. [ 58%] Built target heap
  54. [ 59%] Built target regex
  55. [ 60%] Built target partition
  56. [ 72%] Built target sql
  57. [ 74%] Built target binlog
  58. [ 74%] Built target rpl
  59. [ 74%] Built target master
  60. [ 74%] Built target pfs_connect_attr-t
  61. [ 74%] Built target pfs_host-oom-t
  62. [ 74%] Built target pfs_instr-oom-t
  63. [ 74%] Built target pfs_instr-t
  64. [ 74%] Built target pfs_instr_class-oom-t
  65. [ 75%] Built target pfs_instr_class-t
  66. [ 75%] Built target pfs_user-oom-t
  67. [ 77%] Built target myisammrg_embedded
  68. [ 78%] Built target heap_embedded
  69. [ 79%] Built target hp_test1
  70. [ 79%] Built target hp_test2
  71. [ 80%] Built target mysqlservices
  72. [ 80%] Built target audit_null
  73. [ 80%] Built target semisync_master
  74. [ 80%] Built target semisync_slave
  75. [ 80%] Built target auth
  76. [ 80%] Built target auth_socket
  77. [ 80%] Built target auth_test_plugin
  78. [ 80%] Built target qa_auth_client
  79. [ 80%] Built target qa_auth_interface
  80. [ 80%] Built target qa_auth_server
  81. [ 80%] Built target daemon_example
  82. [ 80%] Built target ftexample
  83. [ 80%] Built target validate_password
  84. [ 80%] Built target re
  85. [ 80%] Built target queues
  86. [ 80%] Built target thr_lock
  87. [ 81%] Built target clientlib
  88. [ 81%] Built target libmysql
  89. [ 81%] Built target mysqlclient
  90. [ 81%] Built target symlink_libmysqlclient_r.a
  91. [ 81%] Built target symlink_libmysqlclient_r.so
  92. [ 82%] Built target symlink_libmysqlclient_r.so.18
  93. [ 82%] Built target symlink_libmysqlclient_r.so.18.0.0
  94. [ 82%] Built target no_plan-t
  95. [ 82%] Built target simple-t
  96. [ 83%] Built target skip-t
  97. [ 83%] Built target skip_all-t
  98. [ 83%] Built target todo-t
  99. [ 83%] Built target basic-t
  100. [ 83%] Built target base64-t
  101. [ 83%] Built target lf-t
  102. [ 83%] Built target my_atomic-t
  103. [ 84%] Built target my_malloc-t
  104. [ 84%] Built target my_rdtsc-t
  105. [ 84%] Built target my_vsnprintf-t
  106. [ 85%] Built target waiting_threads-t
  107. Linking CXX executable innochecksum
  108. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_free':
  109. (.text+0x4d): undefined reference to `inflateEnd'
  110. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_free':
  111. (.text+0x6b): undefined reference to `deflateEnd'
  112. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_ctrl':
  113. (.text+0x284): undefined reference to `deflate'
  114. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_ctrl':
  115. (.text+0x344): undefined reference to `zError'
  116. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_expand_block':
  117. (.text+0x411): undefined reference to `inflate'
  118. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_compress_block':
  119. (.text+0x4ca): undefined reference to `deflate'
  120. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_finish':
  121. (.text+0x51f): undefined reference to `inflateEnd'
  122. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_finish':
  123. (.text+0x528): undefined reference to `deflateEnd'
  124. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_init':
  125. (.text+0x5e1): undefined reference to `inflateInit_'
  126. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `zlib_stateful_init':
  127. (.text+0x671): undefined reference to `deflateInit_'
  128. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_read':
  129. (.text+0x8a3): undefined reference to `inflate'
  130. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_read':
  131. (.text+0x91f): undefined reference to `zError'
  132. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_read':
  133. (.text+0x990): undefined reference to `inflateInit_'
  134. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_write':
  135. (.text+0xacb): undefined reference to `deflate'
  136. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_write':
  137. (.text+0xb5f): undefined reference to `zError'
  138. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcrypto.a(c_zlib.o): In function `bio_zlib_write':
  139. (.text+0xbf1): undefined reference to `deflateInit_'
  140. collect2: error: ld returned 1 exit status
  141. make[2]: *** [extra/innochecksum] Error 1
  142. make[1]: *** [extra/CMakeFiles/innochecksum.dir/all] Error 2
  143. make: *** [all] Error 2
  144. ==> ERROR: A failure occurred in build().
  145.  Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement