On Fri, 7 Jun 2024 22:27:06 +0100 Jeremy Harris via Exim-users wrote:
  [ ... ]

> The default set for these hints-databases is in the OS/Makefile-<platform>
> (Linux, for your case).  Look for USE_<something> and DBMLIB.
> Those defaults can be overidden by settings in your Local/Makefile.
> 
> The USE_* and the DBMLIB need to be consistent.

The problem disappeared. dont't ask what I did.

A new comes up:

cc dns.c
dns.c: In function ‘dns_lookup’:
dns.c:1143:9: error: ‘event_action’ undeclared (first use in this function); 
did you mean ‘queue_action’?
 1143 |     s = event_action;
      |         ^~~~~~~~~~~~
      |         queue_action
dns.c:1143:9: note: each undeclared identifier is reported only once for each 
function it appears in
dns.c:1147:17: error: ‘transport_instance’ has no member named ‘event_action’
 1147 |         { s = tp->event_action; break; }
      |                 ^~
dns.c:1161:5: error: implicit declaration of function ‘event_raise’ 
[-Wimplicit-function-declaration]
 1161 |     event_raise(s, US"dns:fail",
      |     ^~~~~~~~~~~
make[1]: *** [Makefile:857: dns.o] Error 1
make[1]: Leaving directory 
'/usr/local/exim/src/exim-4.98-RC0/build-Linux-x86_64'
make: *** [Makefile:37: all] Error 2


--Frank

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to