On Tuesday 05 February 2008 10:07 am, Dimitri Yioulos wrote: >> hello to all. >> >> I've been using dazuko for over three years on a CentOS3 server so as to >> enable clamav on-access scanning. Works great. >> >> Now, I'm trying to install dazuko-2.3.3 on a CentOS 5.1 box, which is using >> the SMP kernel, for the same reason. As a first step, I ran "grep >> __d_path /proc/kallsyms"; it returned "c0483463 T __d_path". According to >> README.linux26, that means that __d_path() is exported. However, when I >> try to run the installation, I get the following: >> >> [EMAIL PROTECTED] dazuko-2.3.3]# ./configure && make && make install >> checking host system type... Linux >> checking for make utility... ok (make) >> checking for C compiler... ok (cc) >> kernel source in /lib/modules/2.6.18-53.1.6.el5/source... yes >> kernel build source in /lib/modules/2.6.18-53.1.6.el5/build... yes >> acquiring Linux kernel code configuration... ok >> checking if Linux is RSBAC patched... no >> checking if devfs is enabled... no >> discovered host system... Linux (2.6.18) >> checking if security module support is enabled... yes >> verifying capabilities are not built-in... built-in :( >> error: capabilities are built-in to the kernel: >> you will need to recompile a kernel with capabilities >> as a kernel module >> >> I tried running the uinstallation with the "./configure >> --disable-local-dpath" and "--disable-chroot-support" switches. I got the >> same error. >> >> What's up? Your help would be much appreciated. >> >> Thanks. >> >> Dimitri
On Tuesday 05 February 2008 12:50 pm, Dimitri Yioulos wrote: > Sorry to reply to my own post, but some additional info. The only way I > could get dazuko to compile was: > > ./configure --enable-syscalls --mapfile=/boot/System.map-2.6.1853.1.6.el5 > > Of course, I have no idea what using the "--enable-syscalls" switch creates. > > Dimitri Hi, folks. I don't mean to anger, but does anyone have any idea how I can overcome this issue? Besides the above, I tried to recompile the kernel to export the __d_path() function, and got this: [EMAIL PROTECTED] dazuko-2.3.4]# patch /lib/modules/`uname -r`/build/fs/dcache.c patch_dpath.diff patch: **** Can't find file /lib/modules/2.6.18-53.1.6.el5/build/fs/dcache.c : No such file or directory Yet: [EMAIL PROTECTED] dazuko-2.3.4]# uname -a Linux hingham2 2.6.18-53.1.6.el5 #1 SMP Wed Jan 23 11:30:20 EST 2008 i686 athlon i386 GNU/Linux So, I know the kernel is correctly specified in the command, and I know that the kernel source is installed. However, a search for dcache.c turns up nothing. So, I can't install dazuko using reqular means, or with the --disable-local-dpath" and/or "--disable-chroot-support" switches, or by recompiling the kernel. If I do " ./configure --enable-syscalls --mapfile=/boot/System.map-2.6.1853.1.6.el5", it compiles, but when I install the dazuko module, the system hangs. Am I sol here? Thanks. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
