Thanks for your reaction:
Yes, that could work too, but actually I got it solved easily and painlessly.
I just grabbed the php-xml rpm form some spaniard site and runned. After 2 miniutes everything was worked like a charm, though I noticed the expat version installed was the previous one to the one I tried to configure.
I phpize expat 1.95.7 and the one now working is 1.95.6. But still i would like to figure out why it didn´t work with phpize and ./configuret the way it suppose to. Perhaps I miss understood the way phpize works.
For the record yet: when I did try to install the extension using phpize it did run the function and addedd the module to /src/php/extensions ( it could be another path, since I don´t remember) but it didn´t install the 52_xml.ini in /etc/php when i added the 52_xml.ini manually and run afterwards php -m it spelled an error warining me : unable to load module....undeclared function....
And that what´s driving me crazy until I figure out to look for some already compiled rpm, wich I did and solved the anoying dilema.
That´s all folks;
END