#21930: erlang-R13B_2 Build fails with undefined symbol _SSL_CTX_set_info_callback in application ssl ------------------------------------+--------------------------------------- Reporter: harry.weppner@… | Owner: bfulgham@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: invalid | Keywords: Port: erlang | ------------------------------------+--------------------------------------- Comment(by joshgr@…): I'm seeing this problem, and the fix suggested here doesn't work for me (tried uninstalling openssl, which, btw, was NOT A COMFORTABLE THING); same error. Reinstalled openssl; tried downgrading to an older openssl; nothing worked. I'm on intel, so this isn't PPC specific. Still seeing this: {{{ $ sudo port install erlang ... /usr/bin/gcc-4.0 -m32 -O2 -arch i386 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_erlang/work /erlang-R13B02/erts/i386-apple-darwin9.8.0 -no-cpp-precomp -I/opt/local/include -o ../priv/bin/i386-apple-darwin9.8.0/ssl_esock ../priv/obj/i386-apple-darwin9.8.0/esock.o ../priv/obj/i386-apple- darwin9.8.0/debuglog.o ../priv/obj/i386-apple-darwin9.8.0/esock_poll.o ../priv/obj/i386-apple-darwin9.8.0/esock_osio.o ../priv/obj/i386-apple- darwin9.8.0/esock_utils.o ../priv/obj/i386-apple- darwin9.8.0/esock_posix_str.o ../priv/obj/i386-apple- darwin9.8.0/esock_openssl.o -lutil -ldl -lm -L/usr/lib -lssl -lcrypto Undefined symbols: "_SSL_CTX_set_info_callback", referenced from: _set_ssl_parameters in esock_openssl.o ld: symbol(s) not found }}} -- Ticket URL: <http://trac.macports.org/ticket/21930#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS