Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-10-07 Thread Tzafrir Cohen
On Mon, Sep 27, 2010 at 06:21:16PM +0200, Danny Dias wrote: Thanks Dean, I've done it before, that's why i'm here asking :( take a look: r...@sangoma-testing:/usr/src/dahdi-linux-2.1.0.4# apt-cache search linux-headers-$(uname -r) linux-headers-2.6.26-2-amd64 - Header files for Linux

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-28 Thread Danny Dias
r...@sangoma-testing:/home# cat /lib/modules/2.6.26-2-amd64/build/.config cat: /lib/modules/2.6.26-2-amd64/build/.config: No such file or directory r...@sangoma-testing:/home# cat /usr/src/linux/.config cat: /usr/src/linux/.config: No such file or directory r...@sangoma-testing:/home# uname -a

[asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Hello, I'm trying to compile DAHDI on DEBIAN but i have the following error: r...@sangoma-testing:/usr/src/dahdi-linux-2.1.0.4# make echo You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed.

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Dean Hoover
Source files aren't automatically installed on every install. This link should help: http://www.cyberciti.biz/faq/howto-install-kernel-headers-package/ Dean Hoover Milwaukee, Wisconsin On 9/27/2010 11:09 AM, Danny Dias wrote: Hello, I'm trying to compile DAHDI on DEBIAN but i have the

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Thanks Dean, I've done it before, that's why i'm here asking :( take a look: r...@sangoma-testing:/usr/src/dahdi-linux-2.1.0.4# apt-cache search linux-headers-$(uname -r) linux-headers-2.6.26-2-amd64 - Header files for Linux 2.6.26-2-amd64 r...@sangoma-testing:/usr/src/dahdi-linux-2.1.0.4# sudo

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Daniel Tryba
On Mon, Sep 27, 2010 at 06:09:15PM +0200, Danny Dias wrote: r...@sangoma-testing:/usr/src/dahdi-linux-2.1.0.4# make echo You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. exit 1 make:

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Done my friend: r...@sangoma-testing:/lib/modules/2.6.26-2-amd64/kernel/drivers# module-assistant prepare Getting source for kernel version: 2.6.26-2-amd64 apt-get install linux-headers-2.6.26-2-amd64 Reading package lists... Done Building dependency tree Reading state information... Done

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Roger Burton West
On Mon, Sep 27, 2010 at 06:09:15PM +0200, Danny Dias wrote: What should i do? aptitude install module-assistant m-a a-i dahdi -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
¿ahhh? 2010/9/27 Roger Burton West ro...@firedrake.org On Mon, Sep 27, 2010 at 06:09:15PM +0200, Danny Dias wrote: What should i do? aptitude install module-assistant m-a a-i dahdi -- _ -- Bandwidth and Colocation

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Daniel Tryba
On Mon, Sep 27, 2010 at 06:28:04PM +0200, Danny Dias wrote: You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. exit 1 make: *** [modules] Error 1 The same result :( Where did you get the dahdi source? There is no official 2.1.0.4 in any debian version. If you

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Paul Belanger
On Mon, Sep 27, 2010 at 12:09 PM, Danny Dias ing.diasda...@gmail.com wrote: What should i do? Try with the lastest DAHDI version, 2.4.0. -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com --

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
I've these versions of DAHDI running into another Server with no problem...it seems to be a problem with dependencies, but i can't find the trick :( 2010/9/27 Paul Belanger paul.belan...@polybeacon.com On Mon, Sep 27, 2010 at 12:09 PM, Danny Dias ing.diasda...@gmail.com wrote: What should i

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
The same problem! r...@sangoma-testing:/usr/src/dahdi-linux-complete-2.4.0+2.4.0# make all make install make config make -C linux all make[1]: Entering directory `/usr/src/dahdi-linux-2.1.0.4/dahdi-linux-complete-2.4.0+2.4.0/linux' make -C drivers/dahdi/firmware firmware-loaders make[2]:

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Paul Belanger
On Mon, Sep 27, 2010 at 1:09 PM, Danny Dias ing.diasda...@gmail.com wrote: The same problem! What is the output from the following? $ ls -la /lib/modules/ $ ls -la /usr/src/linux -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Hello Paul, Here is the output of the commands: r...@sangoma-testing:/home# ls -la /lib/modules/ total 12 drwxr-xr-x 3 root root 4096 2010-09-24 10:21 . drwxr-xr-x 13 root root 4096 2010-09-27 12:57 .. drwxr-xr-x 4 root root 4096 2010-09-27 09:06 2.6.26-2-amd64 r...@sangoma-testing:/home# ls

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Jim Dickenson
Did you install the header files after ./configure was run? If so redo the ./configure command and see what that does. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 27, 2010, at 3:57 PM, Danny Dias wrote: Hello Paul, Here is the output of the commands:

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Thanks Jim, What do you mean with redo ? I did not run the ./configure, i'm installing dahdi-linux and just need : make make install The problem is when i issue make Thanks for your answer my friend! 2010/9/28 Jim Dickenson dicken...@cfmc.com Did you install the header files after

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Danny Dias
Sorry Paul, My mistake...i repeat the commands again: r...@sangoma-testing:/usr/src# ls -la /lib/modules/ total 28 drwxr-xr-x 7 root root 4096 2010-09-27 19:35 . drwxr-xr-x 13 root root 4096 2010-09-27 12:57 .. drwxr-xr-x 3 root root 4096 2010-09-27 19:29 2.6.26-1-amd64 drwxr-xr-x 4 root root

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Paul Belanger
On Mon, Sep 27, 2010 at 6:57 PM, Danny Dias ing.diasda...@gmail.com wrote: r...@sangoma-testing:/home# ls -la /lib/modules/ total 12 drwxr-xr-x  3 root root 4096 2010-09-24 10:21 . drwxr-xr-x 13 root root 4096 2010-09-27 12:57 .. drwxr-xr-x  4 root root 4096 2010-09-27 09:06 2.6.26-2-amd64 $

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Paul Belanger
On Mon, Sep 27, 2010 at 7:36 PM, Danny Dias ing.diasda...@gmail.com wrote: Is that Ok? $ uname -r Also what version of Debian? -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com --

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Jim Dickenson
Do you not need to do a ./configure command before make make install? If so issue the ./configure command again and see if that fixes the problem. -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Sep 27, 2010, at 4:32 PM, Danny Dias wrote: Thanks Jim, What do you

Re: [asterisk-users] Problems compiling Asterisk on Debian

2010-09-27 Thread Paul Belanger
On Mon, Sep 27, 2010 at 9:05 PM, Jim Dickenson dicken...@cfmc.com wrote: Do you not need to do a ./configure command before make make install? If so issue the ./configure command again and see if that fixes the problem. No, it does not exist for DAHDI. -- Paul Belanger | dCAP Polybeacon |