Subject: Re: Problems linking current
To: Pimin <pimin@rockhead.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 02/22/2000 11:29:42
>I'm compiling and linking from a sup of current made 2/21/2000 about 2pm.  
>I get the following errors:
>ld -Ttext c0100000 -e start -z -X -o netbsd ${SYSTEM_OBJ} vers.o
>in_proto.o: Undefined symbol `_esp4_input' referenced from data segment
>in6_proto.o: Undefined symbol `_esp6_input' referenced from data segment
>../../../../netinet6/ipsec.c:1748: Undefined symbol `_esp_hdrsiz' referenced from text segment

	You have defined IPSEC_ESP and you do not have path to 
	crypto-{intl,us} tree properly defined.
	Look at the following portion in kernel configuration file.
>#prefix ../crypto-us/sys
>#cinclude "conf/files.crypto-us"
>#prefix

	(I find it troublesome that this will be linker error, not
	/usr/sbin/config error - but I can think of no way to fix it)

itojun