Trying to install libxslt-1.1.24
but getting an error during ./configure
that says:
checking for libxml libraries >= 2.6.27... configure: error: Version 2.6.16 found. You need at least libxml2 2.6.27 for this version of libxslt
but libxml2-2.7.3
was JUST installed and can be seen in /usr/local/include/libxml2
How do I get libxslt
to link to new libxml2
when ./configure
?