in reply to Re^9: cpan install error for XML::LibXML::Node
in thread cpan install error for XML::LibXML::Node

Ah! I had:

o conf makepl_arg "INC=-I/usr/include -I/usr/local/include -I/usr/include/libxml2/libxml LIBS=-L/usr/lib64 -L/usr/lib -L/usr/local/lib -L/lib64 -llibxml2 -lm"

I should probably have used:

o conf makepl_arg 'INC="-I/usr/include -I/usr/local/include -I/usr/include/libxml2/libxml" LIBS="-L/usr/lib64 -L/usr/lib -L/usr/local/lib -L/lib64" -llibxml2 -lm'

Thanks for the help! :)