From owner-freebsd-ports Mon Mar 12 11:40:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtlweb01.goltier.com (mtlweb01.goltier.com [206.123.40.68]) by hub.freebsd.org (Postfix) with ESMTP id 4031837B719; Mon, 12 Mar 2001 11:40:55 -0800 (PST) (envelope-from marc@sitepak.com) Received: from sitepak.com (HSE-MTL-ppp60267.qc.sympatico.ca [64.229.225.14]) by mtlweb01.goltier.com (8.8.7/8.7.2) with ESMTP id OAA02421; Mon, 12 Mar 2001 14:40:42 -0500 (EST) Message-ID: <3AAD263C.39585F24@sitepak.com> Date: Mon, 12 Mar 2001 14:40:44 -0500 From: Marc Tardif X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: mharo@FreeBSD.org Cc: ports@FreeBSD.org Subject: ProFTPD -DWITH_LDAP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I can't seem to compile proftpd from the ports using the -DWITH_LDAP argument. First of all, I get a message that mod_ldap-2.7.4.tar.bz2 is not in distinfo. So I added this line: MD5 (mod_ldap-2.7.4.tar.bz2) = 0 So I must now make the port with the argument NO_CHECKSUM=yes. But then, I get this error message during compilation (configuration works fine): cc -DFREEBSD4_3 -DFREEBSD4 -I.. -I../include -I/usr/local/include -g -Wall -c mod_ldap.c srcdir=. ./glue.sh mod_core.o mod_auth.o mod_xfer.o mod_site.o mod_ls.o mod_unixpw.o mod_log.o mod_pam.o mod_ratio.o mod_readme.o mod_quota.o mod_wrap.o mod_ldap.o cc -DFREEBSD4_3 -DFREEBSD4 -I.. -I../include -I/usr/local/include -g -Wall -c module_glue.c gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.2.1/modules' cc -Llib -L/usr/local/lib -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/dirtree.o src/support.o src/inet.o src/log.o src/io.o src/ident.o src/data.o src/modules.o src/auth.o src/fs.o modules/mod_core.o modules/mod_auth.o modules/mod_xfer.o modules/mod_site.o modules/mod_ls.o modules/mod_unixpw.o modules/mod_log.o modules/mod_pam.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_quota.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o -lsupp -lcrypt -lutil -lwrap -lpam modules/module_glue.o(.data+0x30):/usr/ports/ftp/proftpd/work/proftpd-1.2.1/modules/module_glue.c: undefined reference to `ldap_module' gmake: *** [proftpd] Error 1 *** Error code 2 Stop in /usr/ports/ftp/proftpd. *** Error code 1 Stop in /usr/ports/ftp/proftpd. *** Error code 1 Stop in /usr/ports/ftp/proftpd. Any help to get this running would be much appreciated. Marc Tardif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message