Re: [one-users] Opennebula 2.2.1 on Ubuntu 12.04 - scons Error

2012-05-23 Thread Filippo Gaudenzi
The Patch works greats, thank you! On 05/16/2012 06:55 PM, Justin Cinkelj wrote: I used someting like: # runtime dep apt-get -y install libssl0.9.8 libxmlrpc-core-c3 libsqlite3-ruby genisoimage libmysqlclient18 ruby # build dep apt-get -y install libsqlite3-de

Re: [one-users] Opennebula 2.2.1 on Ubuntu 12.04 - scons Error

2012-05-21 Thread Javier Fontan
Try setting CXXFLAGS with the flag proposed in the error message: export CXXFLAGS="-fpermissive" This problem is the same one as you had before but the patches to those files to make it compile in a recent gcc are not compatible with version 2.2. On Mon, May 21, 2012 at 10:48 AM, Filippo Gaudenz

Re: [one-users] Opennebula 2.2.1 on Ubuntu 12.04 - scons Error

2012-05-17 Thread Javier Fontan
This error can be caused because of a more strict gcc compiler in Ubuntu 12. You can try substituting the file located in source code share/scons/get_xmlrpc_config by the latest one [1]. If this does not solve the problem send us the directory .xmlrpc_test as it contains the log on the attempts to

Re: [one-users] Opennebula 2.2.1 on Ubuntu 12.04 - scons Error

2012-05-16 Thread Filippo Gaudenzi
i installed the libxmlrpc-c3-dev and libxmlrpc-core-c3. From the repository there are available these: libxmlrpc3-client-java libxmlrpc-core-c3 libxmlrpc3-common-java libxmlrpc-core-c3-dev libxmlrpc3-java-doclibxmlrpc-epi0 libxmlrpc3-server-java libxmlrpc-epi0-dbg libxmlrpc-c3-

[one-users] Opennebula 2.2.1 on Ubuntu 12.04 - scons Error

2012-05-16 Thread Filippo Gaudenzi
Hi everybody, I'm Filippo, i'm trying to configure the my machine with Ubuntu 12.04 to work with Opennebula 2.2.1 I've already known that there is a ready-made package on ubuntu's repository by it installs the 3.2 version. I need to test a software that work with opennebula 2.2 apis. I have