[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with systemd
List, When trying to build 4.5.0-rc1 (tarball) on Jessie, `./configure --enable-systemd --prefix=/usr` will fail when libsystemd-daemon.so is not found in the LIB path (ldconfig -p) the problem is libsystemd-daemon.so.0 is in the path, but it's not the one needed by the ./configure script After some prodding and pulling, I fixed it like this Install the packages below, libsystemd-daemon-dev libsystemd-daemon0 Then make a symlink so we can satisfy (m4/systemd.m4) cd /lib/x86_64-linux-gnu/;sudo ln -s libsystemd-daemon.so.0.0.12 libsystemd-daemon.so Now the configure script will run and systemd is included time make dist > ~/xendout.out du -s ./dist/install is now 75MB, instead of 72MB chmod +x ./tools/misc/mkdeb fakeroot ./tools/misc/mkdeb $(pwd) 4.5.0-rc1 ls -al ./dist/xen-upstream-4.5.0-rc1.deb -> 22648788 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |