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

Depending on your platform you may have to install an 'expat-devel' package or compile expat from source in order to get the required header files.

/J\

Replies are listed 'Best First'.
Re^4: Trouble installing XML::Parser
by Spenser (Friar) on May 24, 2008 at 22:22 UTC

    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).