On Mon, Feb 12, 2007 at 04:31:30PM +0000, Mário Gamito wrote:
> Hi,
>
> I'm trying to compile qmail-ldap with SMTP auth, but i'm getting an error.
>
...
> The error i get is:
> ------------------------------------------------
> [root@mail2 qmail-1.03]# make setup check
> ./load digest passwd.o digest_md4.o digest_md5.o digest_rmd160.o \
> digest_sha1.o base64.o qldap-debug.o output.o getopt.a strerr.a \
> substdio.a case.a env.a stralloc.a str.a fs.a alloc.a error.a \
>
> passwd.o(.text+0x48): In function `cmp_passwd':
> : undefined reference to `crypt'
> passwd.o(.text+0x64): In function `cmp_passwd':
> : undefined reference to `crypt'
> passwd.o(.text+0x2a2): In function `do_crypt':
> : undefined reference to `crypt'
> collect2: ld returned 1 exit status
> make: *** [digest] Error 1
> -------------------------------------------------
>
This is a common error when you need to use one or both of SHADOWLIBS and
SHADOWOPTS. See Makefile and QLDAPINSTALL for more info.
--
:wq Claudio
|