Tuesday, 15 June 2010

c++ - Linker error: undefined reference to `EVP_idea_cbc' -


I was compiling openssl 1.0.1l to Ubuntu 14.10, I have used the following instructions to create a library.

  libssl. A (ssl_algs.o): In function `SSL_library_init ': ssl_algs.c :(. Text + 0x1f): Undefined reference for` EVP_idea_cbc'  

This version of Wired Openssl Is working properly on the platform.

Any suggestion would be appreciated.

Thank you.

I am using CMake to compile my project. But I'm not removing the cache and it is still linked to the system crypto library, and not my own prebilled version.

I use make VERBOSE = 1 to identify this code.


No comments:

Post a Comment