----- Daniel Pocock <[EMAIL PROTECTED]> wrote: > The headers package wasn't installed, however, the source package was > unpacked and a symlink /usr/src/linux -> linux-source-2.6.17-2-686 was > in place
That won't work, because EXTRAVERSION in your kernel source will be empty, not '-2'. That means the Zaptel Makefile will try to install the modules for kernel 2.6.17, not 2.6.17-2. You will also need to use the same compiler version that was used to build your running kernel, or you can get module version mismatches. -- Kevin P. Fleming Senior Software Engineer Digium, Inc. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
