christopher kamutumwa
2016-Dec-10 14:47 UTC
[asterisk-users] Asterisk dahai install centos 7
Hello support am trying to install dahdi on centos 7 and am doing the make ommand and below is result any way out this You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel installed. uname -a gives me below; Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root at localhost dahdi-linux-complete-2.11.1+2.11.1]# make make -C linux all make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux' make -C drivers/dahdi/firmware firmware-loaders make[2]: Entering directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' make[2]: Leaving directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel installed. make[1]: *** [modules] Error 1 make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux' make: *** [all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161210/5eb1d0f7/attachment.html>
On Sat, Dec 10, 2016 at 7:47 AM, christopher kamutumwa < chriskamutumwa at gmail.com> wrote:> You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel > installed.You need to install the kernel-devel package to compile kernel modules. --Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161210/9562c307/attachment.html>
christopher kamutumwa
2016-Dec-10 15:15 UTC
[asterisk-users] Asterisk dahai install centos 7
Package kernel-devel-3.10.0-327.36.3.el7.x86_64 already installed and latest version but i still receive the same error [root at localhost dahdi-linux-complete-2.11.1+2.11.1]# make make -C linux all make[1]: Entering directory `/usr/src/dahdi-linux- complete-2.11.1+2.11.1/linux' make -C drivers/dahdi/firmware firmware-loaders make[2]: Entering directory `/usr/src/dahdi-linux- complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' make[2]: Leaving directory `/usr/src/dahdi-linux- complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel installed. make[1]: *** [modules] Error 1 On Sat, Dec 10, 2016 at 4:56 PM, Greg Woods <greg at gregandeva.net> wrote:> > On Sat, Dec 10, 2016 at 7:47 AM, christopher kamutumwa < > chriskamutumwa at gmail.com> wrote: > >> You do not appear to have the sources for the 3.10.0-327.el7.x86_64 >> kernel installed. > > > You need to install the kernel-devel package to compile kernel modules. > > --Greg > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161210/082cadc6/attachment.html>
There are inofficial RPMs for CentOS 7 available if you don't want to mess with compiling: https://www.tucny.com/telephony/asterisk-rpms Am 10.12.2016 um 15:47 schrieb christopher kamutumwa:> Hello support > > am trying to install dahdi on centos 7 and am doing the make ommand and > below is result any way out this You do not appear to have the sources > for the 3.10.0-327.el7.x86_64 kernel installed. > > uname -a gives me below; > > Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 > 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > > > > [root at localhost dahdi-linux-complete-2.11.1+2.11.1]# make > make -C linux all > make[1]: Entering directory > `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux' > make -C drivers/dahdi/firmware firmware-loaders > make[2]: Entering directory > `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' > make[2]: Leaving directory > `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware' > You do not appear to have the sources for the 3.10.0-327.el7.x86_64 > kernel installed. > make[1]: *** [modules] Error 1 > make[1]: Leaving directory > `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux' > make: *** [all] Error 2 > > >