Date: Mon, 12 Mar 2001 14:40:44 -0500 From: Marc Tardif <marc@sitepak.com> To: mharo@FreeBSD.org Cc: ports@FreeBSD.org Subject: ProFTPD -DWITH_LDAP Message-ID: <3AAD263C.39585F24@sitepak.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AAD263C.39585F24>