Bug #2405
Unable to compile ONE-4.2 branch
Status: | Closed | Start date: | 10/23/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | invalid | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
Hello
Error compiling ONE-4.2 branch with following sequence:
$ git clone https://github.com/OpenNebula/one.git
$ cd one/
$ git checkout -b one-4.2 origin/one-4.2
$ scons
g++ -o src/rm/RequestManager.o -c -g -Wall -DSQLITE_DB -Iinclude -I/usr/include/libxml2 src/rm/RequestManager.cc
src/rm/RequestManager.cc: In function 'void* rm_xml_server_loop(void*)':
src/rm/RequestManager.cc:109: error: 'class xmlrpc_c::serverAbyss::constrOpt' has no member named 'maxConn'
scons: *** [src/rm/RequestManager.o] Error 1
scons: building terminated because of errors.
History
#1 Updated by Carlos MartÃn over 7 years ago
- Status changed from Pending to Closed
- Resolution set to invalid
Hi,
You need to set the flag 'old_xmlrpc=yes' if your xmlrpc-c version is < 1.31
http://opennebula.org/documentation:rel4.2:compile
See issue #2245 for more information