Hi All,<br><br>i am trying to install opennebulla on ubuntu, when i am trying to build/compile using scons, i am getting below error .<br><br>src/um/User.cc: In static member function &#39;static std::string User::sha1_digest( const std::string&amp;)&#39;:<br>
src/um/User.cc:381: error: &#39;EVP_MD_CTX&#39; was not declared in this scope<br>src/um/User.cc:381: error: expected &#39;;&#39; before &#39;mdctx&#39;<br>src/um/User.cc:382: error: &#39;EVP_MAX_MD_SIZE&#39; was not declared in this scope<br>
src/um/User.cc:386: error: &#39;mdctx&#39; was not declared in this scope<br>src/um/User.cc:386: error: &#39;EVP_MD_CTX_init&#39; was not declared in this scope<br>src/um/User.cc:387: error: &#39;EVP_sha1&#39; was not declared in this scope<br>
src/um/User.cc:387: error: &#39;EVP_DigestInit_ex&#39; was not declared in this scope<br>src/um/User.cc:389: error: &#39;EVP_DigestUpdate&#39; was not declared in this scope<br>src/um/User.cc:391: error: &#39;md_value&#39; was not declared in this scope<br>
src/um/User.cc:391: error: &#39;EVP_DigestFinal_ex&#39; was not declared in this scope<br>src/um/User.cc:392: error: &#39;EVP_MD_CTX_cleanup&#39; was not declared in this scope<br>scons: *** [src/um/User.o] Error 1<br>scons: building terminated because of errors.<br>
<br><br>Any idea on this ????<br><br>thanks,<br>manjunath A<br><br><br><br>