in reply to two versions of libxml2 causing module to fail install
"the version of libxml2.so it (Perl itself?) was compiled against [...] I thought briefly that I should reinstall Perl"
Perl itself does not link to libxml2, so there's no reason to reinstall Perl.
The XML::LibXML Makefile.PL accepts some options for providing the paths to the libxml2 library. You could try installing like e.g.:
Makefile.PL LIBS=/usr/local/lib INC=/usr/local/include make make test sudo make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: two versions of libxml2 causing module to fail install
by chexmix (Hermit) on Aug 13, 2013 at 18:36 UTC | |
by chexmix (Hermit) on Sep 10, 2013 at 17:27 UTC | |
by runrig (Abbot) on Sep 10, 2013 at 17:36 UTC | |
by Anonymous Monk on Sep 11, 2013 at 02:48 UTC |