<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid200511011626.56868.leroi.lists@gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">

I then compiled libpri fine and moved on to zaptel. Did a
make clean then make install and get the following error:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
How about `make linux26' ?

  </pre>
  <blockquote type="cite">
    <pre wrap="">
I am not up to speed on make or its errors, but it looks
like to me that it is complaining about /usr/src/zaptel
not being there or that modules is missing. AS you can see
from the last line there is a /usr/src/zaptel directory.
Or is it something with my 2.6 kernel and a modules
directory or something.

Have never gotten this error before, that is why I am
asking for help.

Robert
    </pre>
  </blockquote>
  <pre wrap=""><!---->
do you have kernel sources installed?
  </pre>
</blockquote>
I just dealt with these same issue on a recent install on debian. You
don't need the kernel sources,<br>
but you do need the kernel headers for the kernel image you're running.
You need to have a sym-link<br>
named /lib/modules/`uname -r`/build/ which links to your kernel header
directory.<br>
<br>
Zaptel wouldn't compile properly until I removed the 2.6 kernel source
files, because I had the 2.6 version <br>
of the kernel sources and my kernel image and headers were 2.6.11.<br>
<br>
Marv Horst<br>
"dicovers" the kernel source<br>
<br>
</body>
</html>