hi,
I try to use the feature of Meetme on my CentOS v4.4 Linux machine
I am using Asterisk 1.4.4
I found that Meetme won’t work if I don’t have Zaptel l!?
Is that Correct ??
now, Zaptel doesn’t want to install
Got some error messages…
My error messages are the same as the one describe :
forums.digium.com/viewtopic.php?t=15415
The asnwer is to install : AUTOCONF !!
But sorry, Which autoconf ? Not sure to undersand… 
how will I get that ?
I read, that the possible reason is the library : libncurses5-dev missing
Should I get this library to get Meetme working ???
If so, that seems NOT to be an RPM. Do you know, which RPM installs this libncurses5-dev ?
Thanks in advance for your help
Stephane
Try to use following url. They may help you in your requirement.
asteriskguru.org/tutorials/aster … entos.html
about auto conf use the below url.
gnu.org/software/autoconf/
Thanks,
Suresh
Hi,
I am still in trouble with the Zaptel installation
Follwing the link,I have :
- Checked all the package requested
- installled M4 -> OK
- Install Autoconf-2.60 -> Seems to be OK
when I start to sintall Zaptel, I stil have :
[root@localhost autoconf-2.60]# ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether /bin/sh -n is known to work… yes
checking for expr… /usr/bin/expr
checking for gm4… no
checking for gnum4… no
checking for m4… /usr/local/bin/m4
checking whether m4 supports frozen files… yes
checking for perl… /usr/bin/perl
checking for emacs… emacs
checking whether emacs is sufficiently recent… yes
checking for emacs… emacs
checking where .elc files should go… ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for a sed that does not truncate output… /bin/sed
configure: creating ./config.status
config.status: creating config/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
So M$ is seen…
Autoconf installation :
make[2]: Leaving directory /opt/autoconf-2.60/doc' make[1]: Leaving directory/opt/autoconf-2.60/doc’
Making install in tests
make[1]: Entering directory /opt/autoconf-2.60/tests' make[2]: Entering directory/opt/autoconf-2.60/tests’
make[2]: Nothing to be done for install-exec-am'. make[2]: Nothing to be done forinstall-data-am’.
make[2]: Leaving directory /opt/autoconf-2.60/tests' make[1]: Leaving directory/opt/autoconf-2.60/tests’
[root@localhost autoconf-2.60]#
Now for ZAPTEL
./CONFIGURE
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
configure: *** Zaptel build successfully configured ***
[root@localhost zaptel]#
MAKE
[root@localhost zaptel]# make
make[1]: Entering directory /usr/src/zaptel/menuselect' make[2]: Entering directory/usr/src/zaptel/menuselect’
make[3]: Entering directory /usr/src/zaptel/menuselect/mxml' autoconf autoconf: no input file make[3]: *** [config.h] Error 1 make[3]: Leaving directory/usr/src/zaptel/menuselect/mxml’
make[2]: *** [mxml/libmxml.a] Error 2
make[2]: Leaving directory /usr/src/zaptel/menuselect' make[1]: *** [all] Error 2 make[1]: Leaving directory/usr/src/zaptel/menuselect’
make: *** [menuselect/menuselect] Error 2
[root@localhost zaptel]#
NB If you list the ‘.h’ file, there is no config.h file into ZAPTEL directory ! !??
[root@localhost zaptel]# ls *.h
arith.h fasthdlc.h mec2_const.h mg2ec.h tor2-hw.h zconfig.h
biquad.h fir.h mec2.h mkfilter.h version.h ztcfg.h
bittest.h fxotune.h mec3-float.h proslic.h wcfxsusb.h ztdummy.h
complex.h jpah.h mec3.h sec-2.h wctdm.h
digits.h kb1ec_const.h mec.h sec.h wcusb.h
ecdis.h kb1ec.h mg2ec_const.h tonezone.h zaptel.h
[root@localhost zaptel]#
Thanks for your help
Stephane
Finally, I reinstall CentOS v 4.4 and that works fine…
Don’t know what was the problem
Thanks for your help