On Wed, 13 Aug 2008, Ivan Lezhnjov Jr. wrote: > > > smtp_in.o(.text+0x1ae5): In function `smtp_start_session': > > : undefined reference to `hosts_ctl' > > So, my question is what goes wrong here and how can it be fixed?
You have set USE_TCP_WRAPPERS in Local/Makefile but you haven't added -lwrap to EXTRALIBS_EXIM as instructed by the comments in the file. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://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/
