Anyone have any ideas?

options IPSEC #IP security
options IPSEC_ESP #IP security (crypto; define w/ IPSEC)
options IPSEC_DEBUG #debug for IP security


su-2.05b# make buildkernel KERNCONF=ESHARA
...
...
sh /usr/src/sys/conf/newvers.sh ESHARA
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=20000 -fno-strict-aliasing -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror vers.c
linking kernel.debug
bf_ecb.o: In function `BF_ecb_encrypt':
/usr/src/sys/crypto/blowfish/bf_ecb.c:79: undefined reference to `BF_encrypt'
/usr/src/sys/crypto/blowfish/bf_ecb.c:81: undefined reference to `BF_decrypt'
bf_skey.o: In function `BF_set_key':
/usr/src/sys/crypto/blowfish/bf_skey.c:112: undefined reference to `BF_encrypt'
/usr/src/sys/crypto/blowfish/bf_skey.c:119: undefined reference to `BF_encrypt'
des_ecb.o: In function `des_ecb_encrypt':
/usr/src/sys/crypto/des/des_ecb.c:107: undefined reference to `des_encrypt1'
des_ecb.o: In function `des_ecb3_encrypt':
/usr/src/sys/crypto/des/des_ecb.c:128: undefined reference to `des_encrypt3'
/usr/src/sys/crypto/des/des_ecb.c:130: undefined reference to `des_decrypt3'
*** Error code 1


Stop in /usr/obj/usr/src/sys/ESHARA.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

real    2m52.297s
user    2m22.967s
sys     0m23.772s
su-2.05b#

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to