Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 18:59:31 +0900
From:      User Takawata <takawata@axe-inc.co.jp>
To:        Pawel Jakub Dawidek <nick@garage.freebsd.pl>
Cc:        freebsd-current@freebsd.org
Subject:   Re: GEOM_BDE
Message-ID:  <200310150957.SAA20942@axe-inc.co.jp>
In-Reply-To: Your message of "Wed, 15 Oct 2003 11:48:27 %2B0200." <20031015094827.GV520@garage.freebsd.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20031015094827.GV520@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310150957.SAA20942>