Kein Login nach Openvz Wheezy Template Erstellung

jogy

New Member
So, bin jetzt etwas weiter und habe folgendes gefunden:
OpenVZ Forum: German » Nach bash update vzctl enter Problem
Bug 1812 &ndash; vzctl enter <VEID> hangs with bash 4.2
Ist also ein Bug inder vzctl. Jetzt habe ich versucht, vzctl selbst zu kompilieren und auf die Version 3.3 zu bringen.
.configure lief ja noch gut durch aber ein make brachte dieses Ergebnis

xml.c:5:27: error: libxml/parser.h: Datei oder Verzeichnis nicht gefunden
xml.c:6:25: error: libxml/tree.h: Datei oder Verzeichnis nicht gefunden
xml.c:7:30: error: libxml/xmlwriter.h: Datei oder Verzeichnis nicht gefunden
xml.c:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘find_child_node’
xml.c:63: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘seek’
xml.c:89: error: expected ‘)’ before ‘*’ token
xml.c:102: error: expected declaration specifiers or ‘...’ before ‘xmlNode’
xml.c: In function ‘add_child_nodes’:
xml.c:104: error: ‘xmlNode’ undeclared (first use in this function)
xml.c:104: error: (Each undeclared identifier is reported only once
xml.c:104: error: for each function it appears in.)
xml.c:104: error: ‘node’ undeclared (first use in this function)
xml.c:105: error: ‘xmlChar’ undeclared (first use in this function)
xml.c:105: error: ‘guid’ undeclared (first use in this function)
xml.c:106: error: ‘val’ undeclared (first use in this function)
xml.c:113: error: ‘cur_node’ undeclared (first use in this function)
xml.c:113: warning: implicit declaration of function ‘seek’
xml.c:119: error: ‘XML_ELEMENT_NODE’ undeclared (first use in this function)
xml.c:121: warning: implicit declaration of function ‘xmlGetProp’
xml.c:121: error: ‘BAD_CAST’ undeclared (first use in this function)
xml.c:121: error: expected ‘)’ before string constant
xml.c:127: error: expected ‘)’ before string constant
xml.c:135: warning: implicit declaration of function ‘get_element_txt’
xml.c: At top level:
xml.c:159: error: expected declaration specifiers or ‘...’ before ‘xmlNode’
xml.c: In function ‘parse_xml’:
xml.c:161: error: ‘xmlNode’ undeclared (first use in this function)
xml.c:161: error: ‘cur_node’ undeclared (first use in this function)
xml.c:162: error: ‘xmlChar’ undeclared (first use in this function)
xml.c:162: error: ‘guid’ undeclared (first use in this function)
xml.c:168: error: ‘root_node’ undeclared (first use in this function)
xml.c:175: error: expected expression before ‘)’ token
xml.c:177: error: ‘BAD_CAST’ undeclared (first use in this function)
xml.c:177: error: expected ‘)’ before string constant
xml.c:183: error: too many arguments to function ‘add_child_nodes’
xml.c: At top level:
xml.c:224: error: expected ‘)’ before ‘writer’
xml.c:262: error: expected ‘)’ before ‘writer’
xml.c: In function ‘vzctl_store_snapshot_tree’:
xml.c:282: error: ‘xmlTextWriterPtr’ undeclared (first use in this function)
xml.c:282: error: expected ‘;’ before ‘writer’
xml.c:283: error: ‘xmlDocPtr’ undeclared (first use in this function)
xml.c:283: error: expected ‘;’ before ‘doc’
xml.c:291: error: ‘doc’ undeclared (first use in this function)
xml.c:291: warning: implicit declaration of function ‘xmlNewDoc’
xml.c:291: error: ‘BAD_CAST’ undeclared (first use in this function)
xml.c:291: error: expected ‘)’ before ‘XML_DEFAULT_VERSION’
xml.c:295: error: ‘writer’ undeclared (first use in this function)
xml.c:295: warning: implicit declaration of function ‘xmlNewTextWriterTree’
xml.c:304: warning: implicit declaration of function ‘xmlTextWriterStartDocument’
xml.c:309: warning: implicit declaration of function ‘xmlTextWriterStartElement’
xml.c:309: error: expected ‘)’ before string constant
xml.c:316: warning: implicit declaration of function ‘xmlTextWriterEndElement’
xml.c:324: error: expected ‘)’ before string constant
xml.c:329: warning: implicit declaration of function ‘xmlTextWriterWriteAttribute’
xml.c:329: error: expected ‘)’ before string constant
xml.c:334: warning: implicit declaration of function ‘xmlTextWriterWriteElement’
xml.c:334: error: expected ‘)’ before string constant
xml.c:335: error: expected ‘)’ before string constant
xml.c:336: error: expected ‘)’ before string constant
xml.c:337: error: expected ‘)’ before string constant
xml.c:338: error: expected ‘)’ before string constant
xml.c:352: warning: implicit declaration of function ‘write_SavedStateItem’
xml.c:359: warning: implicit declaration of function ‘write_close_tag’
xml.c:372: warning: implicit declaration of function ‘xmlFreeTextWriter’
xml.c:375: warning: implicit declaration of function ‘xmlSaveFormatFile’
xml.c:394: warning: implicit declaration of function ‘xmlFreeDoc’
xml.c: In function ‘vzctl_read_snapshot_tree’:
xml.c:402: error: ‘xmlDoc’ undeclared (first use in this function)
xml.c:402: error: ‘doc’ undeclared (first use in this function)
xml.c:403: error: ‘xmlNode’ undeclared (first use in this function)
xml.c:403: error: ‘root_element’ undeclared (first use in this function)
xml.c:405: error: ‘LIBXML_TEST_VERSION’ undeclared (first use in this function)
xml.c:407: error: expected ‘;’ before ‘doc’
xml.c:411: warning: implicit declaration of function ‘xmlDocGetRootElement’
xml.c:413: error: too many arguments to function ‘parse_xml’
xml.c:416: warning: implicit declaration of function ‘xmlCleanupParser’
make[2]: *** [xml.lo] Fehler 1
make[2]: Leaving directory `/home/jogy/Downloads/openvz/vzctl-3.3/src/lib'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jogy/Downloads/openvz/vzctl-3.3/src'
make: *** [all-recursive] Fehler 1

:eek:
 

Werbung

Top