Since 1.5, the way to enable TLS is to #define PJ_HAS_SSL_SOCK 1 See https://trac.pjsip.org/repos/wiki/TLS Best regards, ?Benny On Fri, Oct 22, 2010 at 4:58 AM, David Artman <david.artman at millicorp.com> wrote: > 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? > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >