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 'static std::string User::sha1_digest( const std::string&)':<br>
src/um/User.cc:381: error: 'EVP_MD_CTX' was not declared in this scope<br>src/um/User.cc:381: error: expected ';' before 'mdctx'<br>src/um/User.cc:382: error: 'EVP_MAX_MD_SIZE' was not declared in this scope<br>
src/um/User.cc:386: error: 'mdctx' was not declared in this scope<br>src/um/User.cc:386: error: 'EVP_MD_CTX_init' was not declared in this scope<br>src/um/User.cc:387: error: 'EVP_sha1' was not declared in this scope<br>
src/um/User.cc:387: error: 'EVP_DigestInit_ex' was not declared in this scope<br>src/um/User.cc:389: error: 'EVP_DigestUpdate' was not declared in this scope<br>src/um/User.cc:391: error: 'md_value' was not declared in this scope<br>
src/um/User.cc:391: error: 'EVP_DigestFinal_ex' was not declared in this scope<br>src/um/User.cc:392: error: 'EVP_MD_CTX_cleanup' 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>