mptcp-proxy icon indicating copy to clipboard operation
mptcp-proxy copied to clipboard

Compiling issue , on Centos7

Open shaygun opened this issue 10 years ago • 1 comments

Hi , will appreciated your comment for below , or can you recommend what is the best distro to compile this without trouble ?

[root@localhost MPTCP-PROXY]# ls binheap.c Makefile mpproxy.o packman.h sflman.o binheap.h mangleman.c mptcp_proxy_1-0-1.tar packman.o sha1.c conman.c mangleman.h mptcp_proxy.c README sha1.h conman.h mangleman.o mptcp_proxy.h README~ sha1.o conman.o map_table.c mptcp_proxy.o sessman.c tp_heap.c hmac.h map_table.h mptcpproxy_util.c sessman.h tp_heap.h hmac_sha1.c map_table.o mptcpproxy_util.h sessman.o tp_heap.o hmac_sha1.o mpproxy mptcpproxy_util.o sflman.c uthash.h libnetfilter_queue.h mpproxy.c packman.c sflman.h

[root@localhost MPTCP-PROXY]# make gcc -g -o mptcp_proxy mptcp_proxy.o mangleman.o conman.o sessman.o sflman.o packman.o mptcpproxy_util.o map_table.o tp_heap.o hmac_sha1.o sha1.o -lnetfilter_queue /usr/bin/ld: mptcp_proxy.o: undefined reference to symbol 'nfnl_rcvbufsiz' /usr/bin/ld: note: 'nfnl_rcvbufsiz' is defined in DSO /lib64/libnfnetlink.so.0 so try adding it to the linker command line /lib64/libnfnetlink.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make: *** [mptcp_proxy] Error 1 [root@localhost MPTCP-PROXY]#

shaygun avatar Feb 04 '16 02:02 shaygun

manage to install it on centos 6 , without issue , for centos 7 , no comment .

shaygun avatar Feb 17 '16 09:02 shaygun