Bug #2405

Unable to compile ONE-4.2 branch

Added by Patrice Lachance over 7 years ago. Updated over 7 years ago.

Status:ClosedStart date:10/23/2013
Priority:NormalDue 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

Also available in: Atom PDF