(Aug 03 2005 13:06) Received wrote: > Hi all, > > I tried to build module dependancies. When I ran depmod: > > [EMAIL PROTECTED] /boot# /sbin/depmod -ae -F /boot/System.map-2.4.31-4tr > 2.4.31-4tr > > The following errors were observed: > > depmod: *** Unresolved symbols in /lib/modules/2.4.31-4tr/misc/test.o > depmod: __stack_smash_handler > depmod: __guard > > Any ideas/advices for this problem?
If you look in the kernel srpm you'll find that it's compiled with the -fno-stack-protector option. Modules needs this as well. c -- Christian H. Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
