google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.63k stars 511 forks source link

CentOS 7 and could not determine kind of name for C.nl_socket_<alloc||free> #28

Closed alythemonk closed 8 years ago

alythemonk commented 8 years ago

Trying to compile and install seesaw on a fully up2date CentOS 7.2 system:

[seesaw]# make test go build ./...

github.com/google/seesaw/netlink

could not determine kind of name for C.nl_socket_alloc could not determine kind of name for C.nl_socket_free make: *\ [all] Error 2

Anyone have any thoughts as to what I maybe doing wrong here ? Thanks.

alythemonk commented 8 years ago

PS running:

Installed Packages golang.x86_64 1.6.3-1.el7_2.1

alythemonk commented 8 years ago

Figured it out, you also need libnl3-devel installed or it won't work.