Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created May 16, 2019 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/408b208022e81a59c67d181fe2621480 to your computer and use it in GitHub Desktop.
Save b4ldr/408b208022e81a59c67d181fe2621480 to your computer and use it in GitHub Desktop.
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `rdmasniff_read':
/home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:125: undefined reference to `ibv_get_cq_event'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:134: undefined reference to `ibv_ack_cq_events'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:146: undefined reference to `ibv_wc_status_str'
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `rdmasniff_activate':
/home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:198: undefined reference to `ibv_open_device'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:205: undefined reference to `ibv_alloc_pd'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:212: undefined reference to `ibv_create_comp_channel'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:219: undefined reference to `ibv_create_cq'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:234: undefined reference to `ibv_create_qp'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:244: undefined reference to `ibv_modify_qp'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:252: undefined reference to `ibv_modify_qp'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:284: undefined reference to `ibv_reg_mr'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:322: undefined reference to `ibv_dereg_mr'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:330: undefined reference to `ibv_destroy_qp'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:334: undefined reference to `ibv_destroy_cq'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:338: undefined reference to `ibv_destroy_comp_channel'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:342: undefined reference to `ibv_dealloc_pd'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:346: undefined reference to `ibv_close_device'
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `___ibv_query_port':
/usr/include/infiniband/verbs.h:2034: undefined reference to `ibv_query_port'
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `rdmasniff_cleanup':
/home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:82: undefined reference to `ibv_dereg_mr'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:84: undefined reference to `ibv_destroy_qp'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:85: undefined reference to `ibv_destroy_cq'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:86: undefined reference to `ibv_dealloc_pd'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:87: undefined reference to `ibv_destroy_comp_channel'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:88: undefined reference to `ibv_close_device'
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `rdmasniff_create':
/home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:370: undefined reference to `ibv_get_device_list'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:405: undefined reference to `ibv_free_device_list'
/usr/bin/ld: libpcap/libpcap.a(pcap-rdmasniff.o): in function `rdmasniff_findalldevs':
/home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:417: undefined reference to `ibv_get_device_list'
/usr/bin/ld: /home/jbond/git/nmap/libpcap/./pcap-rdmasniff.c:434: undefined reference to `ibv_free_device_list'
collect2: error: ld returned 1 exit status
make: *** [Makefile:135: nmap] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment