in reply to Re^3: Trouble installing XML::Parser
in thread Trouble installing XML::Parser

Thanks for this tip. I just upgraded my Linux server to Fedora 9 and have been struggling to get XML::Parser installed for a few days. Doing as you suggested, I did the following:

yum install expat-devel

Once this was installed, I was able to install XML::Parser and a some related modules (e.g., XML::RSS).