I had installed LXC in ubuntu 14.04. I had used an existing template and created a VM by executing the below command.
/usr/share/lxc-templates/lxc-ubuntu -p /lxc/vm0
After the installation getting the below error.
lxc-unshare: symbol lookup error: /usr/lib/x86_64-linux-gnu/liblxc.so.1: undefined symbol: cgmanager_get_pid_cgroup_abs_sync
The same error get repeated whever i execute any command with lxc-*
.
- What can be the problem?
- How can i get this fixed?
Thanks
Sandeep Krishnan