Re: Top Patch exists? [message #7704 is a reply to message #7694] |
Sat, 21 October 2006 13:38   |
 |
curx
Messages: 739 Registered: February 2006 Location: Nürnberg, Germany
|
Senior Member |

|
|
Hi,
pre:
To prevent a compile error, copy the vzlist.h out of the source tree of vzctl (in the dircetory ./include/) and copy to /usr/include/linux/vzlist.h
Modify the /usr/include/linux/vzlist.h:
from
char *ve_status[]= {
"running",
"stopped",
"mounted"
};
to:
/*
* char *ve_status[]= {
* "running",
* "stopped",
* "mounted"
* };
*/
and build the tools:
# rpm -iv --rebuild vzprocps-2.0.11-6.12.swsoft.src.rpm
[Updated on: Sat, 21 October 2006 13:45] Report message to a moderator
|
|
|