I've had a qmail install based on the instructions
inf Life with Qmail-LDAP working very well for a few weeks now, but I can't get
the checkpassword, and then the smtp-auth patch after it, to build...it always
fails with the same error --
checkpassword.o(.text+0xba9): undefined reference
to `qldap_objectclass'
checkpassword.o(.text+0xbbb): undefined reference to `stralloc_cats' checkpassword.o(.text+0xbd0): undefined reference to `stralloc_append' checkpassword.o(.text+0xbdd): undefined reference to `qldap_errno' checkpassword.o: In function `free_stralloc': checkpassword.o(.text+0xc11): undefined reference to `alloc_free' collect2: ld returned 1 exit status make: *** [checkpassword] Error 1 I've tried searching around and emailing the guys
at n-r-g, but can't get an answer. I figure I'm missing a library somewhere or
something, because I can't get it to build either on RedHat (7.2, 7.3, 6.1,
doesn't matter) or OpenBSD 3.1 -- I get the same error.
If anyone could guide me to building this, or even
just send me a binary of the checkpassword from a Linux 7.2 build it would be
greatly, greatly appreciated. The auth_smtp part seems to build fine, but
without checkpassword it won't slap my directory :(
It's gotta be something simple that I just can't see
Thank you in
advance |