// TCP port 5555 on the first Ethernet network interface on Linux rc = zmq_bind(socket, "tcp://eth0:5555"); assert (rc == 0);
sudo ./configure
, sudo make
, sudo make install
一路下来. /usr/local/lib
下, 如果此目录不在 lib 搜索路径内, 需要echo '/usr/local/lib' >> /etc/ld.so.conf sudo ldconfig