The last few lines of make are: --------------------------------------------- "_pj_ssl_sock_send", referenced from: _tls_keep_alive_timer in libpjsip-arm-apple-darwin9.a(sip_transport_tls.o) _tls_send_msg in libpjsip-arm-apple-darwin9.a(sip_transport_tls.o) _on_connect_complete in libpjsip-arm-apple-darwin9.a(sip_transport_tls.o) "_pj_ssl_sock_start_read2", referenced from: _tls_start_read in libpjsip-arm-apple-darwin9.a(sip_transport_tls.o)ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [../bin/pjsua-arm-apple-darwin9] Error 1 make[1]: *** [pjsua] Error 2 make: *** [all] Error 1 -------------------------------------------- I'm building in OS X 10.6.4 for iPhone development. I was able to build successfully without TLS, but I got that error after putting "#define PJSIP_HAS_TLS_TRANSPORT 1" in my config_site.h. I also verified that I have openssl installed (0.9.8l) and that configure-iphone detects openssl ok. Am I missing anything? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101021/b8fb5ade/attachment.html>