From owner-freebsd-questions Sun Oct 21 10: 6:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id DE5D237B406 for ; Sun, 21 Oct 2001 10:06:18 -0700 (PDT) Received: from playground.net ([24.114.145.74]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011021170618.OUDJ15013.femail34.sdc1.sfba.home.com@playground.net> for ; Sun, 21 Oct 2001 10:06:18 -0700 Message-ID: <3BD30090.F56CC6E5@playground.net> Date: Sun, 21 Oct 2001 13:06:24 -0400 From: Dany Cayouette X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Can't compile port with TLS support on 4.4-Release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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