Hi, I get this warning when compiling kernel modules outside kernel source tree. I;m picky cause module causes segfault when loading... I did : make dep #sets all the kernel dependecies make clean make mrproper make cloneconfig make prepare-all Then I get: rm -f qozap.o *.ko *.mod.c *.mod.o .*o.cmd *~ rm -rf .tmp_versions make -C /usr/src/linux-2.6 SUBDIRS=/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/qozap ZAP=-I/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/zaptel-1.0.6 modules make[1]: Entering directory `/usr/src/linux-2.6.8-24.13' WARNING: Symbol version dump /usr/src/linux-2.6.8-24.13/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled. CC [M] /root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/qozap/qozap.o Building modules, stage 2. Any advice ? Thanks in advance, regards, Rob.