after those procedures. I found that my asterisk only got those commands
asteriskCLI>
! aoc cc cdr cel channel cli config core data database
dialplan dnsmgr event features group http indication logger manager module no
parkedcalls stun timing udptl
asteriskCLI>
But I have another asterisk has those commands
newAsteriskCLI>
! ael agent agi cdr channel
cli config console core dahdi database
devstate dialplan dnsmgr dundi features file
group gtalk hangup help http iax2
indication jabber jingle keys local logger
manager meetme mfcr2 mgcp minivm mixmonitor
module moh no odbc originate parkedcalls
phoneprov pri queue realtime reload rtcp
rtp say sip skinny sla sqlite
ss7 stun timing transcoder udptl ulimit
unistim voicemail
newAsteriskCLI>
Where there is an XXX, look at depends on. If possible select the dependency, otherwise make a note of the name.
run configure --help
Match the name of the various possible third party components with the missing dependencies, to get a better idea of the name of the packages that are missing.
Find and install the missing packages, by whatever means necessary (e.g. searching a repository, or googling for the source package).
If a package is present but not in an obvious place, you will need to run configure with the relevant --with-… options.
Run ./configure
run make menuconfig
iterate if necessary to fill in any other missing packages (probably not necessary).
Where there is an XXX, look at depends on. If possible select the dependency, otherwise make a note of the name.
run configure --help
Match the name of the various possible third party components with the missing dependencies, to get a better idea of the name of the packages that are missing.
Find and install the missing packages, by whatever means necessary (e.g. searching a repository, or googling for the source package).
If a package is present but not in an obvious place, you will need to run configure with the relevant --with-… options.
Run ./configure
run make menuconfig
iterate if necessary to fill in any other missing packages (probably not necessary).
run make, etc.[/quote]
Thanks for your help, at it works now.
what I did is
"make menuconfig" to select the missing package I would like to have.
"./configure
make
make install" to install all the package