What package do i need to install for using routing sockets?

前端 未结 5 1159
小鲜肉
小鲜肉 2020-12-09 21:59

i am trying code given in Unix Network Programming by Richard Stevens. but i am not able to get the code to compile.

here is the source code. http://www.cs.cmu.edu/a

5条回答
  •  北海茫月
    2020-12-09 22:41

    As explained in https://ubuntu.pkgs.org/16.04/ubuntu-universe-amd64/freebsd-glue_0.2.20_amd64.deb.html just install freebsd-glue deb package:

    sudo apt-get install freebsd-glue
    

提交回复
热议问题