On 16/12/2018 15:54, Odhiambo Washington via Exim-users wrote: > smtp_in.o: In function `smtp_start_session': > smtp_in.c:(.text+0x3f15): undefined reference to `hosts_ctl' > collect2: error: ld returned 1 exit status
hosts_ctl() should be supplied by the libwrap library; you must be building with USE_TCP_WRAPPERS defined but have not included the library. The lines in the Makefile just below USE_TCP_WRAPPERS have comments implying that the need for an explicit mention of the library varies across platforms. Few people actually use tcpwrappers these days, I think; full firewalling with iptables or similar is more common. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
