[CRIU] Building CRIU from git repo: protoc-c: Command not found
David Shwatrz
dshwatrz at gmail.com
Sat Dec 7 04:00:44 PST 2013
Hello,
I want to building CRIU from git repo.
I ran this:
git clone http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
than
downloaded protobuf-2.5.0 from google site (https://code.google.com/p/protobuf/)
(I prefer this on installing by apt-get)
and ran the usual ./configure && make && make install
And then I ran
cd crtools
make
I get
root at amd:/work/src/crtools# make
make[1]: Entering directory `/work/src/crtools'
PBCC protobuf/stats.pb-c.h
make[1]: protoc-c: Command not found
make[1]: *** [protobuf/stats.pb-c.h] Error 127
make[1]: Leaving directory `/work/src/crtools'
make: *** [protobuf] Error 2
Any ideas ?
DavidS
More information about the CRIU
mailing list