[Dovecot] 2.0.beta4 compile errors
I am unable to get 2.0.beta4 to compile. I get the following errors:
/usr/lib64/gcc/x86_64-slackware-linux/4.3.3/../../../../lib64/libwrap.a(hosts_access.o):
In function host_match': hosts_access.c:(.text+0x625): undefined reference to
yp_get_default_domain'
collect2: ld returned 1 exit status
make[3]: *** [tcpwrap] Error 1
make[3]: Leaving directory /root/dovecot/dovecot-2.0.beta4/src/util' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/root/dovecot/dovecot-2.0.beta4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/dovecot/dovecot-2.0.beta4'
make: *** [all] Error 2
Any help would be appreciated.
-- Steve King
Senior Linux Engineer - Advance Internet, Inc. Cisco Certified Network Associate CompTIA Linux+ Certified Professional CompTIA A+ Certified Professional
On Wed, 2010-03-24 at 15:35 -0400, Steven King wrote:
I am unable to get 2.0.beta4 to compile. I get the following errors:
/usr/lib64/gcc/x86_64-slackware-linux/4.3.3/../../../../lib64/libwrap.a(hosts_access.o): In function
host_match': hosts_access.c:(.text+0x625): undefined reference to
yp_get_default_domain' collect2: ld returned 1 exit status
I have no idea why that's happening. So I guess the easiest solution is to just disable TCP-wrappers support by default: http://hg.dovecot.org/dovecot-2.0/rev/51150f2b3be8
So use configure --without-tcpwrap
participants (2)
-
Steven King
-
Timo Sirainen