> do a
>
> cd ~/.cpan/build/XML-LibXML-???(version)/
>
> and check out the source that cpan pulled down. there should be a
> README with more info and usually a Makefile.PL that you may need to
> tweak so it finds your proper libxml info.
Thanks, Brian! This is a little scary stuff for me I hav
> > do a
> >
> > cd ~/.cpan/build/XML-LibXML-???(version)/
> >
> > and check out the source that cpan pulled down. there should be a
> > README with more info and usually a Makefile.PL that you may need to
> > tweak so it finds your proper libxml info.
> sure what to change (I am afraid to break
you might want to try building it from the actual distro if you're using the
Fink libxml libraries, i know that with XML::Parser, i have to actually set
the path to expat in the Makefile.pl file to get it to build with my
darwinports expat.
hth,
- brian
> Hi all,
>
> I need to re-install XML::