** Description changed:
When installing libvirt-dev, it is not possible to use -lvirt-lxc, as
that symlink is not installed.
The symlink /usr/lib/liblxc-qemu.so is properly installed, it's just the
lxc that's missing.
+
+ [IMPACT]
+ installing libvirt-dev does not allow linking against -lvirt-lxc
+
+ [TEST CASE]
+
+ cat > testme.c << EOF
+ #include <stdio.h>
+
+ int main() { printf("hello, world\n"); }
+ EOF
+ gcc -o testme testme.c -lvirt-lxc
** Description changed:
When installing libvirt-dev, it is not possible to use -lvirt-lxc, as
that symlink is not installed.
The symlink /usr/lib/liblxc-qemu.so is properly installed, it's just the
lxc that's missing.
[IMPACT]
installing libvirt-dev does not allow linking against -lvirt-lxc
[TEST CASE]
cat > testme.c << EOF
#include <stdio.h>
int main() { printf("hello, world\n"); }
EOF
gcc -o testme testme.c -lvirt-lxc
+
+ [REGRESSION POTENTIAL]
+
+ This only adds a link to the libvirt-dev package, and makes no code change,
+ so regression should be zero.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287232
Title:
/usr/lib/libvirt-lxc.so missing from libvirt-dev
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1287232/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs