On 12/25/06, Damir Perisa <[EMAIL PROTECTED]> wrote: > i use cisco vpn client to connect to the university network from home. > unfortunately, when trying to build the module with the latest kernel26, > i get this error: > > make -C /lib/modules/2.6.19-ARCH/build > SUBDIRS=/home/damir/software/VPN-unibasel/vpnclient modules > make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH' > CC [M] /home/damir/software/VPN-unibasel/vpnclient/linuxcniapi.o > /home/damir/software/VPN-unibasel/vpnclient/linuxcniapi.c:12:26: error: > linux/config.h: No such file or directory > make[2]: *** [/home/damir/software/VPN-unibasel/vpnclient/linuxcniapi.o] > Error 1 > make[1]: *** [_module_/home/damir/software/VPN-unibasel/vpnclient] Error 2 > > any idea what changed, that we do not have the linux/config.h with the > kernel26 any more? or something changed in the kernel package?
config.h has been removed upstream by the kernel devs. Simply sed/patch out any references and it should compile with no problems. James -- iphitus // Arch Developer // kernel26beyond // iphitus.loudas.com _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
