The dazuko 2.3.1-pre3 fails to build on SuSE Enterprise Desktop / Server 10.
Simply running "./configure ; make" produces errors like this: *** *** You have not yet configured your kernel! *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** This is apparently because configure printed: kernel build source in /lib/modules/2.6.16.21-0.8-smp/source... Yes If I run "./configure --kernelobjdir=/lib/modules/2.6.16.21-0.8-smp/build ; make", everything works properly. Is this how it is supposed to work? I would prefer if configure script could locate the proper kernel headers automatically. -- Sami >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >] On Behalf Of John Ogness >Sent: Tuesday, August 29, 2006 6:11 PM >To: [email protected] >Subject: [Dazuko-devel] 2.3.1-pre3 posted > >Hi, > >I received a patch for the configure script from SUSE to allow >Dazuko to be built by their automated systems. The configure >script now has an additional option --kernelobjdir that can >point to where the kernel build source files are located. This >was previously possible with the --kernelsrcdir option. >However, on some distributions the source dir and the object >(build source) dir are not the same. > >The new changes shouldn't affect systems where the configure >script correctly worked before. > >Unless problems are reported this week, 2.3.1 will become the >new official stable version next week. > >John Ogness > >-- >Dazuko Maintainer > > >_______________________________________________ >Dazuko-devel mailing list >[email protected] >http://lists.nongnu.org/mailman/listinfo/dazuko-devel > _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
