On Fri, Jun 21, 2002 at 08:44:53PM +0200, ESN-Agosto wrote: > Hello qmail-ldap, > > HI all im haveing problems puting to work QMail+LDAP am on FreeBSD > 4.6 and i have dome cd /usr/ports/mail/qmail-ldap/ > make WITH_LDAP2=yes WITH_BIG_TODO_PATCH=yes WITH_LDAP_DEBUG=yes WITHOUT_TLS=yes > > and it compils & installs ok.. > but when i run it i get this [Error]. and i have tryed every thing i > have tryed queue-repair -r -b ..... what can this problem be.. > If you use the EXT_TODO stuff do not enable the big todo patch (they do not cooperate together).
There is a bug in the port. If you do not disable cluster support EXT_TODO and DASH_EXT will be added automaticaly to the LDAPFLAGS. In your case just rebuild the port with: make WITH_LDAP2=yes WITH_LDAP_DEBUG=yes WITHOUT_TLS=yes and it should work. The maintainer of the port should be informed, that the LDAPFLAGS should be set in a different manner (I do not understand why he uses perl to search and replace stuff. It would be much easier to add just lines with the LDAPFLAGS). -- :wq Claudio
