Subject: openldap configure problems with libwrap.
To: None <tech-pkg@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-pkg
Date: 09/15/1999 09:35:21
Folks,

I'm libwrap illiterate (hey, we live behind the big mean nasty corporate
firewall :), and I've got a problem getting openldap to build:

	simonpc:openldap/work.i386/ldap 221> cat conftest.c
	#line 6611 "configure"
	#include "confdefs.h"

	int main() {
	main()
	; return 0; }
	simonpc:openldap/work.i386/ldap 222> cc -o conftest -O2 -Wl,-R/usr/pkg/lib \
						-L/usr/pkg/lib -Wl,-R/usr/pkg/lib \
						-L/usr/pkg/lib conftest.c -lwrap
	/usr/lib/libwrap.so: undefined reference to `allow_severity'
	/usr/lib/libwrap.so: undefined reference to `deny_severity'
	collect2: ld returned 1 exit status

This is on a i386/1.4J machine - it works fine on a i386/1.4.1 machine.
I guess this has something to do with the recent update of libwrap to
version 7.6, but have no clue on how to procede.

Simon.