On Sat, 2 Aug 2008, Brian Blood wrote: > > My issue is at the end of make during the linking process: > > cc -o exim > /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: > _SSL_CTX_set_info_callback > _EVP_sha256 > _BIO_set_flags > collect2: ld returned 1 exit status > make[1]: *** [exim] Error 1 > make: *** [go] Error 2 > > I'm stumped, anyone got any pointers?
Have you set TLS_LIBS along the lines suggested in src/EDITME? Try using `make FULLECHO=` to see what actual command line the Makefile has constructed. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
