xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

libnl has different names #41

Closed djs55 closed 10 years ago

djs55 commented 10 years ago

On my Ubuntu box I had to install these packages:

apt-get install libnl-route-3-200
apt-get install libffi-dev
apt-get install libnl-3-200

and then create these additional symlinks

ln -s /lib/x86_64-linux-gnu/libnl-3.so.200 /lib/x86_64-linux-gnu/libnl-3.so
ln -s /usr/lib/x86_64-linux-gnu/libnl-route-3.so.200 /usr/lib/x86_64-linux-gnu/libnl-route-3.so

before I could start xcp-networkd.

robhoes commented 10 years ago

Hmm... I thought that we had taught buildroot about this: on CentOS, we build our own libnl, but on Ubuntu you indeed need the above packages.

djs55 commented 10 years ago

This should be fixed by [xapi-project/ocaml-netlink#1]

djs55 commented 10 years ago

Everything is merged so I'll optimistically close this...