Hi, I'm getting the next error when compiling 2.1.3 on W2K: Linking... oldap_r.lib(tls.obj) : error LNK2001: unresolved external symbol _ssl3_send_alert ..\..\Release/slapd.exe : fatal error LNK1120: 1 unresolved externals This is used in : tls_get_cert( ) It seems that ssl3_send_alert() is a not exported api from the openssl library? Any one any idea ? Thanks, Geert