2006/12/24, Damir Perisa <[EMAIL PROTECTED]>:
> 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?

linux/config.h is deprecated from 2.6.19.
Simply sed or patch out any references to linux/config.h with linux/autoconf.h


-- 
Giovanni Scafora
Arch Linux Trusted User & Package Maintainer (voidnull)
http://www.archlinux.org
[EMAIL PROTECTED]

_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to