Hi. In openssl-1.0.1e there is such function/variables used: SSL_CTX_set_srp_username and SSL_CTX_set_srp_password. Because of them I got such compilation errors: ld: 0711-317 ERROR: Undefined symbol: .SSL_CTX_set_srp_username ld: 0711-317 ERROR: Undefined symbol: .SSL_CTX_set_srp_password when I'm trying to compile curl library as static. With older openssl versions all is ok. What library do I need to get rid of this problem? Regards, Peresvet.
- compilation problems. Peresvet Bezdenezhnih
- RE: compilation problems: linking for srp Dave Thompson