Daniel Pomrehn wrote: > Hello, > > I'm trying to compile courier-authlib 0.60.1 with the module authldap. > I tried ./configure --with-authldap && make && make install > install-configure > No error occured, but the module authldap isn't built. in > /usr/local/etc/authlib are only the files authdaemonrc and > authdaemonrc.dist. > openLDAP libs are located in /usr/lib > Can somebody help?
The problem is probably the "intelligent" decision-making that it does about what you want it to build and what you don't. Try manually specifying everything: ./configure --with-authldap --without-authshadow --without-authpwd --without-authpam --without-authuserdb --without-authmysql --without-authcustom --without-authpipe --without-authpgsql -- Kind Regards, __________________________________________________ Mike Peachey, IT Tel: +44 114 281 2655 Fax: +44 114 281 2951 Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK Comp Reg No: 3191371 - Registered In England http://www.jennic.com __________________________________________________ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
