Make install - The configure script must be executed before

CentOS 4.4
Asterisk 1.4
Zaptel 1.4

Run the make clean, make install on Zaptel and Libpri, then did the following for Asterisk

make clean
make install

then it gave me the error

“The configure script must be executed before running ‘make’.”

so I ran

make config

and it gave me the error:

“We could not install init scripts for your operating system.”

Any suggestions on what in the world is going on? I thought getting this installed would be much easier.

did you read the text files in the src directory before you started ? you need to run ./configure in your Asterisk/Zaptel/Addons directory before doing a make menuselect then make; make install