FINALLY... I got to fix the XML issue. I did 2 things..
I got tdom from
And build (the same as I was doing before):
./configure --enable-threads --disable-tdomalloc --prefix=/usr/local/aolserver --exec-prefix=/usr/local/aolserver --with-aolserver=/usr/local/aolserver --with-tcl=/usr/local/lib
make
make install
Then I installed xotcl 1.6.0 which I was missing... and I think THIS WAS MY REAL PROBLEM...
wget http://media.wu-wien.ac.at/download/xotcl-1.6.0.tar.gz
tar xvfz xotcl-1.6.0.tar.gz
cd xotcl-1.6.0/
export CC=gcc
./configure --enable-threads --enable-symbols --prefix=/usr/local/aolserver --exec-prefix=/user/local/aolserver --with-tcl=/usr/local/lib
make
make install
And then I got rid of the XML error.
THANKS JIM ET ALL (until my next problem...but next one is going to be a new post)