Re: [one-users] cANY aNY oNE hELP!!!!

2011-03-21 Thread md mamunur rashid
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:

Re: [one-users] cANY aNY oNE hELP!!!!

2011-03-21 Thread Zaina AFOULKI
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]

[one-users] cANY aNY oNE hELP!!!!

2011-03-18 Thread md mamunur rashid
[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

Re: [one-users] cANY aNY oNE hELP!!!!

2011-03-18 Thread Zaina AFOULKI
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