Hi ! Here the "doc" to at least build one 1.4 on CentOS 5.5.
I'll tell you later you if I encounter troubles when running it. Hope this helps ! Regards, De: "Tino Vazquez" <[email protected]> À: "Laurent Steff" <[email protected]> Cc: [email protected] Envoyé: Jeudi 8 Juillet 2010 18:05:05 Objet: Re: [one-users] Installation one 1.4 on CentOS 5.5/Documentation update proposition Hi Laurent, Sure thing, I will contrast your kind feedback (what rpm packages are missing? do you have a recipe to install the xmlrpc-c library) and update the documentation accordingly. Thanks! -T -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Thu, Jul 8, 2010 at 5:56 PM, Laurent Steff < [email protected] > wrote: Hi, I recently installed OpenNebula 1.4 on CentOS 5.5, and the documentation : http://www.opennebula.org/documentation:rel1.4:notes is not correct anymore. To make it short : - some rpm packages are needed for varios ruby gems - the suggested package xmlrpc-c does not work. Users need to compile it from source. Is there any OpenNebula Documentation guy who is interested by full details ? Regards, -- Laurent Steff SESI INRIA Paris-Rocquencourt Tél. : +33 1 39 63 50 81 Port. : +33 6 87 66 77 85 http://www.inria.fr/rocquencourt/ _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- Laurent Steff SESI INRIA Paris-Rocquencourt Tél. : +33 1 39 63 50 81 Port. : +33 6 87 66 77 85 http://www.inria.fr/rocquencourt/
Here are the steps followed to build one 1.4 on CentOS 5.5 This doc is to complete/correct http://www.opennebula.org/documentation:rel1.4:notes 1. do not install rpm with yum localinstall if you do not want signature problems - wget ... - rpm -ivh ... 2. Needed packages for all the following : wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm rpm -ivh epel-release-5-3.noarch.rpm wget http://prdownloads.sourceforge.net/scons/scons-1.2.0-1.noarch.rpm rpm -ivh scons-1.2.0-1.noarch.rpm yum install gcc yum install gcc-c++ yum install libxml2-devel yum install libxslt-devel yum install expat-devel yum install curl-devel 3. Gems fun gem install nokogiri rake (xmlparser needs rake) and gem install xmlparser 4. Time to xmlrpc The rpm provided in the documentation doesn't work anymore. get the 1.06.40 source : wget http://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/1.06.40/xmlrpc-c-1.06.40.tgz/download and install it with ./configure make CADD=-fPIC (my system is 64 bits, see doc/INSTALL for more information) make install libs under /usr/local/lib, so if not present in the conf do : echo "/usr/local/lib" > /etc/ld.so.conf.d/one.conf ldconfig 5. scons peacefully ;)
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
