[asterisk-users] Wanpipe 2.3.4-2 + kernel 2.6.19 = problems
Erik Forsen
lists at forsen.no
Mon Jan 15 05:37:02 MST 2007
Hi list.
some info:
zaptel 1.4.0
wanpipe 2.3.4-2
kernel 2.6.19.1
Debian
I'm trying to build wanpipe on my server, but I got a error that it
can't find config.h.. I found a post on an other unrelated mailing
list which stated that includes/linux/config.h has been removed from
2.6.19. It also suggested replacing all references to config.h with
autoconf.h
make -C /lib/modules/2.6.19.1/build SUBDIRS=/usr/src/wanpipe/kdrvtmp
CC=gcc KBUILD_VERBOSE=0 modules
make[1]: Entering directory `/usr/src/linux-2.6.19.1'
CC [M] /usr/src/wanpipe/kdrvtmp/sdladrv_src.o
In file included from /usr/src/wanpipe/kdrvtmp/sdladrv_src.c:131:
include/linux/wanpipe_includes.h:226:63: linux/config.h: No such file
or directory
make[2]: *** [/usr/src/wanpipe/kdrvtmp/sdladrv_src.o] Error 1
make[1]: *** [_module_/usr/src/wanpipe/kdrvtmp] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.19.1'
make: *** [all] Error 2
This is the error i got. I've grepped through all of my include/linux/
wanpipe_includes.h files i have on my server (there is actually a
couple of them), and replaced config.h with autoconf.h, but still i
get the same error. Looks like I'm unable to locate the include/linux/
wanpipe_includes.h file wanpipe is actually looking for. Is there a
patch or a newer version of wanpipe that has this issue solved?
Erik
More information about the asterisk-users
mailing list