Hello,
I am new in Asterisk and i try to install it.
First I’m login as root or su to root and installing DAHDI Linux 2.1.0.4 “make” and “make install” after that when I run “./configure” for Asterisk 1.6.0.9 everything is ok but when “make” or “make install” I take these results:
make: -F.: Command not found
****
**** The configure script must be executed before running 'make'.
**** Please run "./configure".
**** make: *** [makeopts] Error 1
Can you tell me how can i fix this error?
Thank in advance.
configure didn’t work. If it had, there would have been a makeopts file. The lack of that file is causing the errors on the make. If necessary, look at the log file for configure.
Hi! When I try to compile zaptel on ubuntu i get an error:
"You do not appear to have the sources for the 2.6.24-24-generic kernel installed"
Any ideas ?
ok - I have makeopts.in file
and what I must looking for in configure.log ?
.
[quote=“asterisk_adept”]Hi! When I try to compile zaptel on ubuntu i get an error:
"You do not appear to have the sources for the 2.6.24-24-generic kernel installed"
Any ideas ?[/quote]
you haven’t installed kernel -source so
go to YaST in the left up type “kernel” check below all boxes and press Search on right have you now a list
choose from there “kernel -source” and press Accept that will be help
.
configure should create makeopts, from makeopts.in.
You need to look for some indication as to why it didn’t complete or didn’t create the file.