[asterisk-bugs] [JIRA] (ASTERISK-30108) zaptel compile error which says "cannot find autoconf.h"
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Mon Jun 13 02:59:49 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team closed ASTERISK-30108.
------------------------------------
Resolution: Not A Bug
> zaptel compile error which says "cannot find autoconf.h"
> --------------------------------------------------------
>
> Key: ASTERISK-30108
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30108
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Applications/app_zapateller
> Affects Versions: 18.12.0
> Environment: CentOs 7(Kernel version: 4.9.317) on VMware Workstation 16 Player
> Zaptel-1.4.12.1
> Reporter: yongsoo Park
> Severity: Major
>
> I built linux-4.9.317 from source code and wanted to install zaptel and asterisk on top of it.
> First of all, I followed the exact steps described in guide book at Zaptel source directory.
> {code:xml}
> make clean
> ./configure
> make menuselect
> {code}
> When I tried to build Zaptel using "make", I got the following error
> {code:xml}
> CC [M] /usr/src/kernels/zaptel-1.4.12.1/kernel/pciradio.o
> In file included from /usr/src/kernels/zaptel-1.4.12.1/kernel/zaptel.h:39:0,
> from /usr/src/kernels/zaptel-1.4.12.1/kernel/pciradio.c:56:
> /usr/src/kernels/zaptel-1.4.12.1/kernel/zconfig.h:26:28: fatal error: linux/autoconf.h: No such file or directory
> #include <linux/autoconf.h>
> {code}
> I executed
> {code:xml}
> sudo yum install kernel-devel
> {code}
> to get
> {code:xml}
> Package kernel-devel-3.10.0-1160.66.1.el7.x86_64 already installed and latest version
> Nothing to do
> {code}
> and executed
> {code:xml}
> sudo yum install kernel-headers
> {code}
> to get
> {code:xml}
> Package kernel-headers-3.10.0-1160.66.1.el7.x86_64 already installed and latest version
> Nothing to do
> {code}
> I booted centOS at linux version "3.10.0-1160.66.1.el7.x86 64" and repeated the procedure again to see what difference it makes.
> But no diffrence!!
> Someone said that I needed to install kernel-sources, but I don't know what "installing kernel-souces" means.
> Please help me to get out of this headache!!!
> Many thanks in advance!!!
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list