Re: [Exim] exim whoson compile error

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Diogo Vasconcelos, Exim-Users (E-mail)
Subject: Re: [Exim] exim whoson compile error
Diogo Vasconcelos wrote:
>
> I've been trying to compile exim with LOOKUP_WHOSON but I invariably get a
> compile error:

.....
>  -lresolv -lnsl -lcrypt    \
>   -ldb
> lookups/lookups.a(whoson.o)(.text+0x1a): In function `whoson_find':
> : undefined reference to `wso_query'
> collect2: ld returned 1 exit status
> make[1]: *** [exim] Error 1
> make[1]: Leaving directory `/usr/local/src/exim-4.31/build-Linux-i386'
> make: *** [go] Error 2


Try adding -lwhoson to your LOOKUP_LIBS setting in Local/Makefile.

Nico