Sorry Sherm, meant to send to list
I'm pretty sure I successfully installed expat with Fink
There you go then. Expat is installed, but in a non-standard
directory.
Use CPAN's "look" command - i.e. "look XML::Parser" to open up a
sub-shell in the build directory, then run the configuration step
(described above) manually. Then exit (or ctrl-d) from the sub-
shell, and run "install XML::Parser" to let CPAN handle the rest.
or just:
sudo apt-get install xml-parser-pm581
or
sudo apt-get install xml-parser-pm586
Depending on your version of perl (user perl -v to find out)
Most of the time I use CPAN - but XML stuff tends to be a pain to I
apt-get it.
Leo