pgiovanni

Untitled

Jul 19th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 62.93 KB | None | 0 0
  1.   LINK    qemu-ga
  2. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libglib-2.0.a(gutils.c.o): in function `g_get_user_database_entry':
  3. (.text+0x277): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  4. /usr/bin/ld: (.text+0xe0): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  5. /usr/bin/ld: (.text+0x11e): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  6. /usr/bin/ld: libqemuutil.a(qemu-sockets.o): in function `inet_connect_saddr':
  7. qemu-sockets.c:(.text+0xcab): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  8.   CC      contrib/ivshmem-client/ivshmem-client.o
  9.   CC      contrib/ivshmem-client/main.o
  10.   LINK    ivshmem-client
  11. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libglib-2.0.a(gutils.c.o): in function `g_get_user_database_entry':
  12. (.text+0x277): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  13. /usr/bin/ld: (.text+0xe0): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  14. /usr/bin/ld: (.text+0x11e): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  15.  CC      contrib/ivshmem-server/ivshmem-server.o
  16.  CC      contrib/ivshmem-server/main.o
  17.  LINK    ivshmem-server
  18. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libglib-2.0.a(gutils.c.o): in function `g_get_user_database_entry':
  19. (.text+0x277): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  20. /usr/bin/ld: (.text+0xe0): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  21. /usr/bin/ld: (.text+0x11e): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  22.   CC      qemu-nbd.o
  23.   CC      authz/base.o
  24.   CC      authz/simple.o
  25.   CC      authz/list.o
  26.   CC      authz/listfile.o
  27.   CC      block.o
  28.   CC      blockjob.o
  29.   CC      job.o
  30.   CC      qemu-io-cmds.o
  31.   CC      replication.o
  32.   CC      block/raw-format.o
  33.   CC      block/vmdk.o
  34.   CC      block/vpc.o
  35.   CC      block/qcow.o
  36.   CC      block/vdi.o
  37.   CC      block/cloop.o
  38.   CC      block/vvfat.o
  39.   CC      block/dmg.o
  40.   CC      block/qcow2.o
  41.   CC      block/qcow2-refcount.o
  42.   CC      block/qcow2-cluster.o
  43.   CC      block/qcow2-snapshot.o
  44.   CC      block/qcow2-cache.o
  45.   CC      block/qcow2-bitmap.o
  46.   CC      block/qcow2-threads.o
  47.   CC      block/vhdx.o
  48.   CC      block/vhdx-endian.o
  49.   CC      block/vhdx-log.o
  50.   CC      block/quorum.o
  51.   CC      block/blkdebug.o
  52.   CC      block/blkverify.o
  53.   CC      block/blkreplay.o
  54.   CC      block/blklogwrites.o
  55.   CC      block/block-backend.o
  56.   CC      block/snapshot.o
  57.   CC      block/qapi.o
  58.   CC      block/file-posix.o
  59.   CC      block/null.o
  60.   CC      block/mirror.o
  61.   CC      block/commit.o
  62.   CC      block/io.o
  63.   CC      block/create.o
  64.   CC      block/amend.o
  65.   CC      block/throttle-groups.o
  66.   CC      block/nvme.o
  67.   CC      block/nbd.o
  68.   CC      block/iscsi-opts.o
  69.   CC      block/accounting.o
  70.   CC      block/dirty-bitmap.o
  71.   CC      block/write-threshold.o
  72.   CC      block/backup.o
  73.   CC      block/replication.o
  74.   CC      block/throttle.o
  75.   CC      block/copy-on-read.o
  76.   CC      block/block-copy.o
  77.   CC      block/crypto.o
  78.   CC      block/aio_task.o
  79.   CC      block/backup-top.o
  80.   CC      block/filter-compress.o
  81.   CC      block/stream.o
  82.   CC      block/monitor/bitmap-qmp-cmds.o
  83.   CC      nbd/server.o
  84.   CC      nbd/client.o
  85.   CC      nbd/common.o
  86.   CC      scsi/utils.o
  87.   CC      scsi/pr-manager.o
  88.   CC      scsi/pr-manager-helper.o
  89.   CC      block/iscsi.o
  90.   CC      block/ssh.o
  91. /home/paul/qemu-5.1.0/block/ssh.c: In function ‘check_host_key_knownhosts’:
  92. /home/paul/qemu-5.1.0/block/ssh.c:349:5: warning: ‘ssh_is_server_known’ is deprecated [-Wdeprecated-declarations]
  93.   349 |     state = ssh_is_server_known(s->session);
  94.       |     ^~~~~
  95. In file included from /home/paul/qemu-5.1.0/block/ssh.c:27:
  96. /usr/include/libssh/libssh.h:561:31: note: declared here
  97.   561 | SSH_DEPRECATED LIBSSH_API int ssh_is_server_known(ssh_session session);
  98.       |                               ^~~~~~~~~~~~~~~~~~~
  99. /home/paul/qemu-5.1.0/block/ssh.c: In function ‘check_host_key_hash’:
  100. /home/paul/qemu-5.1.0/block/ssh.c:444:5: warning: ‘ssh_get_publickey’ is deprecated [-Wdeprecated-declarations]
  101.   444 |     r = ssh_get_publickey(s->session, &pubkey);
  102.       |     ^
  103. In file included from /home/paul/qemu-5.1.0/block/ssh.c:27:
  104. /usr/include/libssh/libssh.h:558:31: note: declared here
  105.   558 | SSH_DEPRECATED LIBSSH_API int ssh_get_publickey(ssh_session session, ssh_key *key);
  106.       |                               ^~~~~~~~~~~~~~~~~
  107.   CC      crypto/hash.o
  108.   CC      crypto/hash-glib.o
  109.   CC      crypto/hmac.o
  110.   CC      crypto/hmac-glib.o
  111.   CC      crypto/desrfb.o
  112.   CC      crypto/cipher.o
  113.   CC      crypto/tlscreds.o
  114.   CC      crypto/tlscredsanon.o
  115.   CC      crypto/tlscredspsk.o
  116.   CC      crypto/tlscredsx509.o
  117.   CC      crypto/tlssession.o
  118.   CC      crypto/secret_common.o
  119.   CC      crypto/secret.o
  120.   CC      crypto/secret_keyring.o
  121.   CC      crypto/pbkdf.o
  122.   CC      crypto/pbkdf-stub.o
  123.   CC      crypto/ivgen.o
  124.   CC      crypto/ivgen-essiv.o
  125.   CC      crypto/ivgen-plain.o
  126.   CC      crypto/ivgen-plain64.o
  127.   CC      crypto/afsplit.o
  128.   CC      crypto/xts.o
  129.   CC      crypto/block.o
  130.   CC      crypto/block-qcow.o
  131.   CC      crypto/block-luks.o
  132.   CC      io/channel.o
  133.   CC      io/channel-buffer.o
  134.   CC      io/channel-command.o
  135.   CC      io/channel-file.o
  136.   CC      io/channel-socket.o
  137.   CC      io/channel-tls.o
  138.   CC      io/channel-watch.o
  139.   CC      io/channel-websock.o
  140.   CC      io/channel-util.o
  141.   CC      io/dns-resolver.o
  142.   CC      io/net-listener.o
  143.   CC      io/task.o
  144.   CC      qom/object.o
  145.   CC      qom/container.o
  146.   CC      qom/qom-qobject.o
  147.   CC      qom/object_interfaces.o
  148.   LINK    qemu-nbd
  149. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o) and /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-init.o): warning: multiple common of `__packed'
  150. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(misc.c.o): in function `ssh_path_expand_tilde':
  151. (.text+0xef2): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  152. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libglib-2.0.a(gutils.c.o): in function `g_get_user_database_entry':
  153. (.text+0x277): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  154. /usr/bin/ld: (.text+0xe0): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  155. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(misc.c.o): in function `ssh_get_user_home_dir':
  156. (.text+0x5d): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  157. /usr/bin/ld: io/dns-resolver.o: in function `qio_dns_resolver_lookup_sync':
  158. dns-resolver.c:(.text+0x1fb): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  159. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `iscsi_iser_connect':
  160. (.text+0x238): undefined reference to `rdma_create_event_channel'
  161. /usr/bin/ld: (.text+0x258): undefined reference to `rdma_create_id'
  162. /usr/bin/ld: (.text+0x292): undefined reference to `rdma_resolve_addr'
  163. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `iscsi_iser_queue_pdu':
  164. (.text+0x88c): undefined reference to `ibv_reg_mr'
  165. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `iscsi_iser_disconnect':
  166. (.text+0xa4d): undefined reference to `rdma_disconnect'
  167. /usr/bin/ld: (.text+0xa68): undefined reference to `rdma_destroy_qp'
  168. /usr/bin/ld: (.text+0xaa8): undefined reference to `ibv_dereg_mr'
  169. /usr/bin/ld: (.text+0xab4): undefined reference to `ibv_dereg_mr'
  170. /usr/bin/ld: (.text+0xb52): undefined reference to `ibv_dereg_mr'
  171. /usr/bin/ld: (.text+0xb9a): undefined reference to `ibv_dereg_mr'
  172. /usr/bin/ld: (.text+0xbb0): undefined reference to `ibv_destroy_cq'
  173. /usr/bin/ld: (.text+0xbc6): undefined reference to `ibv_destroy_comp_channel'
  174. /usr/bin/ld: (.text+0xbdc): undefined reference to `ibv_dealloc_pd'
  175. /usr/bin/ld: (.text+0xbf1): undefined reference to `rdma_destroy_id'
  176. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `cq_event_handler':
  177. (.text+0x1173): undefined reference to `ibv_reg_mr'
  178. /usr/bin/ld: (.text+0x11c7): undefined reference to `ibv_dereg_mr'
  179. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `iscsi_iser_service':
  180. (.text+0x1301): undefined reference to `ibv_get_cq_event'
  181. /usr/bin/ld: (.text+0x131e): undefined reference to `ibv_ack_cq_events'
  182. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libiscsi.a(libiscsi_la-iser.o): in function `cm_thread':
  183. (.text+0x1407): undefined reference to `rdma_get_cm_event'
  184. /usr/bin/ld: (.text+0x149b): undefined reference to `rdma_ack_cm_event'
  185. /usr/bin/ld: (.text+0x152f): undefined reference to `ibv_reg_mr'
  186. /usr/bin/ld: (.text+0x156f): undefined reference to `ibv_reg_mr'
  187. /usr/bin/ld: (.text+0x160a): undefined reference to `rdma_resolve_route'
  188. /usr/bin/ld: (.text+0x161b): undefined reference to `ibv_alloc_pd'
  189. /usr/bin/ld: (.text+0x1631): undefined reference to `ibv_create_comp_channel'
  190. /usr/bin/ld: (.text+0x1685): undefined reference to `ibv_create_cq'
  191. /usr/bin/ld: (.text+0x16ea): undefined reference to `ibv_reg_mr'
  192. /usr/bin/ld: (.text+0x1703): undefined reference to `rdma_ack_cm_event'
  193. /usr/bin/ld: (.text+0x172b): undefined reference to `rdma_ack_cm_event'
  194. /usr/bin/ld: (.text+0x17a5): undefined reference to `rdma_create_qp'
  195. /usr/bin/ld: (.text+0x1807): undefined reference to `rdma_connect'
  196. /usr/bin/ld: (.text+0x182e): undefined reference to `rdma_ack_cm_event'
  197. /usr/bin/ld: (.text+0x18a9): undefined reference to `ibv_dereg_mr'
  198. /usr/bin/ld: (.text+0x18b3): undefined reference to `ibv_destroy_cq'
  199. /usr/bin/ld: (.text+0x18bd): undefined reference to `ibv_dealloc_pd'
  200. /usr/bin/ld: (.text+0x18c6): undefined reference to `rdma_ack_cm_event'
  201. /usr/bin/ld: (.text+0x18e5): undefined reference to `rdma_ack_cm_event'
  202. /usr/bin/ld: (.text+0x1904): undefined reference to `ibv_destroy_cq'
  203. /usr/bin/ld: (.text+0x190d): undefined reference to `ibv_dealloc_pd'
  204. /usr/bin/ld: (.text+0x1916): undefined reference to `rdma_ack_cm_event'
  205. /usr/bin/ld: (.text+0x196d): undefined reference to `rdma_ack_cm_event'
  206. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(buffer.c.o): in function `ssh_buffer_unpack_va':
  207. (.text+0x17e8): undefined reference to `BN_clear_free'
  208. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(curve25519.c.o): in function `ssh_curve25519_build_k.isra.0':
  209. (.text+0x36): undefined reference to `EVP_PKEY_new_raw_private_key'
  210. /usr/bin/ld: (.text+0x4c): undefined reference to `EVP_PKEY_CTX_new'
  211. /usr/bin/ld: (.text+0x60): undefined reference to `EVP_PKEY_derive_init'
  212. /usr/bin/ld: (.text+0x8d): undefined reference to `EVP_PKEY_new_raw_public_key'
  213. /usr/bin/ld: (.text+0xa4): undefined reference to `EVP_PKEY_derive_set_peer'
  214. /usr/bin/ld: (.text+0xc2): undefined reference to `EVP_PKEY_derive'
  215. /usr/bin/ld: (.text+0xd3): undefined reference to `BN_new'
  216. /usr/bin/ld: (.text+0xef): undefined reference to `BN_bin2bn'
  217. /usr/bin/ld: (.text+0x139): undefined reference to `ERR_get_error'
  218. /usr/bin/ld: (.text+0x143): undefined reference to `ERR_error_string'
  219. /usr/bin/ld: (.text+0x168): undefined reference to `EVP_PKEY_free'
  220. /usr/bin/ld: (.text+0x170): undefined reference to `EVP_PKEY_free'
  221. /usr/bin/ld: (.text+0x178): undefined reference to `EVP_PKEY_CTX_free'
  222. /usr/bin/ld: (.text+0x189): undefined reference to `ERR_get_error'
  223. /usr/bin/ld: (.text+0x193): undefined reference to `ERR_error_string'
  224. /usr/bin/ld: (.text+0x1a4): undefined reference to `ERR_get_error'
  225. /usr/bin/ld: (.text+0x1ae): undefined reference to `ERR_error_string'
  226. /usr/bin/ld: (.text+0x1d3): undefined reference to `EVP_PKEY_free'
  227. /usr/bin/ld: (.text+0x1db): undefined reference to `EVP_PKEY_CTX_free'
  228. /usr/bin/ld: (.text+0x1ea): undefined reference to `ERR_get_error'
  229. /usr/bin/ld: (.text+0x1f4): undefined reference to `ERR_error_string'
  230. /usr/bin/ld: (.text+0x220): undefined reference to `ERR_get_error'
  231. /usr/bin/ld: (.text+0x22a): undefined reference to `ERR_error_string'
  232. /usr/bin/ld: (.text+0x24f): undefined reference to `EVP_PKEY_free'
  233. /usr/bin/ld: (.text+0x25e): undefined reference to `ERR_get_error'
  234. /usr/bin/ld: (.text+0x268): undefined reference to `ERR_error_string'
  235. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(curve25519.c.o): in function `ssh_curve25519_init.isra.0':
  236. (.text+0x492): undefined reference to `EVP_PKEY_CTX_new_id'
  237. /usr/bin/ld: (.text+0x4a6): undefined reference to `EVP_PKEY_keygen_init'
  238. /usr/bin/ld: (.text+0x4ba): undefined reference to `EVP_PKEY_keygen'
  239. /usr/bin/ld: (.text+0x4c5): undefined reference to `EVP_PKEY_CTX_free'
  240. /usr/bin/ld: (.text+0x4ec): undefined reference to `EVP_PKEY_get_raw_public_key'
  241. /usr/bin/ld: (.text+0x50a): undefined reference to `EVP_PKEY_get_raw_private_key'
  242. /usr/bin/ld: (.text+0x51c): undefined reference to `EVP_PKEY_free'
  243. /usr/bin/ld: (.text+0x54d): undefined reference to `EVP_PKEY_get_raw_public_key'
  244. /usr/bin/ld: (.text+0x559): undefined reference to `ERR_get_error'
  245. /usr/bin/ld: (.text+0x563): undefined reference to `ERR_error_string'
  246. /usr/bin/ld: (.text+0x588): undefined reference to `EVP_PKEY_CTX_free'
  247. /usr/bin/ld: (.text+0x599): undefined reference to `ERR_get_error'
  248. /usr/bin/ld: (.text+0x5a3): undefined reference to `ERR_error_string'
  249. /usr/bin/ld: (.text+0x5c9): undefined reference to `EVP_PKEY_free'
  250. /usr/bin/ld: (.text+0x5e1): undefined reference to `ERR_get_error'
  251. /usr/bin/ld: (.text+0x5eb): undefined reference to `ERR_error_string'
  252. /usr/bin/ld: (.text+0x5fc): undefined reference to `ERR_get_error'
  253. /usr/bin/ld: (.text+0x606): undefined reference to `ERR_error_string'
  254. /usr/bin/ld: (.text+0x632): undefined reference to `ERR_get_error'
  255. /usr/bin/ld: (.text+0x63c): undefined reference to `ERR_error_string'
  256. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_dh_finalize':
  257. (.text+0x23): undefined reference to `BN_clear_free'
  258. /usr/bin/ld: (.text+0x3e): undefined reference to `BN_clear_free'
  259. /usr/bin/ld: (.text+0x59): undefined reference to `BN_clear_free'
  260. /usr/bin/ld: (.text+0x74): undefined reference to `BN_clear_free'
  261. /usr/bin/ld: (.text+0x8f): undefined reference to `BN_clear_free'
  262. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_dh_init':
  263. (.text+0xe4): undefined reference to `BN_new'
  264. /usr/bin/ld: (.text+0x104): undefined reference to `BN_set_word'
  265. /usr/bin/ld: (.text+0x112): undefined reference to `BN_new'
  266. /usr/bin/ld: (.text+0x139): undefined reference to `BN_bin2bn'
  267. /usr/bin/ld: (.text+0x148): undefined reference to `BN_new'
  268. /usr/bin/ld: (.text+0x16b): undefined reference to `BN_bin2bn'
  269. /usr/bin/ld: (.text+0x176): undefined reference to `BN_new'
  270. /usr/bin/ld: (.text+0x199): undefined reference to `BN_bin2bn'
  271. /usr/bin/ld: (.text+0x1a4): undefined reference to `BN_new'
  272. /usr/bin/ld: (.text+0x1c7): undefined reference to `BN_bin2bn'
  273. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_packet_client_dh_reply':
  274. (.text+0x2b3): undefined reference to `BN_clear_free'
  275. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_fallback_group':
  276. (.text+0x539): undefined reference to `BN_dup'
  277. /usr/bin/ld: (.text+0x559): undefined reference to `BN_copy'
  278. /usr/bin/ld: (.text+0x57b): undefined reference to `BN_dup'
  279. /usr/bin/ld: (.text+0x593): undefined reference to `BN_dup'
  280. /usr/bin/ld: (.text+0x5a4): undefined reference to `BN_dup'
  281. /usr/bin/ld: (.text+0x5b7): undefined reference to `BN_clear_free'
  282. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_dh_is_known_group':
  283. (.text+0x5e2): undefined reference to `BN_num_bits'
  284. /usr/bin/ld: (.text+0x5fb): undefined reference to `BN_cmp'
  285. /usr/bin/ld: (.text+0x625): undefined reference to `BN_cmp'
  286. /usr/bin/ld: (.text+0x63b): undefined reference to `BN_cmp'
  287. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh.c.o): in function `ssh_server_dh_process_init':
  288. (.text+0x9df): undefined reference to `BN_clear_free'
  289. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(kex.c.o): in function `ssh_client_select_hostkeys':
  290. (.text+0x669): undefined reference to `FIPS_mode'
  291. /usr/bin/ld: (.text+0x711): undefined reference to `FIPS_mode'
  292. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(kex.c.o): in function `ssh_set_client_kex':
  293. (.text+0x82f): undefined reference to `FIPS_mode'
  294. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(options.c.o): in function `ssh_bind_set_algo':
  295. (.text+0x2f3): undefined reference to `FIPS_mode'
  296. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(options.c.o): in function `ssh_options_set_algo':
  297. (.text+0x6d7): undefined reference to `FIPS_mode'
  298. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(options.c.o):(.text+0x8c8): more undefined references to `FIPS_mode' follow
  299. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki.c.o): in function `ssh_key_clean':
  300. (.text+0xeb): undefined reference to `DSA_free'
  301. /usr/bin/ld: (.text+0xf9): undefined reference to `RSA_free'
  302. /usr/bin/ld: (.text+0x107): undefined reference to `EC_KEY_free'
  303. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki.c.o): in function `ssh_key_algorithm_allowed':
  304. (.text+0xbe9): undefined reference to `FIPS_mode'
  305. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki.c.o): in function `pki_key_check_hash_compatible':
  306. (.text+0x2b3f): undefined reference to `FIPS_mode'
  307. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(session.c.o): in function `ssh_get_pubkey_hash':
  308. (.text+0x108b): undefined reference to `FIPS_mode'
  309. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(session.c.o): in function `ssh_get_publickey_hash':
  310. (.text+0x1371): undefined reference to `FIPS_mode'
  311. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(wrapper.c.o): in function `crypto_free':
  312. (.text+0x1d2): undefined reference to `BN_clear_free'
  313. /usr/bin/ld: (.text+0x214): undefined reference to `EC_KEY_free'
  314. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_to_pkey':
  315. (.text+0x3c): undefined reference to `EVP_PKEY_new'
  316. /usr/bin/ld: (.text+0x54): undefined reference to `EVP_PKEY_set1_EC_KEY'
  317. /usr/bin/ld: (.text+0x74): undefined reference to `EVP_PKEY_new'
  318. /usr/bin/ld: (.text+0x8c): undefined reference to `EVP_PKEY_set1_RSA'
  319. /usr/bin/ld: (.text+0xc7): undefined reference to `EVP_PKEY_new_raw_public_key'
  320. /usr/bin/ld: (.text+0xd8): undefined reference to `ERR_get_error'
  321. /usr/bin/ld: (.text+0xe2): undefined reference to `ERR_error_string'
  322. /usr/bin/ld: (.text+0x114): undefined reference to `EVP_PKEY_new'
  323. /usr/bin/ld: (.text+0x12c): undefined reference to `EVP_PKEY_set1_DSA'
  324. /usr/bin/ld: (.text+0x160): undefined reference to `EVP_PKEY_free'
  325. /usr/bin/ld: (.text+0x18a): undefined reference to `EVP_PKEY_new_raw_private_key'
  326. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_privkey_build_ecdsa':
  327. (.text+0x42d): undefined reference to `EC_KEY_new_by_curve_name'
  328. /usr/bin/ld: (.text+0x442): undefined reference to `EC_KEY_get0_group'
  329. /usr/bin/ld: (.text+0x44d): undefined reference to `EC_POINT_new'
  330. /usr/bin/ld: (.text+0x480): undefined reference to `EC_POINT_oct2point'
  331. /usr/bin/ld: (.text+0x490): undefined reference to `EC_KEY_set_public_key'
  332. /usr/bin/ld: (.text+0x49b): undefined reference to `EC_POINT_free'
  333. /usr/bin/ld: (.text+0x4bc): undefined reference to `EC_KEY_set_private_key'
  334. /usr/bin/ld: (.text+0x4c7): undefined reference to `BN_free'
  335. /usr/bin/ld: (.text+0x4e6): undefined reference to `EC_KEY_free'
  336. /usr/bin/ld: (.text+0x504): undefined reference to `EC_POINT_free'
  337. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_pubkey_build_ecdsa':
  338. (.text+0x534): undefined reference to `EC_KEY_new_by_curve_name'
  339. /usr/bin/ld: (.text+0x545): undefined reference to `EC_KEY_get0_group'
  340. /usr/bin/ld: (.text+0x550): undefined reference to `EC_POINT_new'
  341. /usr/bin/ld: (.text+0x57f): undefined reference to `EC_POINT_oct2point'
  342. /usr/bin/ld: (.text+0x58f): undefined reference to `EC_KEY_set_public_key'
  343. /usr/bin/ld: (.text+0x599): undefined reference to `EC_POINT_free'
  344. /usr/bin/ld: (.text+0x5b4): undefined reference to `EC_POINT_free'
  345. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_dup':
  346. (.text+0x65a): undefined reference to `RSA_new'
  347. /usr/bin/ld: (.text+0x680): undefined reference to `RSA_get0_key'
  348. /usr/bin/ld: (.text+0x68a): undefined reference to `BN_dup'
  349. /usr/bin/ld: (.text+0x697): undefined reference to `BN_dup'
  350. /usr/bin/ld: (.text+0x6be): undefined reference to `RSA_set0_key'
  351. /usr/bin/ld: (.text+0x739): undefined reference to `EC_KEY_dup'
  352. /usr/bin/ld: (.text+0x7ae): undefined reference to `DSA_new'
  353. /usr/bin/ld: (.text+0x7d0): undefined reference to `DSA_get0_pqg'
  354. /usr/bin/ld: (.text+0x7da): undefined reference to `BN_dup'
  355. /usr/bin/ld: (.text+0x7e7): undefined reference to `BN_dup'
  356. /usr/bin/ld: (.text+0x7f4): undefined reference to `BN_dup'
  357. /usr/bin/ld: (.text+0x827): undefined reference to `DSA_set0_pqg'
  358. /usr/bin/ld: (.text+0x842): undefined reference to `DSA_get0_key'
  359. /usr/bin/ld: (.text+0x84c): undefined reference to `BN_dup'
  360. /usr/bin/ld: (.text+0x864): undefined reference to `DSA_set0_key'
  361. /usr/bin/ld: (.text+0x888): undefined reference to `BN_dup'
  362. /usr/bin/ld: (.text+0x8a0): undefined reference to `DSA_set0_key'
  363. /usr/bin/ld: (.text+0x8bc): undefined reference to `BN_free'
  364. /usr/bin/ld: (.text+0x8c4): undefined reference to `BN_free'
  365. /usr/bin/ld: (.text+0x8cc): undefined reference to `BN_free'
  366. /usr/bin/ld: (.text+0x8dc): undefined reference to `EC_KEY_new_by_curve_name'
  367. /usr/bin/ld: (.text+0x8f3): undefined reference to `EC_KEY_get0_public_key'
  368. /usr/bin/ld: (.text+0x909): undefined reference to `EC_KEY_set_public_key'
  369. /usr/bin/ld: (.text+0x953): undefined reference to `BN_dup'
  370. /usr/bin/ld: (.text+0x96d): undefined reference to `RSA_set0_key'
  371. /usr/bin/ld: (.text+0x988): undefined reference to `RSA_get0_factors'
  372. /usr/bin/ld: (.text+0x99f): undefined reference to `BN_dup'
  373. /usr/bin/ld: (.text+0x9ac): undefined reference to `BN_dup'
  374. /usr/bin/ld: (.text+0x9d1): undefined reference to `RSA_set0_factors'
  375. /usr/bin/ld: (.text+0x9f1): undefined reference to `RSA_get0_crt_params'
  376. /usr/bin/ld: (.text+0xa04): undefined reference to `BN_dup'
  377. /usr/bin/ld: (.text+0xa11): undefined reference to `BN_dup'
  378. /usr/bin/ld: (.text+0xa1e): undefined reference to `BN_dup'
  379. /usr/bin/ld: (.text+0xa49): undefined reference to `RSA_set0_crt_params'
  380. /usr/bin/ld: (.text+0xa59): undefined reference to `BN_free'
  381. /usr/bin/ld: (.text+0xa61): undefined reference to `BN_free'
  382. /usr/bin/ld: (.text+0xa69): undefined reference to `BN_free'
  383. /usr/bin/ld: (.text+0xa7c): undefined reference to `BN_free'
  384. /usr/bin/ld: (.text+0xa84): undefined reference to `BN_free'
  385. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_generate_rsa':
  386. (.text+0xabf): undefined reference to `BN_new'
  387. /usr/bin/ld: (.text+0xac7): undefined reference to `RSA_new'
  388. /usr/bin/ld: (.text+0xad8): undefined reference to `BN_set_word'
  389. /usr/bin/ld: (.text+0xae9): undefined reference to `RSA_generate_key_ex'
  390. /usr/bin/ld: (.text+0xaf4): undefined reference to `BN_free'
  391. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_generate_dss':
  392. (.text+0xb30): undefined reference to `DSA_new'
  393. /usr/bin/ld: (.text+0xb53): undefined reference to `DSA_generate_parameters_ex'
  394. /usr/bin/ld: (.text+0xb63): undefined reference to `DSA_generate_key'
  395. /usr/bin/ld: (.text+0xb7a): undefined reference to `DSA_free'
  396. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_generate_ecdsa':
  397. (.text+0xbf3): undefined reference to `EC_KEY_new_by_curve_name'
  398. /usr/bin/ld: (.text+0xc04): undefined reference to `EC_KEY_generate_key'
  399. /usr/bin/ld: (.text+0xc16): undefined reference to `EC_KEY_set_asn1_flag'
  400. /usr/bin/ld: (.text+0xc4d): undefined reference to `EC_KEY_free'
  401. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_compare':
  402. (.text+0xca2): undefined reference to `DSA_size'
  403. /usr/bin/ld: (.text+0xcae): undefined reference to `DSA_size'
  404. /usr/bin/ld: (.text+0xd03): undefined reference to `EC_KEY_get0_public_key'
  405. /usr/bin/ld: (.text+0xd0f): undefined reference to `EC_KEY_get0_public_key'
  406. /usr/bin/ld: (.text+0xd1b): undefined reference to `EC_KEY_get0_group'
  407. /usr/bin/ld: (.text+0xd27): undefined reference to `EC_KEY_get0_group'
  408. /usr/bin/ld: (.text+0xd3e): undefined reference to `EC_GROUP_cmp'
  409. /usr/bin/ld: (.text+0xd56): undefined reference to `EC_POINT_cmp'
  410. /usr/bin/ld: (.text+0xd77): undefined reference to `EC_KEY_get0_private_key'
  411. /usr/bin/ld: (.text+0xd83): undefined reference to `EC_KEY_get0_private_key'
  412. /usr/bin/ld: (.text+0xd8e): undefined reference to `BN_cmp'
  413. /usr/bin/ld: (.text+0xda5): undefined reference to `RSA_size'
  414. /usr/bin/ld: (.text+0xdb1): undefined reference to `RSA_size'
  415. /usr/bin/ld: (.text+0xdcf): undefined reference to `RSA_get0_key'
  416. /usr/bin/ld: (.text+0xde4): undefined reference to `RSA_get0_key'
  417. /usr/bin/ld: (.text+0xdf3): undefined reference to `BN_cmp'
  418. /usr/bin/ld: (.text+0xe0a): undefined reference to `BN_cmp'
  419. /usr/bin/ld: (.text+0xe32): undefined reference to `RSA_get0_factors'
  420. /usr/bin/ld: (.text+0xe45): undefined reference to `RSA_get0_factors'
  421. /usr/bin/ld: (.text+0xe54): undefined reference to `BN_cmp'
  422. /usr/bin/ld: (.text+0xe7c): undefined reference to `DSA_get0_pqg'
  423. /usr/bin/ld: (.text+0xe94): undefined reference to `DSA_get0_pqg'
  424. /usr/bin/ld: (.text+0xea3): undefined reference to `BN_cmp'
  425. /usr/bin/ld: (.text+0xeba): undefined reference to `BN_cmp'
  426. /usr/bin/ld: (.text+0xed1): undefined reference to `BN_cmp'
  427. /usr/bin/ld: (.text+0xeec): undefined reference to `DSA_get0_key'
  428. /usr/bin/ld: (.text+0xeff): undefined reference to `DSA_get0_key'
  429. /usr/bin/ld: (.text+0xf0e): undefined reference to `BN_cmp'
  430. /usr/bin/ld: (.text+0xf32): undefined reference to `BN_cmp'
  431. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_private_key_to_pem':
  432. (.text+0xf88): undefined reference to `BIO_s_mem'
  433. /usr/bin/ld: (.text+0xf90): undefined reference to `BIO_new'
  434. /usr/bin/ld: (.text+0xfc7): undefined reference to `EVP_PKEY_new'
  435. /usr/bin/ld: (.text+0xfdf): undefined reference to `EVP_PKEY_set1_RSA'
  436. /usr/bin/ld: (.text+0xff6): undefined reference to `EVP_aes_128_cbc'
  437. /usr/bin/ld: (.text+0x1012): undefined reference to `PEM_write_bio_PrivateKey'
  438. /usr/bin/ld: (.text+0x101e): undefined reference to `EVP_PKEY_free'
  439. /usr/bin/ld: (.text+0x103b): undefined reference to `BIO_ctrl'
  440. /usr/bin/ld: (.text+0x106c): undefined reference to `BIO_free'
  441. /usr/bin/ld: (.text+0x10a9): undefined reference to `EVP_PKEY_new'
  442. /usr/bin/ld: (.text+0x10bd): undefined reference to `EVP_PKEY_set1_EC_KEY'
  443. /usr/bin/ld: (.text+0x10d9): undefined reference to `EVP_PKEY_free'
  444. /usr/bin/ld: (.text+0x10e1): undefined reference to `BIO_free'
  445. /usr/bin/ld: (.text+0x1171): undefined reference to `EVP_PKEY_new_raw_private_key'
  446. /usr/bin/ld: (.text+0x1182): undefined reference to `ERR_get_error'
  447. /usr/bin/ld: (.text+0x118c): undefined reference to `ERR_error_string'
  448. /usr/bin/ld: (.text+0x11b9): undefined reference to `EVP_PKEY_new'
  449. /usr/bin/ld: (.text+0x11d1): undefined reference to `EVP_PKEY_set1_DSA'
  450. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_private_key_from_base64':
  451. (.text+0x1221): undefined reference to `BIO_new_mem_buf'
  452. /usr/bin/ld: (.text+0x123c): undefined reference to `PEM_read_bio_PrivateKey'
  453. /usr/bin/ld: (.text+0x1247): undefined reference to `BIO_free'
  454. /usr/bin/ld: (.text+0x1258): undefined reference to `EVP_PKEY_base_id'
  455. /usr/bin/ld: (.text+0x128e): undefined reference to `EVP_PKEY_get1_DSA'
  456. /usr/bin/ld: (.text+0x12a2): undefined reference to `EVP_PKEY_free'
  457. /usr/bin/ld: (.text+0x1349): undefined reference to `EVP_PKEY_get_raw_private_key'
  458. /usr/bin/ld: (.text+0x1365): undefined reference to `EVP_PKEY_free'
  459. /usr/bin/ld: (.text+0x1373): undefined reference to `DSA_free'
  460. /usr/bin/ld: (.text+0x137a): undefined reference to `RSA_free'
  461. /usr/bin/ld: (.text+0x1381): undefined reference to `EC_KEY_free'
  462. /usr/bin/ld: (.text+0x13b5): undefined reference to `PEM_read_bio_PrivateKey'
  463. /usr/bin/ld: (.text+0x13c9): undefined reference to `ERR_get_error'
  464. /usr/bin/ld: (.text+0x13d3): undefined reference to `ERR_error_string'
  465. /usr/bin/ld: (.text+0x140f): undefined reference to `EVP_PKEY_get1_RSA'
  466. /usr/bin/ld: (.text+0x1420): undefined reference to `ERR_get_error'
  467. /usr/bin/ld: (.text+0x142a): undefined reference to `ERR_error_string'
  468. /usr/bin/ld: (.text+0x1452): undefined reference to `EVP_PKEY_free'
  469. /usr/bin/ld: (.text+0x1460): undefined reference to `DSA_free'
  470. /usr/bin/ld: (.text+0x1467): undefined reference to `RSA_free'
  471. /usr/bin/ld: (.text+0x146f): undefined reference to `EC_KEY_free'
  472. /usr/bin/ld: (.text+0x1487): undefined reference to `EVP_PKEY_free'
  473. /usr/bin/ld: (.text+0x148f): undefined reference to `EVP_PKEY_base_id'
  474. /usr/bin/ld: (.text+0x14bc): undefined reference to `EVP_PKEY_get1_EC_KEY'
  475. /usr/bin/ld: (.text+0x14d0): undefined reference to `EC_KEY_get0_group'
  476. /usr/bin/ld: (.text+0x14d8): undefined reference to `EC_GROUP_get_curve_name'
  477. /usr/bin/ld: (.text+0x1534): undefined reference to `EC_KEY_get0_group'
  478. /usr/bin/ld: (.text+0x153c): undefined reference to `EC_GROUP_get_curve_name'
  479. /usr/bin/ld: (.text+0x1559): undefined reference to `ERR_get_error'
  480. /usr/bin/ld: (.text+0x1566): undefined reference to `ERR_error_string'
  481. /usr/bin/ld: (.text+0x1594): undefined reference to `EVP_PKEY_free'
  482. /usr/bin/ld: (.text+0x15a3): undefined reference to `DSA_free'
  483. /usr/bin/ld: (.text+0x15ab): undefined reference to `RSA_free'
  484. /usr/bin/ld: (.text+0x15b3): undefined reference to `EC_KEY_free'
  485. /usr/bin/ld: (.text+0x15d4): undefined reference to `EVP_PKEY_free'
  486. /usr/bin/ld: (.text+0x15ed): undefined reference to `EVP_PKEY_free'
  487. /usr/bin/ld: (.text+0x15fb): undefined reference to `DSA_free'
  488. /usr/bin/ld: (.text+0x1602): undefined reference to `RSA_free'
  489. /usr/bin/ld: (.text+0x160a): undefined reference to `EC_KEY_free'
  490. /usr/bin/ld: (.text+0x163a): undefined reference to `EVP_PKEY_get_raw_private_key'
  491. /usr/bin/ld: (.text+0x1651): undefined reference to `EVP_PKEY_free'
  492. /usr/bin/ld: (.text+0x1677): undefined reference to `EVP_PKEY_free'
  493. /usr/bin/ld: (.text+0x1685): undefined reference to `DSA_free'
  494. /usr/bin/ld: (.text+0x168c): undefined reference to `RSA_free'
  495. /usr/bin/ld: (.text+0x1693): undefined reference to `EC_KEY_free'
  496. /usr/bin/ld: (.text+0x16c1): undefined reference to `ERR_get_error'
  497. /usr/bin/ld: (.text+0x16cb): undefined reference to `ERR_error_string'
  498. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_privkey_build_dss':
  499. (.text+0x1765): undefined reference to `DSA_new'
  500. /usr/bin/ld: (.text+0x17cf): undefined reference to `DSA_set0_pqg'
  501. /usr/bin/ld: (.text+0x17e2): undefined reference to `DSA_set0_key'
  502. /usr/bin/ld: (.text+0x1801): undefined reference to `DSA_free'
  503. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_pubkey_build_dss':
  504. (.text+0x183c): undefined reference to `DSA_new'
  505. /usr/bin/ld: (.text+0x189b): undefined reference to `DSA_set0_pqg'
  506. /usr/bin/ld: (.text+0x18ad): undefined reference to `DSA_set0_key'
  507. /usr/bin/ld: (.text+0x18c9): undefined reference to `DSA_free'
  508. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_privkey_build_rsa':
  509. (.text+0x1902): undefined reference to `RSA_new'
  510. /usr/bin/ld: (.text+0x1979): undefined reference to `RSA_set0_key'
  511. /usr/bin/ld: (.text+0x198c): undefined reference to `RSA_set0_factors'
  512. /usr/bin/ld: (.text+0x19b1): undefined reference to `RSA_free'
  513. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_pubkey_build_rsa':
  514. (.text+0x19e2): undefined reference to `RSA_new'
  515. /usr/bin/ld: (.text+0x1a19): undefined reference to `RSA_set0_key'
  516. /usr/bin/ld: (.text+0x1a35): undefined reference to `RSA_free'
  517. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_publickey_to_blob':
  518. (.text+0x1c24): undefined reference to `RSA_get0_key'
  519. /usr/bin/ld: (.text+0x1d16): undefined reference to `EC_KEY_get0_public_key'
  520. /usr/bin/ld: (.text+0x1d22): undefined reference to `EC_KEY_get0_group'
  521. /usr/bin/ld: (.text+0x1d3d): undefined reference to `EC_POINT_point2oct'
  522. /usr/bin/ld: (.text+0x1d86): undefined reference to `EC_POINT_point2oct'
  523. /usr/bin/ld: (.text+0x1e14): undefined reference to `DSA_get0_pqg'
  524. /usr/bin/ld: (.text+0x1e66): undefined reference to `DSA_get0_key'
  525. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_signature_to_blob':
  526. (.text+0x20f8): undefined reference to `d2i_ECDSA_SIG'
  527. /usr/bin/ld: (.text+0x2116): undefined reference to `ECDSA_SIG_get0'
  528. /usr/bin/ld: (.text+0x21db): undefined reference to `ECDSA_SIG_free'
  529. /usr/bin/ld: (.text+0x2204): undefined reference to `ECDSA_SIG_free'
  530. /usr/bin/ld: (.text+0x228f): undefined reference to `d2i_DSA_SIG'
  531. /usr/bin/ld: (.text+0x22ad): undefined reference to `DSA_SIG_get0'
  532. /usr/bin/ld: (.text+0x23bb): undefined reference to `DSA_SIG_free'
  533. /usr/bin/ld: (.text+0x2404): undefined reference to `ECDSA_SIG_free'
  534. /usr/bin/ld: (.text+0x2417): undefined reference to `DSA_SIG_free'
  535. /usr/bin/ld: (.text+0x2424): undefined reference to `DSA_SIG_free'
  536. /usr/bin/ld: (.text+0x2447): undefined reference to `ECDSA_SIG_free'
  537. /usr/bin/ld: (.text+0x2454): undefined reference to `DSA_SIG_free'
  538. /usr/bin/ld: (.text+0x247e): undefined reference to `ECDSA_SIG_free'
  539. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_signature_from_blob':
  540. (.text+0x2534): undefined reference to `RSA_size'
  541. /usr/bin/ld: (.text+0x26d8): undefined reference to `ECDSA_SIG_new'
  542. /usr/bin/ld: (.text+0x26f2): undefined reference to `ECDSA_SIG_set0'
  543. /usr/bin/ld: (.text+0x2705): undefined reference to `i2d_ECDSA_SIG'
  544. /usr/bin/ld: (.text+0x276e): undefined reference to `ECDSA_SIG_free'
  545. /usr/bin/ld: (.text+0x28a0): undefined reference to `DSA_SIG_new'
  546. /usr/bin/ld: (.text+0x28ba): undefined reference to `DSA_SIG_set0'
  547. /usr/bin/ld: (.text+0x28cd): undefined reference to `i2d_DSA_SIG'
  548. /usr/bin/ld: (.text+0x2936): undefined reference to `DSA_SIG_free'
  549. /usr/bin/ld: (.text+0x29e9): undefined reference to `BN_clear_free'
  550. /usr/bin/ld: (.text+0x2a14): undefined reference to `ECDSA_SIG_free'
  551. /usr/bin/ld: (.text+0x2a21): undefined reference to `BN_clear_free'
  552. /usr/bin/ld: (.text+0x2a29): undefined reference to `BN_clear_free'
  553. /usr/bin/ld: (.text+0x2a47): undefined reference to `DSA_SIG_free'
  554. /usr/bin/ld: (.text+0x2a54): undefined reference to `BN_clear_free'
  555. /usr/bin/ld: (.text+0x2a5c): undefined reference to `BN_clear_free'
  556. /usr/bin/ld: (.text+0x2a74): undefined reference to `BN_clear_free'
  557. /usr/bin/ld: (.text+0x2a7c): undefined reference to `BN_clear_free'
  558. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_sign_data':
  559. (.text+0x2bd0): undefined reference to `EVP_PKEY_size'
  560. /usr/bin/ld: (.text+0x2bee): undefined reference to `EVP_MD_CTX_new'
  561. /usr/bin/ld: (.text+0x2c0e): undefined reference to `EVP_DigestSignInit'
  562. /usr/bin/ld: (.text+0x2c2e): undefined reference to `EVP_DigestSign'
  563. /usr/bin/ld: (.text+0x2c3c): undefined reference to `ERR_get_error'
  564. /usr/bin/ld: (.text+0x2c46): undefined reference to `ERR_error_string'
  565. /usr/bin/ld: (.text+0x2c6e): undefined reference to `EVP_MD_CTX_free'
  566. /usr/bin/ld: (.text+0x2c92): undefined reference to `EVP_PKEY_free'
  567. /usr/bin/ld: (.text+0x2cf1): undefined reference to `ERR_get_error'
  568. /usr/bin/ld: (.text+0x2cfb): undefined reference to `ERR_error_string'
  569. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_verify_data_signature':
  570. (.text+0x2e87): undefined reference to `EVP_MD_CTX_new'
  571. /usr/bin/ld: (.text+0x2ea5): undefined reference to `EVP_DigestVerifyInit'
  572. /usr/bin/ld: (.text+0x2ec0): undefined reference to `EVP_DigestVerify'
  573. /usr/bin/ld: (.text+0x2ece): undefined reference to `ERR_get_error'
  574. /usr/bin/ld: (.text+0x2ede): undefined reference to `ERR_error_string'
  575. /usr/bin/ld: (.text+0x2f03): undefined reference to `EVP_MD_CTX_free'
  576. /usr/bin/ld: (.text+0x2f0b): undefined reference to `EVP_PKEY_free'
  577. /usr/bin/ld: (.text+0x2f29): undefined reference to `ERR_get_error'
  578. /usr/bin/ld: (.text+0x2f33): undefined reference to `ERR_error_string'
  579. /usr/bin/ld: (.text+0x2f81): undefined reference to `ERR_get_error'
  580. /usr/bin/ld: (.text+0x2f8b): undefined reference to `ERR_error_string'
  581. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_key_generate_ed25519':
  582. (.text+0x305a): undefined reference to `EVP_PKEY_CTX_new_id'
  583. /usr/bin/ld: (.text+0x306e): undefined reference to `EVP_PKEY_keygen_init'
  584. /usr/bin/ld: (.text+0x3082): undefined reference to `EVP_PKEY_keygen'
  585. /usr/bin/ld: (.text+0x3090): undefined reference to `ERR_get_error'
  586. /usr/bin/ld: (.text+0x309a): undefined reference to `ERR_error_string'
  587. /usr/bin/ld: (.text+0x30bf): undefined reference to `EVP_PKEY_CTX_free'
  588. /usr/bin/ld: (.text+0x30cd): undefined reference to `EVP_PKEY_free'
  589. /usr/bin/ld: (.text+0x3121): undefined reference to `ERR_get_error'
  590. /usr/bin/ld: (.text+0x312b): undefined reference to `ERR_error_string'
  591. /usr/bin/ld: (.text+0x3196): undefined reference to `EVP_PKEY_get_raw_private_key'
  592. /usr/bin/ld: (.text+0x31ad): undefined reference to `EVP_PKEY_get_raw_public_key'
  593. /usr/bin/ld: (.text+0x31bb): undefined reference to `ERR_get_error'
  594. /usr/bin/ld: (.text+0x31c5): undefined reference to `ERR_error_string'
  595. /usr/bin/ld: (.text+0x31f1): undefined reference to `ERR_get_error'
  596. /usr/bin/ld: (.text+0x31fb): undefined reference to `ERR_error_string'
  597. /usr/bin/ld: (.text+0x3229): undefined reference to `ERR_get_error'
  598. /usr/bin/ld: (.text+0x3233): undefined reference to `ERR_error_string'
  599. /usr/bin/ld: (.text+0x3264): undefined reference to `EVP_PKEY_CTX_free'
  600. /usr/bin/ld: (.text+0x326d): undefined reference to `EVP_PKEY_free'
  601. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(pki_crypto.c.o): in function `pki_digest_to_md':
  602. (.text+0x2f9): undefined reference to `EVP_sha512'
  603. /usr/bin/ld: (.text+0x301): undefined reference to `EVP_sha1'
  604. /usr/bin/ld: (.text+0x309): undefined reference to `EVP_sha256'
  605. /usr/bin/ld: (.text+0x311): undefined reference to `EVP_sha384'
  606. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(ecdh_crypto.c.o): in function `ssh_client_ecdh_init':
  607. (.text+0x16): undefined reference to `BN_CTX_new'
  608. /usr/bin/ld: (.text+0x64): undefined reference to `EC_KEY_new_by_curve_name'
  609. /usr/bin/ld: (.text+0x78): undefined reference to `EC_KEY_get0_group'
  610. /usr/bin/ld: (.text+0x83): undefined reference to `EC_KEY_generate_key'
  611. /usr/bin/ld: (.text+0x8b): undefined reference to `EC_KEY_get0_public_key'
  612. /usr/bin/ld: (.text+0xa6): undefined reference to `EC_POINT_point2oct'
  613. /usr/bin/ld: (.text+0xef): undefined reference to `EC_POINT_point2oct'
  614. /usr/bin/ld: (.text+0xf7): undefined reference to `BN_CTX_free'
  615. /usr/bin/ld: (.text+0x174): undefined reference to `BN_CTX_free'
  616. /usr/bin/ld: (.text+0x190): undefined reference to `EC_KEY_free'
  617. /usr/bin/ld: (.text+0x1a2): undefined reference to `BN_CTX_free'
  618. /usr/bin/ld: (.text+0x1aa): undefined reference to `EC_KEY_free'
  619. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(ecdh_crypto.c.o): in function `ecdh_build_k':
  620. (.text+0x1d1): undefined reference to `EC_KEY_get0_group'
  621. /usr/bin/ld: (.text+0x1dc): undefined reference to `EC_GROUP_get_degree'
  622. /usr/bin/ld: (.text+0x1f0): undefined reference to `BN_CTX_new'
  623. /usr/bin/ld: (.text+0x204): undefined reference to `EC_POINT_new'
  624. /usr/bin/ld: (.text+0x255): undefined reference to `EC_POINT_oct2point'
  625. /usr/bin/ld: (.text+0x260): undefined reference to `BN_CTX_free'
  626. /usr/bin/ld: (.text+0x29c): undefined reference to `ECDH_compute_key'
  627. /usr/bin/ld: (.text+0x2a7): undefined reference to `EC_POINT_clear_free'
  628. /usr/bin/ld: (.text+0x2bc): undefined reference to `BN_new'
  629. /usr/bin/ld: (.text+0x2da): undefined reference to `BN_bin2bn'
  630. /usr/bin/ld: (.text+0x2f8): undefined reference to `EC_KEY_free'
  631. /usr/bin/ld: (.text+0x347): undefined reference to `EC_POINT_clear_free'
  632. /usr/bin/ld: (.text+0x362): undefined reference to `EC_KEY_free'
  633. /usr/bin/ld: (.text+0x380): undefined reference to `BN_CTX_free'
  634. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(ecdh_crypto.c.o): in function `ssh_packet_server_ecdh_init':
  635. (.text+0x3f2): undefined reference to `BN_CTX_new'
  636. /usr/bin/ld: (.text+0x427): undefined reference to `EC_KEY_new_by_curve_name'
  637. /usr/bin/ld: (.text+0x43b): undefined reference to `EC_KEY_get0_group'
  638. /usr/bin/ld: (.text+0x446): undefined reference to `EC_KEY_generate_key'
  639. /usr/bin/ld: (.text+0x44e): undefined reference to `EC_KEY_get0_public_key'
  640. /usr/bin/ld: (.text+0x469): undefined reference to `EC_POINT_point2oct'
  641. /usr/bin/ld: (.text+0x4b2): undefined reference to `EC_POINT_point2oct'
  642. /usr/bin/ld: (.text+0x4ba): undefined reference to `BN_CTX_free'
  643. /usr/bin/ld: (.text+0x6a4): undefined reference to `EC_KEY_free'
  644. /usr/bin/ld: (.text+0x6ac): undefined reference to `BN_CTX_free'
  645. /usr/bin/ld: (.text+0x6cb): undefined reference to `BN_CTX_free'
  646. /usr/bin/ld: (.text+0x6fc): undefined reference to `BN_CTX_free'
  647. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_decrypt':
  648. (.text+0x7a): undefined reference to `EVP_DecryptUpdate'
  649. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_aead_decrypt':
  650. (.text+0x154): undefined reference to `EVP_CIPHER_CTX_ctrl'
  651. /usr/bin/ld: (.text+0x174): undefined reference to `EVP_CIPHER_CTX_ctrl'
  652. /usr/bin/ld: (.text+0x195): undefined reference to `EVP_DecryptUpdate'
  653. /usr/bin/ld: (.text+0x1b6): undefined reference to `EVP_DecryptUpdate'
  654. /usr/bin/ld: (.text+0x1d6): undefined reference to `EVP_DecryptFinal'
  655. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_encrypt':
  656. (.text+0x33a): undefined reference to `EVP_EncryptUpdate'
  657. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_aead_encrypt':
  658. (.text+0x41e): undefined reference to `EVP_CIPHER_CTX_ctrl'
  659. /usr/bin/ld: (.text+0x443): undefined reference to `EVP_EncryptUpdate'
  660. /usr/bin/ld: (.text+0x488): undefined reference to `EVP_EncryptUpdate'
  661. /usr/bin/ld: (.text+0x52b): undefined reference to `EVP_EncryptFinal'
  662. /usr/bin/ld: (.text+0x547): undefined reference to `EVP_CIPHER_CTX_ctrl'
  663. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_cleanup':
  664. (.text+0x5b2): undefined reference to `EVP_CIPHER_CTX_reset'
  665. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_init':
  666. (.text+0x601): undefined reference to `EVP_aes_256_gcm'
  667. /usr/bin/ld: (.text+0x641): undefined reference to `EVP_des_ede3_cbc'
  668. /usr/bin/ld: (.text+0x651): undefined reference to `EVP_aes_128_cbc'
  669. /usr/bin/ld: (.text+0x661): undefined reference to `EVP_aes_192_cbc'
  670. /usr/bin/ld: (.text+0x671): undefined reference to `EVP_aes_256_cbc'
  671. /usr/bin/ld: (.text+0x681): undefined reference to `EVP_aes_128_ctr'
  672. /usr/bin/ld: (.text+0x691): undefined reference to `EVP_aes_192_ctr'
  673. /usr/bin/ld: (.text+0x6a1): undefined reference to `EVP_aes_256_ctr'
  674. /usr/bin/ld: (.text+0x6b1): undefined reference to `EVP_aes_128_gcm'
  675. /usr/bin/ld: (.text+0x6c1): undefined reference to `EVP_CIPHER_CTX_new'
  676. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_set_decrypt_key':
  677. (.text+0x6ec): undefined reference to `EVP_CIPHER_CTX_reset'
  678. /usr/bin/ld: (.text+0x701): undefined reference to `EVP_DecryptInit_ex'
  679. /usr/bin/ld: (.text+0x71c): undefined reference to `EVP_CIPHER_CTX_set_padding'
  680. /usr/bin/ld: (.text+0x73e): undefined reference to `EVP_CIPHER_CTX_ctrl'
  681. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_set_encrypt_key':
  682. (.text+0x79c): undefined reference to `EVP_CIPHER_CTX_reset'
  683. /usr/bin/ld: (.text+0x7b1): undefined reference to `EVP_EncryptInit_ex'
  684. /usr/bin/ld: (.text+0x7cc): undefined reference to `EVP_CIPHER_CTX_set_padding'
  685. /usr/bin/ld: (.text+0x7ee): undefined reference to `EVP_CIPHER_CTX_ctrl'
  686. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `ssh_reseed':
  687. (.text+0x863): undefined reference to `RAND_add'
  688. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `ssh_get_random':
  689. (.text+0x899): undefined reference to `RAND_bytes'
  690. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha1_init':
  691. (.text+0x8b7): undefined reference to `EVP_MD_CTX_new'
  692. /usr/bin/ld: (.text+0x8c7): undefined reference to `EVP_MD_CTX_reset'
  693. /usr/bin/ld: (.text+0x8cc): undefined reference to `EVP_sha1'
  694. /usr/bin/ld: (.text+0x8d9): undefined reference to `EVP_DigestInit_ex'
  695. /usr/bin/ld: (.text+0x8f7): undefined reference to `EVP_MD_CTX_free'
  696. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp':
  697. (.text+0x946): undefined reference to `EVP_MD_CTX_new'
  698. /usr/bin/ld: (.text+0x954): undefined reference to `EVP_DigestInit'
  699. /usr/bin/ld: (.text+0x962): undefined reference to `EVP_DigestUpdate'
  700. /usr/bin/ld: (.text+0x970): undefined reference to `EVP_DigestFinal'
  701. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_init':
  702. (.text+0x9a4): undefined reference to `EVP_MD_CTX_new'
  703. /usr/bin/ld: (.text+0x9b7): undefined reference to `EVP_DigestInit'
  704. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_final':
  705. (.text+0x9e9): undefined reference to `EVP_DigestFinal'
  706. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha256_init':
  707. (.text+0xa07): undefined reference to `EVP_MD_CTX_new'
  708. /usr/bin/ld: (.text+0xa17): undefined reference to `EVP_MD_CTX_reset'
  709. /usr/bin/ld: (.text+0xa1c): undefined reference to `EVP_sha256'
  710. /usr/bin/ld: (.text+0xa29): undefined reference to `EVP_DigestInit_ex'
  711. /usr/bin/ld: (.text+0xa47): undefined reference to `EVP_MD_CTX_free'
  712. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha384_init':
  713. (.text+0xa77): undefined reference to `EVP_MD_CTX_new'
  714. /usr/bin/ld: (.text+0xa87): undefined reference to `EVP_MD_CTX_reset'
  715. /usr/bin/ld: (.text+0xa8c): undefined reference to `EVP_sha384'
  716. /usr/bin/ld: (.text+0xa99): undefined reference to `EVP_DigestInit_ex'
  717. /usr/bin/ld: (.text+0xab7): undefined reference to `EVP_MD_CTX_free'
  718. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha512_init':
  719. (.text+0xae7): undefined reference to `EVP_MD_CTX_new'
  720. /usr/bin/ld: (.text+0xaf7): undefined reference to `EVP_MD_CTX_reset'
  721. /usr/bin/ld: (.text+0xafc): undefined reference to `EVP_sha512'
  722. /usr/bin/ld: (.text+0xb09): undefined reference to `EVP_DigestInit_ex'
  723. /usr/bin/ld: (.text+0xb27): undefined reference to `EVP_MD_CTX_free'
  724. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `md5_init':
  725. (.text+0xb57): undefined reference to `EVP_MD_CTX_new'
  726. /usr/bin/ld: (.text+0xb67): undefined reference to `EVP_MD_CTX_reset'
  727. /usr/bin/ld: (.text+0xb6c): undefined reference to `EVP_md5'
  728. /usr/bin/ld: (.text+0xb79): undefined reference to `EVP_DigestInit_ex'
  729. /usr/bin/ld: (.text+0xb97): undefined reference to `EVP_MD_CTX_free'
  730. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `md5_final.localalias':
  731. (.text+0xbf0): undefined reference to `EVP_DigestFinal'
  732. /usr/bin/ld: (.text+0xbf8): undefined reference to `EVP_MD_CTX_free'
  733. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `hmac_init':
  734. (.text+0xe07): undefined reference to `HMAC_CTX_new'
  735. /usr/bin/ld: (.text+0xe25): undefined reference to `EVP_sha256'
  736. /usr/bin/ld: (.text+0xe39): undefined reference to `HMAC_Init_ex'
  737. /usr/bin/ld: (.text+0xe56): undefined reference to `EVP_md5'
  738. /usr/bin/ld: (.text+0xe61): undefined reference to `EVP_sha512'
  739. /usr/bin/ld: (.text+0xe71): undefined reference to `EVP_sha1'
  740. /usr/bin/ld: (.text+0xe87): undefined reference to `HMAC_CTX_free'
  741. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `hmac_final':
  742. (.text+0xeb9): undefined reference to `HMAC_Final'
  743. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `ssh_crypto_init':
  744. (.text+0xefa): undefined reference to `OpenSSL_version_num'
  745. /usr/bin/ld: (.text+0xf07): undefined reference to `OpenSSL_version_num'
  746. /usr/bin/ld: (.text+0xf0f): undefined reference to `OpenSSL_version'
  747. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `nid_to_evpmd':
  748. (.text+0x21): undefined reference to `EVP_sha384'
  749. /usr/bin/ld: (.text+0x29): undefined reference to `EVP_sha256'
  750. /usr/bin/ld: (.text+0x31): undefined reference to `EVP_sha512'
  751. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_cipher_cleanup':
  752. (.text+0x5bc): undefined reference to `EVP_CIPHER_CTX_free'
  753. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha1_update':
  754. (.text+0x915): undefined reference to `EVP_DigestUpdate'
  755. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp':
  756. (.text+0x986): undefined reference to `EVP_MD_CTX_free'
  757. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_update':
  758. (.text+0x9d5): undefined reference to `EVP_DigestUpdate'
  759. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `evp_final':
  760. (.text+0x9f2): undefined reference to `EVP_MD_CTX_free'
  761. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha256_update':
  762. (.text+0xa65): undefined reference to `EVP_DigestUpdate'
  763. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha384_update':
  764. (.text+0xad5): undefined reference to `EVP_DigestUpdate'
  765. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `sha512_update':
  766. (.text+0xb45): undefined reference to `EVP_DigestUpdate'
  767. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `md5_update':
  768. (.text+0xbb5): undefined reference to `EVP_DigestUpdate'
  769. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `hmac_update':
  770. (.text+0xea5): undefined reference to `HMAC_Update'
  771. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(libcrypto.c.o): in function `hmac_final':
  772. (.text+0xec2): undefined reference to `HMAC_CTX_free'
  773. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_keypair_get_keys':
  774. (.text+0x42): undefined reference to `DH_get0_key'
  775. /usr/bin/ld: (.text+0x54): undefined reference to `BN_num_bits'
  776. /usr/bin/ld: (.text+0x6d): undefined reference to `BN_num_bits'
  777. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_keypair_set_keys':
  778. (.text+0xca): undefined reference to `DH_set0_key'
  779. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_get_parameters':
  780. (.text+0xfb): undefined reference to `DH_get0_pqg'
  781. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_set_parameters':
  782. (.text+0x168): undefined reference to `DH_free'
  783. /usr/bin/ld: (.text+0x16d): undefined reference to `DH_new'
  784. /usr/bin/ld: (.text+0x17d): undefined reference to `BN_dup'
  785. /usr/bin/ld: (.text+0x188): undefined reference to `BN_dup'
  786. /usr/bin/ld: (.text+0x19b): undefined reference to `DH_set0_pqg'
  787. /usr/bin/ld: (.text+0x1c4): undefined reference to `BN_free'
  788. /usr/bin/ld: (.text+0x1cc): undefined reference to `BN_free'
  789. /usr/bin/ld: (.text+0x1d5): undefined reference to `DH_free'
  790. /usr/bin/ld: (.text+0x1de): undefined reference to `DH_free'
  791. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_cleanup':
  792. (.text+0x225): undefined reference to `DH_free'
  793. /usr/bin/ld: (.text+0x232): undefined reference to `DH_free'
  794. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_keypair_gen_keys':
  795. (.text+0x38a): undefined reference to `DH_generate_key'
  796. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh_crypto.c.o): in function `ssh_dh_compute_shared_secret':
  797. (.text+0x40d): undefined reference to `DH_size'
  798. /usr/bin/ld: (.text+0x473): undefined reference to `DH_compute_key'
  799. /usr/bin/ld: (.text+0x487): undefined reference to `BN_bin2bn'
  800. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(server.c.o): in function `server_set_kex':
  801. (.text+0x4a1): undefined reference to `FIPS_mode'
  802. /usr/bin/ld: (.text+0x541): undefined reference to `FIPS_mode'
  803. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(server.c.o): in function `ssh_server_connection_callback':
  804. (.text+0x911): undefined reference to `FIPS_mode'
  805. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh-gex.c.o): in function `ssh_packet_client_dhgex_reply':
  806. (.text+0xce): undefined reference to `BN_clear_free'
  807. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh-gex.c.o): in function `ssh_packet_client_dhgex_group':
  808. (.text+0x237): undefined reference to `BN_CTX_new'
  809. /usr/bin/ld: (.text+0x2ac): undefined reference to `BN_clear_free'
  810. /usr/bin/ld: (.text+0x2c3): undefined reference to `BN_clear_free'
  811. /usr/bin/ld: (.text+0x2d9): undefined reference to `BN_clear_free'
  812. /usr/bin/ld: (.text+0x2e6): undefined reference to `BN_clear_free'
  813. /usr/bin/ld: (.text+0x2f3): undefined reference to `BN_CTX_free'
  814. /usr/bin/ld: (.text+0x339): undefined reference to `BN_new'
  815. /usr/bin/ld: (.text+0x341): undefined reference to `BN_new'
  816. /usr/bin/ld: (.text+0x38e): undefined reference to `FIPS_mode'
  817. /usr/bin/ld: (.text+0x3b5): undefined reference to `BN_set_word'
  818. /usr/bin/ld: (.text+0x3c7): undefined reference to `BN_num_bits'
  819. /usr/bin/ld: (.text+0x3e7): undefined reference to `BN_cmp'
  820. /usr/bin/ld: (.text+0x3fa): undefined reference to `BN_is_bit_set'
  821. /usr/bin/ld: (.text+0x411): undefined reference to `BN_sub'
  822. /usr/bin/ld: (.text+0x41e): undefined reference to `BN_cmp'
  823. /usr/bin/ld: (.text+0x42f): undefined reference to `BN_cmp'
  824. /usr/bin/ld: (.text+0x536): undefined reference to `BN_CTX_free'
  825. /usr/bin/ld: (.text+0x565): undefined reference to `BN_clear_free'
  826. /usr/bin/ld: (.text+0x57c): undefined reference to `BN_clear_free'
  827. /usr/bin/ld: (.text+0x61e): undefined reference to `BN_clear_free'
  828. /usr/bin/ld: (.text+0x626): undefined reference to `BN_clear_free'
  829. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh-gex.c.o): in function `ssh_packet_server_dhgex_request':
  830. (.text+0xb7c): undefined reference to `FIPS_mode'
  831. /usr/bin/ld: (.text+0xc16): undefined reference to `BN_hex2bn'
  832. /usr/bin/ld: (.text+0xc2d): undefined reference to `BN_hex2bn'
  833. /usr/bin/ld: (.text+0xc8d): undefined reference to `BN_clear_free'
  834. /usr/bin/ld: (.text+0xca9): undefined reference to `BN_clear_free'
  835. /usr/bin/ld: (.text+0xcfb): undefined reference to `BN_clear_free'
  836. /usr/bin/ld: (.text+0xd13): undefined reference to `BN_clear_free'
  837. /usr/bin/ld: (.text+0xda2): undefined reference to `BN_clear_free'
  838. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(dh-gex.c.o):(.text+0xdba): more undefined references to `BN_clear_free' follow
  839. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_gssapi_log_error':
  840. (.text+0x5f): undefined reference to `gss_display_status'
  841. /usr/bin/ld: (.text+0x76): undefined reference to `gss_release_buffer'
  842. /usr/bin/ld: (.text+0x8b): undefined reference to `gss_release_buffer'
  843. /usr/bin/ld: (.text+0xc6): undefined reference to `gss_display_status'
  844. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_gssapi_free.isra.0':
  845. (.text+0x333): undefined reference to `gss_release_cred'
  846. /usr/bin/ld: (.text+0x34c): undefined reference to `gss_release_cred'
  847. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_gssapi_handle_userauth':
  848. (.text+0x496): undefined reference to `gss_create_empty_oid_set'
  849. /usr/bin/ld: (.text+0x4ab): undefined reference to `gss_indicate_mechs'
  850. /usr/bin/ld: (.text+0x5c9): undefined reference to `gss_test_oid_set_member'
  851. /usr/bin/ld: (.text+0x5e5): undefined reference to `gss_add_oid_set_member'
  852. /usr/bin/ld: (.text+0x609): undefined reference to `gss_release_oid_set'
  853. /usr/bin/ld: (.text+0x661): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
  854. /usr/bin/ld: (.text+0x669): undefined reference to `gss_import_name'
  855. /usr/bin/ld: (.text+0x6b4): undefined reference to `gss_acquire_cred'
  856. /usr/bin/ld: (.text+0x6c7): undefined reference to `gss_release_name'
  857. /usr/bin/ld: (.text+0x6d4): undefined reference to `gss_release_oid_set'
  858. /usr/bin/ld: (.text+0x79c): undefined reference to `gss_test_oid_set_member'
  859. /usr/bin/ld: (.text+0x829): undefined reference to `gss_release_oid_set'
  860. /usr/bin/ld: (.text+0x8af): undefined reference to `gss_release_oid_set'
  861. /usr/bin/ld: (.text+0x8e1): undefined reference to `gss_release_oid_set'
  862. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_packet_userauth_gssapi_token_server':
  863. (.text+0xb83): undefined reference to `gss_accept_sec_context'
  864. /usr/bin/ld: (.text+0xbda): undefined reference to `gss_display_name'
  865. /usr/bin/ld: (.text+0xc27): undefined reference to `gss_release_buffer'
  866. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_packet_userauth_gssapi_mic':
  867. (.text+0xfe4): undefined reference to `gss_verify_mic'
  868. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_gssapi_auth_mic':
  869. (.text+0x12c8): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
  870. /usr/bin/ld: (.text+0x12d9): undefined reference to `gss_import_name'
  871. /usr/bin/ld: (.text+0x136d): undefined reference to `gss_inquire_cred'
  872. /usr/bin/ld: (.text+0x138d): undefined reference to `gss_create_empty_oid_set'
  873. /usr/bin/ld: (.text+0x13f1): undefined reference to `gss_inquire_cred_by_mech'
  874. /usr/bin/ld: (.text+0x140d): undefined reference to `gss_add_oid_set_member'
  875. /usr/bin/ld: (.text+0x149f): undefined reference to `GSS_C_NT_USER_NAME'
  876. /usr/bin/ld: (.text+0x14a7): undefined reference to `gss_import_name'
  877. /usr/bin/ld: (.text+0x14db): undefined reference to `gss_acquire_cred'
  878. /usr/bin/ld: (.text+0x14f5): undefined reference to `gss_release_name'
  879. /usr/bin/ld: (.text+0x1511): undefined reference to `gss_release_name'
  880. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_packet_userauth_gssapi_response':
  881. (.text+0x1a7a): undefined reference to `gss_init_sec_context'
  882. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(gssapi.c.o): in function `ssh_packet_userauth_gssapi_token_client':
  883. (.text+0x1d04): undefined reference to `gss_init_sec_context'
  884. /usr/bin/ld: (.text+0x1ddd): undefined reference to `gss_get_mic'
  885. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(bignum.c.o): in function `ssh_make_bignum_string':
  886. (.text+0xd): undefined reference to `BN_num_bits'
  887. /usr/bin/ld: (.text+0x24): undefined reference to `BN_num_bits'
  888. /usr/bin/ld: (.text+0x4c): undefined reference to `BN_bn2bin'
  889. /usr/bin/ld: (.text+0x67): undefined reference to `BN_is_bit_set'
  890. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(bignum.c.o): in function `ssh_make_string_bn':
  891. (.text+0xb4): undefined reference to `BN_new'
  892. /usr/bin/ld: (.text+0xca): undefined reference to `BN_bin2bn'
  893. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libssh.a(bignum.c.o): in function `ssh_print_bignum':
  894. (.text+0xfe): undefined reference to `BN_bn2hex'
  895. /usr/bin/ld: (.text+0x143): undefined reference to `CRYPTO_free'
  896. collect2: error: ld returned 1 exit status
  897. make: *** [/home/paul/qemu-5.1.0/rules.mak:124: qemu-nbd] Error 1
Add Comment
Please, Sign In to add comment