[one-users] Regarding Installation of Open Nebula
Ignacio Martin Llorente
llorente at dacya.ucm.es
Tue Apr 21 04:45:42 PDT 2009
Please use the support mailing list, I am forwarding the thread to the
list.
--
Ignacio M. Llorente, Full Professor (Catedratico): http://dsa-research.org/doku.php?id=people:llorente
DSA Research Group: web http://dsa-research.org and blog http://blog.dsa-research.org
Globus GridWay Metascheduler: http://www.GridWay.org
OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org
On 21/04/2009, at 13:01, Javier Fontan wrote:
>
> Hello,
>
> Are the RPM packages you are installing libxmlrpc-c from the
> repository we tell from the documentation for centos 5?
>
> http://www.opennebula.org/doku.php?id=documentation:rel1.2:ignc#centos_5
>
> We used apt to do that installation.
>
> I am not an expert on libxmlrpc and I don't know what can be
> happening. I had to try that on a RedHat Enterprise and none is
> available here. If I manage to free some time and run a RedHat
> enterprise I will try to install that package to find out what is
> happening.
>
> The problem with scons is a ruby error. Can you tell me what version
> do you have installed?
>
> $ ruby --version
>
> It is strange that it does not have ftools library. All 1.8.x
> versions come with that. Make sure it is not 1.9.x. That version
> changes lots of things.
>
> Bye
>
>
> On Apr 21, 2009, at 12:37 PM, jayakumar.jayamurugan at wipro.com wrote:
>
>> Hi,
>>
>> I am trying to install Open Nebula 1.2, but facing few issues. I am
>> using Red Hat Linux 2.6.18-8.el5 version.
>> Actually the below packages are required as they are dependencies:
>>
>> -> ruby >= 1.8.5
>> -> sqlite3 >= 3.5.2
>> -> sqlite3-dev >= 3.5.6-3
>> -> sqlite3-ruby
>> -> libxmlrpc-c >= 1.06
>> -> scons >= 0.97
>> -> g++ >= 4
>>
>> Of the above packages, except 'libxmlrpc-c >= 1.06' all the other
>> packages have been installed. I got libxmlrpc-c >= 1.06 as an rpm
>> but I couldn't install it because there are many dependencies for
>> which again libxmlrpc-c is a dependency. I mean it became a deadlock.
>>
>> I got a xmlrpc-c 1.06.32 tarball version, but got the below error
>> while trying to execute the make command.
>> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>> [root at localhost xmlrpc-c-1.06.32]# make
>> make -C include/ -f /home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/./include/Makefile \
>> all
>> make[1]: Entering directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/include'
>> make[1]: Nothing to be done for `all'.
>> make[1]: Leaving directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/include'
>> make -C lib/ -f /home/jayam/Cloud_Setup/xmlrpc/xmlrpc-c-1.06.32/./
>> lib/Makefile \
>> all
>> make[1]: Entering directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib'
>> make -C util/ -f /home/jayam/Cloud_Setup/xmlrpc/xmlrpc-c-1.06.32/
>> lib/../lib/util/Makefile \
>> all
>> make[2]: Entering directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib/util'
>> make[2]: Nothing to be done for `all'.
>> make[2]: Leaving directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib/util'
>> make -C libutil/ -f /home/jayam/Cloud_Setup/xmlrpc/xmlrpc-c-1.06.32/
>> lib/../lib/libutil/Makefile \
>> all
>> make[2]: Entering directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib/libutil'
>> ln -s /home/jayam/Cloud_Setup/xmlrpc/xmlrpc-c-1.06.32/lib/
>> libutil/../.. srcdir
>> ln: creating symbolic link `srcdir' to `/home/jayam/Cloud_Setup/
>> xmlrpc/xmlrpc-c-1.06.32/lib/libutil/../..': File exists
>> make[2]: *** [srcdir] Error 1
>> make[2]: Leaving directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib/libutil'
>> make[1]: *** [libutil/all] Error 2
>> make[1]: Leaving directory `/home/jayam/Cloud_Setup/xmlrpc/xmlrpc-
>> c-1.06.32/lib'
>> make: *** [lib/all] Error 2
>> [root at localhost xmlrpc-c-1.06.32]#
>> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>> Also, I am encountering an error while compiling Open Nebula with
>> scons as below:
>>
>> [root at localhost one-1.2.0]# scons OPTION=sqlite
>> scons: Reading SConscript files ...
>> share/scons/get_xmlrpc_config:22:in `require': no such file to load
>> -- ftools (LoadError)
>> from share/scons/get_xmlrpc_config:22:in `<main>'
>> Error searching for xmlrpc-c libraries. Please check this things:
>> * You have installed development libraries for xmlrpc-c. One way
>> to check
>> this is calling xmlrpc-c-config that is provided with the
>> development
>> package.
>> * Check that the version of xmlrpc-c is at least 1.06. You can do
>> this also
>> calling:
>> $ xmlrpc-c-config --version
>> * If all this requirements are already met please send log files
>> located in
>> .xmlrpc_test to the mailing list.
>> [root at localhost xmlrpc-c-1.06.32]#
>> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>> [root at localhost one-1.2.0]# scons sqlite=path-to-sqlite-install
>> scons: Reading SConscript files ...
>> share/scons/get_xmlrpc_config:22:in `require': no such file to load
>> -- ftools (LoadError)
>> from share/scons/get_xmlrpc_config:22:in `<main>'
>> Error searching for xmlrpc-c libraries. Please check this things:
>> * You have installed development libraries for xmlrpc-c. One way
>> to check
>> this is calling xmlrpc-c-config that is provided with the
>> development
>> package.
>> * Check that the version of xmlrpc-c is at least 1.06. You can do
>> this also
>> calling:
>> $ xmlrpc-c-config --version
>> * If all this requirements are already met please send log files
>> located in
>> .xmlrpc_test to the mailing list.
>> [root at localhost one-1.2.0]#
>> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>
>> Please let me know how to configure Open Nebula and how to get this
>> issue sorted out?
>>
>> Regards,
>> Jayamurugan.
>>
>>
>> Please do not print this email unless it is absolutely necessary.
>>
>> The information contained in this electronic message and any
>> attachments to this message are intended for the exclusive use of
>> the addressee(s) and may contain proprietary, confidential or
>> privileged information. If you are not the intended recipient, you
>> should not disseminate, distribute or copy this e-mail. Please
>> notify the sender immediately and destroy all copies of this
>> message and any attachments.
>>
>> WARNING: Computer viruses can be transmitted via email. The
>> recipient should check this email and any attachments for the
>> presence of viruses. The company accepts no liability for any
>> damage caused by any virus transmitted by this email.
>>
>> www.wipro.com
>>
>
> --
> Javier Fontan, Grid & Virtualization Technology Engineer/Researcher
> DSA Research Group: http://dsa-research.org
> Globus GridWay Metascheduler: http://www.GridWay.org
> OpenNebula Virtual Infrastructure Engine: http://www.OpenNebula.org
>
More information about the Users
mailing list