GEOM_BDE

User Takawata takawata at axe-inc.co.jp
Wed Oct 15 02:57:39 PDT 2003


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?


More information about the freebsd-current mailing list