<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Imran Sadiq wrote:
<blockquote
cite="midFAA625EA5FBB464488F6B1959601D14A1992B9@lancomsbs.lancom.local"
type="cite">
<pre wrap="">
Kristian,
Thanks for that.
It still gives me the same error.
I have also tried "make linux26" in the zaptel directory and it gives me
the exact same error.
I also tried "make linux-2.6.7" and that says "*** No rule to make
target `linux-2.6.7'
Any suggesstions?
</pre>
</blockquote>
<br>
Are you sure you have the kernel source installed and configured? The
make target for 2.6.7 is linux26 as per the README.Linux26 so the only
thought is there is no Makefile in /usr/src/linux-2.6.7.<br>
<br>
<blockquote
cite="midFAA625EA5FBB464488F6B1959601D14A1992B9@lancomsbs.lancom.local"
type="cite">
<pre wrap="">
Thanks
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Kristian
Kielhofner
Sent: Wednesday, 22 December 2004 10:33 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Problems installing Zaptel
Imran Sadiq wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I am new to asterisk.
I have downloaded Asterisk and Zaptel from the cvs root.
I am installing them on Mepis with linux-2.6.7
Whenever I try to do "make" in the zaptel directory, I get the
</pre>
</blockquote>
<pre wrap=""><!---->following
</pre>
<blockquote type="cite">
<pre wrap="">errors.
make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.7`
make[1]: *** No rule to make target `modules`. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.7`
make: *** [linux26] Error 2
I found some help on that which instructs to make a symbolic link
I did the following.
ln -s /usr/src/linux-2.6.7 -> //lib/modules/build/linux-2.6.7/
/ /
It still gives me the same error. Does anyone have any suggestions?
Thanks in advance.
Imran
</pre>
</blockquote>
<pre wrap=""><!---->
Imran,
        Try this:
ln -s /usr/src/linux-2.6.7 /usr/src/linux-2.6
and
make linux26 in the Zaptel directory.
--
Kristian Kielhofner
_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
<br>
</body>
</html>