Re: GEOM_BDE

From: User Takawata <takawata_at_axe-inc.co.jp>
Date: Wed, 15 Oct 2003 18:59:31 +0900
In message <20031015094827.GV520_at_garage.freebsd.pl>, Pawel Jakub Dawidek wrote:

>On Wed, Oct 15, 2003 at 09:56:57AM +0200, Poul-Henning Kamp wrote:
>+> >>I have problem with compiling my kernel. I wanted to play with gbde so=
> i
>+> >>added options GEOM_BDE.I have been doing cvsup at Tue Oct 14 20:43:17 =
>2003 CEST
>+> >>My config kernel:
>+> >
>+> >>/usr/src/sys/geom/bde/g_bde.h:180: undefined reference to `rijndael_ci=
>pherInit'
>+> >>/usr/src/sys/geom/bde/g_bde.h:207: undefined reference to `rijndael_bl=
>ockDecrypt'
>+> >
>+> >I had same problem until I added device   random to kernel config file.
>+>=20
>+> Yes, the recent commits to the rijndael code must have messed up somethi=
>ng=20
>
>No, this always was a problem. There were no chance to use BDE when
>'device random' isn't compiled in kernel, but is loaded as kernel module.
Adding 

MODULE_DEPEND(g_bde, rc4, 1, 1, 1);

solve your problem?
Received on Wed Oct 15 2003 - 00:57:39 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:25 UTC