From owner-freebsd-questions Fri Jan 10 7:34: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED5B37B401 for ; Fri, 10 Jan 2003 07:34:05 -0800 (PST) Received: from house.arach.net.au (house2.arach.net.au [203.30.47.129]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F73D43ED8 for ; Fri, 10 Jan 2003 07:34:04 -0800 (PST) (envelope-from sdwyer@arach.net.au) Received: (qmail 30046 invoked by uid 502); 10 Jan 2003 15:34:02 -0000 Received: from unknown (HELO arach.net.au) (203.15.140.157) by 0 with SMTP for ; 10 Jan 2003 15:34:02 -0000 Message-ID: <3E1EE84D.4050003@arach.net.au> Date: Fri, 10 Jan 2003 23:35:41 +0800 From: Shaun Dwyer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020630 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: has anyone got proftpd with mod_tls working? Content-Type: text/plain; charset=us-ascii; format=flowed 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 Hi all.. please cc to me as I'm not subscribed to the list at this address :) I'm trying to get mod_tls working with proftpd... Ive searched google and the lists and all the usual places but couldn't find anything useful apart from the usual smart-arse remarks :) Has anyone had this working before? I've tried building it manually, as well modifying the makefile in ports. Both failed with the same error... ...... mod_tls.c:2301: `R_534' undeclared (first use in this function) mod_tls.c:2313: `R_536' undeclared (first use in this function) mod_tls.c: In function `tls_sess_exit': mod_tls.c:2769: request for member `pool' in something not a structure or union mod_tls.c:2772: request for member `pool' in something not a structure or union mod_tls.c: In function `tls_init': mod_tls.c:2782: `PROFTPD_VERSION_NUMBER' undeclared (first use in this function) mod_tls.c: In function `tls_sess_init': mod_tls.c:2812: `PR_NETIO_STRM_CTRL' undeclared (first use in this function) mod_tls.c: At top level: mod_tls.c:2924: `C_AUTH' undeclared here (not in a function) mod_tls.c:2924: initializer element is not constant mod_tls.c:2924: (near initialization for `tls_cmdtab[1].command') mod_tls.c:2925: `C_PBSZ' undeclared here (not in a function) mod_tls.c:2925: initializer element is not constant mod_tls.c:2925: (near initialization for `tls_cmdtab[2].command') mod_tls.c:2926: `C_PROT' undeclared here (not in a function) mod_tls.c:2926: initializer element is not constant mod_tls.c:2926: (near initialization for `tls_cmdtab[3].command') *** Error code 1 Stop in /usr/ports/ftp/proftpd/work/proftpd-1.2.6/modules. *** Error code 1 Stop in /usr/ports/ftp/proftpd/work/proftpd-1.2.6. --Shaun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message