LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing astarisk on centos 7 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-astarisk-on-centos-7-a-4175540934/)

mrnews 04-27-2015 05:19 PM

Installing astarisk on centos 7
 
hi people.
can anybody help me to solve this error? "'configure.ac' or 'configure.in' is required" when i run "autoreconf –i"

John VV 04-27-2015 06:44 PM

i take it you have not installed the development tools

gcc and autotools

from the list of software groups that can be installed
Code:

su -
yum grouplist

install the group
Code:

su -
yum groupinstall "Development Tools"


but WHY???? build the code?
astrisk IS in the epel repo ( is for 6.6 )


Warning:
PS.
if you are fallowing a "guide" that tells you to Disable SElinux
DO NOT FALLOW IT!!!!!!!!!!
leave SELinux set to targeted!!!!!!!

never NEVER!!! fallow ANY guide that has you disable selinux!!!



All times are GMT -5. The time now is 09:55 PM.