Quoting Mario (marietto2...@gmail.com): > Hello. I'm trying to install lxc from git on my ARM Chromebook,running this > OS : > > root@localhost:/usr/src/Software/lxc# uname -a > Linux localhost.localdomain 3.4.0-5-chromebook #5-Ubuntu SMP Fri Feb 8 > 14:54:53 UTC 2013 armv7l armv7l armv7l GNU/Linux > > this is what I did : > > root@localhost:/usr/src/Software/lxc# git clone https://github.com/lxc/lxc.git > root@localhost:/usr/src/Software/lxc# cd lxc > root@localhost:/usr/src/Software/lxc# apt-get install autoconf > root@localhost:/usr/src/Software/lxc# apt-get install autogen > root@localhost:/usr/src/Software/lxc# apt-get install libcap-dev
You might try doing sudo add-apt-repository ppa:ubuntu-lxc/daily sudo apt-get update sudo apt-get build-dep lxc to make sure you have all dependencies, or just sudo apt-get install autotools-dev debhelper dh-apparmor dh-autoreconf docbook2x libapparmor-dev libcap-dev libseccomp-dev linux-libc-dev python3-dev pkg-config Specifically I suspect you need docbook2x, but you might then miss something else. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel