Re: [Asterisk-Users] Problems installing Zaptel

2004-12-22 Thread Adam Fineberg




I'm not familiar with Mepis so I'm not sure whow best to tell you to
proceed but you can certainly download the kernel source from
www.kernel.org. The kernel will need to be configured in order for the
module build to work however and I'm not sure how best to help you with
that.

Adam

Imran Sadiq wrote:

  
  


  
  
  
  Yes you are
right. I installed Mepis
straight from their CD. It does not look like there is any Makefile in
the
directory. 
  I think it
probably did not copy the
source files.
  
  Please
forgive my ignorance in Linux. I am
pretty new to this stuff.
  
  What would
be the easiest way out of this
situation?
  Any help
would be appreciated.
  
  Thanks,
  
  
  

  






  
  









  
  









  
  









  
  



  
  






  

  
  
  
  
  
  
  From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Adam Fineberg
  Sent: Wednesday, 22
December 2004
4:56 p.m.
  To: Asterisk Users
Mailing List -
Non-Commercial Discussion
  Subject: Re:
[Asterisk-Users]
Problems installing Zaptel
  
  
  Imran
Sadiq
wrote: 
  
  
  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?
   
  
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.
  
  
  
  
  Thanks
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]] 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:
  
   
  
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
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
   
  
  
  

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Problems installing Zaptel

2004-12-22 Thread Sean Cook



Mepis is debian based, so you should be able to apt-get 
install your sources that you need, specifically the kernel sources. 

Google apt-get kernel source and see what you 
get...

sean



  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Adam 
  FinebergSent: Wednesday, December 22, 2004 12:12 PMTo: 
  Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: 
  [Asterisk-Users] Problems installing Zaptel
  I'm not familiar with Mepis so I'm not sure whow best to tell you 
  to proceed but you can certainly download the kernel source from www.kernel.org. The kernel will need to 
  be configured in order for the module build to work however and I'm not sure 
  how best to help you with that.AdamImran Sadiq wrote: 
  




Yes you are right. 
I installed Mepis straight from their CD. It does not look like there is any 
Makefile in the directory. 
I think it probably 
did not copy the source files.

Please forgive my 
ignorance in Linux. I am pretty new to this 
stuff.

What would be the 
easiest way out of this situation?
Any help would be 
appreciated.

Thanks,



  
  

  

  
  

  

  

  
  

  

  

  
  

  

  

  
  

  
  

  

  





From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] 
On Behalf Of Adam 
FinebergSent: Wednesday, 
22 December 2004 4:56 p.m.To: Asterisk Users Mailing List - 
Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Problems 
installing Zaptel

Imran 
Sadiq wrote: Kristian,Thanks for that.It still gives me the same error.I have also tried "make linux26" in the zaptel directory and it gives methe exact same error.I also tried "make linux-2.6.7" and that says "*** No rule to maketarget `linux-2.6.7' Any suggesstions? 
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.Thanks-Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]] On Behalf Of KristianKielhofnerSent: Wednesday, 22 December 2004 10:33 a.m.To: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Problems installing ZaptelImran 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 modulesmake[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.6andmake linux26 in the Zaptel directory.--Kristian Kielhofner___Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users___Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Problems installing Zaptel

2004-12-21 Thread Kristian Kielhofner
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
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problems installing Zaptel

2004-12-21 Thread Imran Sadiq



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?

Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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:

 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
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems installing Zaptel

2004-12-21 Thread Adam Fineberg




Imran Sadiq wrote:

  

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?
  


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.


  
Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] 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:

  
  
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
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Problems installing Zaptel

2004-12-21 Thread Imran Sadiq








Yes you are right. I installed Mepis
straight from their CD. It does not look like there is any Makefile in the
directory. 

I think it probably did not copy the
source files.



Please forgive my ignorance in Linux. I am
pretty new to this stuff.



What would be the easiest way out of this
situation?

Any help would be appreciated.



Thanks,






 
  
  
  
  
  
  
 
 
  
  
  
  
  
  
  
  
  
 
 
  
  
  
  
  
  
  
  
  
 
 
  
  
  
  
  
  
  
  
  
 
 
  
  
  
 
 
  
  
  
  
  
  
 














From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Fineberg
Sent: Wednesday, 22 December 2004
4:56 p.m.
To: Asterisk Users Mailing List -
Non-Commercial Discussion
Subject: Re: [Asterisk-Users]
Problems installing Zaptel





Imran Sadiq
wrote: 

Kristian,Thanks for that.It still gives me the same error.I have also tried make linux26 in the zaptel directory and it gives methe exact same error.I also tried make linux-2.6.7 and that says *** No rule to maketarget `linux-2.6.7' Any suggesstions? 


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.




Thanks-Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]] On Behalf Of KristianKielhofnerSent: Wednesday, 22 December 2004 10:33 a.m.To: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Problems installing ZaptelImran 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 modulesmake[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.6andmake linux26 in the Zaptel directory.--Kristian Kielhofner___Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users___Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users 








___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users