Mxml problems & menuselect (fc6)

Hi All,

Well, I’ve seen a few messages hint at this problem, but yet to find one that resolves it. I’m compiling Asterisk 1.4.2 on fc6, and having issues with the menuselect stage. In particular,

cd /usr/src/asterisk-1.4.2

make clean

./configure

make

Generating input for menuselect …
menuselect/menuselect --check-deps menuselect.makeopts
mxml: Expected > but got ‘i’ instead for element !
Error parsing ‘menuselect-tree’!
make: *** [menuselect.makeopts] Error 255

FYI I have just updated the whole computer using yum, and have version 2.2.2-7.fc6 of mxml and mxml-devel installed.

Any assistance would be very much appreciated!
J

** Amended
This sequence of commands did the trick (yes - it does actually help to read the UPGRADE.txt file)

Let’s do zaptel first

tar xvf zaptel-1.4.1.tar.gz
cd zaptel-1.4.1
vim zcontig.h

enable MMX optimization

make clean
./configure
make menuselect
make
make install
make config

Now it’s Asterisk turn

cd /usr/src
tar xvf asterisk-1.4.2.tar.gz
cd asterisk-1.4.2
make clean;
./configure
make menuselect
make
make install