Hi, As mentioned in the error code: did you make sure that xmlrpc-c is installed on your machine and that all the packages listed in [1] are also installed i.e. (libsqlite3-dev , libxmlrpc-c3-dev, scons , g++, ruby, libopenssl-ruby, libssl-dev)?
Regards, [1] http://www.opennebula.org/documentation:rel2.0:notes -- Zaina On Mon, 21 Mar 2011 10:21:00 +0100, md mamunur rashid <[email protected]> wrote: > Hey many thanks for your replay but now im stucked on the following > problem . > > Many thnks in advance: > > [root@pclhcb52 opennebula-2.1.90]# scons -j2 > 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.085131.cc -o > .xmlrpc_test/xmlrpc_test.085131.cc.out -I/opt/local/include > -L/opt/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit > -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>>.xmlrpc_test/xmlrpc_test.085131.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 "/home/opennibula/opennebula-2.1.90/SConstruct", line 155: > exit(-1) > [root@pclhcb52 opennebula-2.1.90]# sh install.sh > > On 18 March 2011 20:02, Zaina AFOULKI <[email protected]> > wrote: >> Hi, >> >> After extracting the OpenNebula tarball, you need to compile it using >> scons before running the install.sh script. >> $ scons -j2 >> >> Also make sure the compilation runs without errors (this will require >> installing the mandatory packages listed in >> http://www.opennebula.org/documentation:rel2.0:notes ) >> >> You can follow the installation guide in >> http://www.opennebula.org/documentation:rel2.0:ignc >> >> Hope it helps, >> >> -- >> Zaina >> >> >> On 03/18/2011 07:10 PM, md mamunur rashid wrote: >>> [root@pclhcb52 opennebula-2.1.90]# ./install.sh >>> cp: cannot stat `/home/opennibula/opennebula-2.1.90/src/nebula/oned': >>> No such file or directory >>> cp: cannot stat >>> `/home/opennibula/opennebula-2.1.90/src/scheduler/src/sched/mm_sched': >>> No such file or directory >>> >>> >>> What i did wrong!!!!!! how can i finish this installation !! >>> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org >> > > > > -- > Sincerely, > Md Mamunur Rashid > > > ---------- European Organization for Nuclear Research (CERN) ---------- > Department : PH-LBC > Office : Bld. 2 Room R-009 > : J09300 > Phone :+41227675769 > GSM :+41763088984 > E-mail :[email protected] > :[email protected] > ------------------------------------------------------------------------------------------------- > .•:*:•.•THINK•*¨¨*•BEFORE•*¨¨*•YOU•*¨¨*•PRINT!!•*¨¨*• _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
