Date: Sun, 21 Oct 2001 13:06:24 -0400 From: Dany Cayouette <danyc@playground.net> To: freebsd-questions@freebsd.org Subject: Can't compile port with TLS support on 4.4-Release Message-ID: <3BD30090.F56CC6E5@playground.net>
next in thread | raw e-mail | index | archive | help
Greetings, just installed 4.4-Release. I'm trying to set up my email system for home. Both ports, fetchmail and exim won't compile TLS. FreeBSD explorer 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 Exim error messages: gcc -c -O -pipe -I. tls.c In file included from tls.c:29: /usr/include/openssl/ssl.h:461: syntax error before `pem_password_cb' In file included from tls.c:29: /usr/include/openssl/ssl.h:1043: syntax error before `pem_password_cb' tls.c: In function `init_dh': tls.c:284: warning: assignment makes pointer from integer without a cast Fetchmail error explorer# make ===> Building for fetchmail-5.8.17_1 cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -c -I. -I. -I./intl -I./intl -I/usr/include -I/usr/include/openssl -I/usr/local/include -O -pipe socket.c In file included from socket.c:456: /usr/include/openssl/ssl.h:461: syntax error before `pem_password_cb' In file included from socket.c:456: /usr/include/openssl/ssl.h:1043: syntax error before `pem_password_cb' Help! Dany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BD30090.F56CC6E5>