I have downloaded and unzipped succesfully the asterisk-1.4.13.tar.gz
Then when i follow the tutorial on installation of asterisk, something goes wrong. going to the directory asterisk-1.4.13 isn’t a problem but when i’m trying to do this line make clean; make install.
I get the following error: the configure script must be executed before running make. Please run “./configure”
What must i do now.
please remember i am a newhie in linux and asterisk. thx
the mv -line doesn’t work but when i go to the ./configure line i get a lot more. i get an error: configure: error: no acceptable C compiler found in $PATH
what’s wrong here???
owkay just seen that mv means move, it isn’t necessary to move the files. They are already in the /usr/src/ folder
[quote=“jorre13”]thx for the help
when i go to the ./configure line i get a lot more. i get an error: configure: error: no acceptable C compiler found in $PATH
what’s wrong here???
[/quote]
You probably have not installed GCC or Make (try to install the last updated packages)
Please try this before : and give me the lines in bold
[root@-]# rpm -q gcc gcc-4.1.1-30
[root@-]# rpm -q make make-3.81-1.1