Hi, <br><br>I am having problem installing opennebula onto CentOS 5.5 x86_64. Please kindly help.<br><br>First of all, this is a freshly installed CentOS 5.5 x86_64 on a 64bit system. The selected components are "Server" and "Virtualization".<br><br>Second, I did read and followed the instructions at the following URL: <br><br><pre><i><i><a href="http://opennebula.org/documentation:rel2.0:notes">http://opennebula.org/documentation:rel2.0:notes</a> <br><br>Third, I have also followed this thread, with no luck:<br><br>http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2010-October/003111.html<br><br>Therefore I think it would be better for me to describe my installation procedures, so that you guys could help.<br><br>The following operations were executed by root.<br><br>(1) Install a CentOS 5.5 x86_64 system, with "Server" and "Virtualization" as the selected components. Then login as root.<br><br>(2) Setup CentOS Karan Depo<br><br></i></i># cd /etc/yum.repos.d
# wget http://centos.karan.org/kbsingh-CentOS-Extras.repo<br><br>Edit kbsingh-CentOS-Extras.repo and set "enabled=1" for kbs-CentOS-Testing.<br><br># yum update<br><br>(3) Install the many packages<br></pre><pre class="code"># yum install gcc gcc-c++ make openssl-devel flex bison
# yum install ruby ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc
# yum install rubygems
# gem install nokogiri rake xmlparser
# yum install scons
# yum install xmlrpc-c xmlrpc-c-devel</pre>(4) Install sqlite 3.6.17<br><pre class="code"># wget http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz
# tar xvzf sqlite-amalgamation-3.6.17.tar.gz
# cd sqlite-3.6.17/
# ./configure; make; make install
</pre>(5) Setup directories, groups, and users<br><br># mkdir -p /srv/cloud/one<br># mkdir -p /srv/cloud/images<br># groupadd cloud<br>#
useradd -d /srv/cloud/one -g cloud -m oneadmin <br><br>(6) Download opennebula-2.2.tar.gz, unpack into /tmp/opennebula-2.2 directory, and compile<br><br># scons<br><pre>scons: Reading SConscript files ...
Testing recipe: pkg-config
Error calling pkg-config xmlrpc_server_abyss++ --static --libs
Testing recipe: xmlrpc-c-config
Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags
Testing recipe: mixed hardcoded libraries and xmlrpc-c-config (debian lenny)
Error calling xmlrpc-c-config c++2 abyss-server --libs --cflags
Testing recipe: hardcoded libraries for Mac OS X (installed using port)
g++ .xmlrpc_test/xmlrpc_test.28bf26.cc -o .xmlrpc_test/xmlrpc_test.28bf26.cc.out
-I/opt/local/include -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lw
wwinit -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher
-lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore
-lwwwutils -lmd5 -ldl -lz -lpthread -lxmlrpc_client++ -lxmlrpc_client -lxmlrpc+
+ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_server_abyss
++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss 1>>.xm
lrpc_test/xmlrpc_test.28bf26.cc.log 2>&1
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.
TypeError: 'str' object is not callable:
File "/tmp/opennebula-2.2/SConstruct", line 151:
exit(-1)</pre><br>(7) Try the following resolution<br><br>http://lists.opennebula.org/htdig.cgi/users-opennebula.org/2010-October/003118.html<br><pre># wget <a href="http://centos.karan.org/el5/extras/testing/SRPMS/xmlrpc-c-1.06.18-1.el5.kb.src.rpm">http://centos.karan.org/el5/extras/testing/SRPMS/xmlrpc-c-1.06.18-1.el5.kb.src.rpm</a>
# rpmbuild --rebuild xmlrpc-c-1.06.18-1.el5.kb.src.rpm
# cd /usr/src/redhat/RPMS/x86_64/
# rpm -i xmlrpc-c-1.06.18-1.x86_64.rpm
# rpm -i xmlrpc-c-devel-1.06.18-1.x86_64.rpm</pre>Try again, failed with the same error messages.<br><br>(8) Try the binary packages, 2.0-1 and 2.2-1 have the same problem.<br><br><pre>bash-3.2# yum localinstall --nogpgcheck opennebula-2.0-1.x86_64.rpm
Loaded plugins: fastestmirror
Setting up Local Package Process
Examining opennebula-2.0-1.x86_64.rpm: opennebula-2.0-1.x86_64
Marking opennebula-2.0-1.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* addons: ftp.monash.edu.au
* base: ftp.monash.edu.au
* epel: mirror.aarnet.edu.au
* extras: ftp.monash.edu.au
* updates: ftp.monash.edu.au
Resolving Dependencies
--> Running transaction check
---> Package opennebula.x86_64 0:2.0-1 set to be updated
--> Processing Dependency: libxmlrpc++.so.3()(64bit) for package: opennebula
--> Processing Dependency: libxmlrpc_client++.so.3()(64bit) for package: openneb
ula
--> Processing Dependency: libxmlrpc_server++.so.3()(64bit) for package: openneb
ula
--> Processing Dependency: libxmlrpc_server_abyss++.so.3()(64bit) for package: o
pennebula
--> Processing Dependency: libxmlrpc_server_abyss.so.3()(64bit) for package: ope
nnebula
--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: opennebula
--> Finished Dependency Resolution
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc_server++.so.3()(64bit) is needed by package
opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc++.so.3()(64bit) is needed by package openneb
ula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc_server_abyss.so.3()(64bit) is needed by pack
age opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc_util.so.3()(64bit) is needed by package open
nebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc_client++.so.3()(64bit) is needed by package
opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
opennebula-2.0-1.x86_64 from /opennebula-2.0-1.x86_64 has depsolving problems
--> Missing Dependency: libxmlrpc_server_abyss++.so.3()(64bit) is needed by pa
ckage opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc_server_abyss++.so.3()(64bit) is needed by p
ackage opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc_util.so.3()(64bit) is needed by package ope
nnebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc_client++.so.3()(64bit) is needed by package
opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc_server_abyss.so.3()(64bit) is needed by pac
kage opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc_server++.so.3()(64bit) is needed by package
opennebula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
Error: Missing Dependency: libxmlrpc++.so.3()(64bit) is needed by package openne
bula-2.0-1.x86_64 (/opennebula-2.0-1.x86_64)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles -nodigest
<br><br>(9) Any ideas?<br><br>Best regards,<br><br>John<br><br></pre><br><span id="spnSign"></span>