[Help] - FC5 Asterisk will not compile

Hi All,

Decided to rebuild my Asterisk server, Install Ferdora Core 5. Got the Zaptel drivers installed after a little research. I’m get this when trying to get Asterisk compiled.

make[2]: Leaving directory /usr/src/asterisk-1.4.0-beta3/menuselect' make[1]: Leaving directory/usr/src/asterisk-1.4.0-beta3/menuselect’
menuselect/menuselect --check-deps menuselect.makeopts
mxml: Character entity “” not terminated under parent !
Error parsing ‘menuselect-tree’!
make: *** [menuselect.makeopts] Error 255

Anyone have any ideas? My guess is I’m missing a package.

Cheers

Max

Hi

I am having the same problem, did you find out what was wrong?

Thanks

Is this an issue with the make cmd??
try to install gcc gcc-c++

I’ve been running Asterisk on FC5… thats not my ususal “pain in the ###” type errors…

You must be missing a required component.

Of course I usually follow the “how too” guide as I’m installing Free PBX along side.

try to update your compiler
yum install gcc*

here is a history list of what i had to do to get it on FC5

572 cd asterisk-1.4.0
573 ls
574 ./install-sh
575 /install-sh
576 install-sh
577 .install-sh
578 ./install-sh
579 ./configure
580 asterisk -c option
581 ./configure --help
582 ./configure --with-zaptel
583 yum install libncurses-dev
584 yum install libncurses*
585 yum install curses
586 yum install ncurses*
587 ./configure
588 make
589 make install
590 make samples
591 make progdocs

640 yum install cpp
641 yum install cpp*
642 yum install gcc*
643 yum install gcc*

1018 cd /usr/src
1019 svn checkout svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
1020 whereis svn
1021 svn checkout "http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui"
1022 svn
1023 yum install CVS
1024 yum install svn
1025 yum install svn*
1026 svn checkout svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
1027 cd ./asterisk-gui/
1028 ls
1029 make
1030 ./configure
1031 make
1032 make install
1033 cp -r /etc/asterisk /etc/asterisk.backup

asterisk GUI installation help

asteriskguru.com/tutorials/asterisk_gui.html