Imran Sadiq wrote:
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 following 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
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 [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
