Operating system: Ubuntu 8.04.1<br><br>I would like to install onenebula by following the link <a href="http://www.opennebula.org/documentation:archives:rel1.2:ignc">http://www.opennebula.org/documentation:archives:rel1.2:ignc</a><br>
<br>$git clone git://<a href="http://opennebula.org/one.git">opennebula.org/one.git</a><br><br>Under security credentials i can able to download only Certificate and access key i can able to view.<br>So i created the file name as pk-<acces key>.pem with access key value. <br>
1) Is this right way of creating the private key to set $ export EC2_PRIVATE_KEY=~/.ec2/pk-<acces key>.pem  ??<br><br>2)$./install.sh<br>Getting exception as follows,<br>cp: cannot stat  '/root/one/src/nebula/oned': No such file or directory<br>
cp: cannot stat  '/root/one/src/scheduler/mm sched': No such file or directory<br>cp: cannot stat  '/root/one/src/client/liboneapi.a': No such file or directory<br>cp: cannot stat  '/root/one/src/client/liboneapi.so': No such file or directory<br>
ln: creating symbolic link '/usr/lib/one/liboneapi.so.1': File exists<br><br>