Hello, I have configured and maked Dazuko 2.3.1, but have run into an error insmod'ing it. Any troubleshooting help would be appreciated. Here is a log of what I tried:
[EMAIL PROTECTED]:~/DazukoInstall/dazuko-2.3.1$ ./configure checking host system type... Linux checking for make utility... ok (make) checking for C compiler... ok (cc) kernel source in /lib/modules/2.6.15-26-386/source... no kernel build source in /lib/modules/2.6.15-26-386/build... no kernel build source in /usr/src/linux... yes kernel source in /usr/src/linux... 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.15) checking if security module support is enabled... yes verifying capabilities are not built-in... ok locating LSM API header... ok identifying LSM API... ok identifying device API... ok inspecting class type... ok (class) inspecting suspend function... ok (suspend1) checking whether __d_path() is exported... yes inspecting task_struct structure... ok (using parent) disabling ON_CLOSE events (not available for Linux 2.6 LSM) configure: creating Makefile configure: creating library/Makefile configure: creating example_c/Makefile ./configure successful ======================= Configuration summary ======================= module events = ON_OPEN ON_EXEC devfs support = no rsbac support = no stacking support = yes local __d_path() = no module debug = no library 1.x compatibility = yes [EMAIL PROTECTED]:~/DazukoInstall/dazuko-2.3.1$ sudo make Password: make -C /usr/src/linux include/linux/version.h include/asm scripts make[1]: Entering directory `/usr/src/linux-source-2.6.15' CHK include/linux/version.h make[1]: `include/asm' is up to date. make[1]: Leaving directory `/usr/src/linux-source-2.6.15' make -C /usr/src/linux SUBDIRS="/home/admin/DazukoInstall/dazuko-2.3.1" modules make[1]: Entering directory `/usr/src/linux-source-2.6.15' CC [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko_core.o CC [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko_transport.o CC [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko_linux26_lsm.o CC [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko_linux26.o LD [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko.o Building modules, stage 2. MODPOST CC /home/admin/DazukoInstall/dazuko-2.3.1/dazuko.mod.o LD [M] /home/admin/DazukoInstall/dazuko-2.3.1/dazuko.ko make[1]: Leaving directory `/usr/src/linux-source-2.6.15' touch dummy_rule [EMAIL PROTECTED]:~/DazukoInstall/dazuko-2.3.1$ sudo /sbin/insmod dazuko.ko insmod: error inserting 'dazuko.ko': -1 Invalid module format I saw from a previous message (http://www.archivum.info/[email protected]/2005-02/msg00012.html) that /var/log/messages would help. This is from there:
From /var/log/messages:
Nov 29 16:21:55 Fozzy kernel: [17181466.680000] dazuko: disagrees about version of symbol struct_module I'm stuck and don't know how to correct this error. Any help would be greatly appreciated. Thanks Dr Obvious _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
