== Building ==
In case you don't want to use packages provided by OpenVZ (available from [[Download/vzctl]]), but rather would like to compile vzctl from sources, read on.
=== Dependencies ===
=== Compile ===
Usual $ ./conficonfigure --prefix=/usr $ make Note it makes sense to add <code>--without-ploop</code> (unless you want [[ploop]] compiled it) because otherwise you will need ploop lib headers (available from [[Download/ploop]]). $ ./configure --with-cgroup --without-ploop --prefix=/usr
t makes sense to add <code>--without-ploop</code> (unless you want ploop compiled it) because otherwise you will need ploop lib headers.=== Install ===
$ ./configure --with-cgroup --without-ploop# make install