Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. WITH LIBS VARIABLE DEFINED
  2.  
  3. configure:18727: checking for magic.h
  4. configure:18727: result: yes
  5. configure:18741: checking for magic_open in -lmagic
  6. configure:18766: gcc -o conftest -g -O2 -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -Wno-unused-parameter -std=gnu99 -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMPV6_UNREACH -DHAVE_PFRING -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -I./../libhtp/ -I/usr/local/include -I/usr/include/nspr4/ -L/usr/local/lib -L/usr/lib64/ conftest.c -lmagic -lpcap -lpfring -lpfring -lpfring -lpfring -lpfring -lnet -lnfnetlink -lpthread -lyaml -lpcre -lrt -lnuma >&5
  7. /usr/local/lib/libpfring.so: undefined reference to `pcap_compile_nopcap'
  8. /usr/local/lib/libpfring.so: undefined reference to `pcap_freecode'
  9. /usr/local/lib/libpfring.so: undefined reference to `bpf_filter'
  10. collect2: error: ld returned 1 exit status
  11. configure:18766: $? = 1
  12. configure: failed program was:
  13. | /* confdefs.h */
  14.  
  15.  
  16. WITHOUT LIBS VARIABLE DEFINED
  17.  
  18. configure:16573: result: no
  19. configure:16588: checking for pfring_stats in -lpfring
  20. configure:16613: gcc -o conftest -g -O2 -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -Wno-unused-paramete
  21. r -std=gnu99 -march=native -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DHAVE_LIBNET_ICMP
  22. V6_UNREACH -DHAVE_PFRING -I/usr/local/include -L/usr/local/lib conftest.c -lpfring -lpcap -lrt -lnet -lnfnetlink -lpthread
  23. -lyaml -lpcre >&5
  24. /usr/local/lib/libpfring.so: undefined reference to `numa_node_of_cpu'
  25. /usr/local/lib/libpfring.so: undefined reference to `numa_bind'
  26. /usr/local/lib/libpfring.so: undefined reference to `numa_parse_nodestring'
  27. /usr/local/lib/libpfring.so: undefined reference to `numa_available'
  28. collect2: error: ld returned 1 exit status
  29. configure:16613: $? = 1
  30. configure: failed program was:
  31. | /* confdefs.h */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement