Thanks for the information, graff, much appreciated.

It turns out that 'perldoc prove' doesn't return any documentation. Is it part of Test::Harness? I've got version 2.29 of Test::Harness, but I notice that the version on CPAN is 2.56.

I do have XML::LibXML and XML::LibXML::Common installed (1.58 and 0.13 respectively), so hopefully the dependencies are satisfied there.

I took your advice and descended into .cpan/build/XML-LibXSLT-1.58/ and ran 'make clean'. Here's the output:

make: *** No rule to make target `clean'. Stop.
I also decided to run 'perl Makefile.PL'. Here's the output:
running xslt-config... ok looking for -lxslt... no libxslt not found Try setting LIBS and INC values on the command line Or get libxslt and libxml2 from http://www.libxml.org/ If you install via RPMs, make sure you also install the -devel RPMs, as this is where the headers (.h files) are.
I had to do something similar for LibXML, using a cpan config option called 'makepl_arg', but I tried using the same args and it didn't work (the error message said something like 'unknown argument').

I know where libxslt is installed (fink puts it in a non-standard place, apparently), so if I can figure out what arguments to pass Makefile.PL (and how), I think I can get this working.

Any advice is greatly appreciated.

AH

----------
Using perl 5.8.1-RC3 unless otherwise noted. Apache/1.3.33 (Darwin) unless otherwise noted. Mac OS X 10.3.9 unless otherwise noted.

In reply to Re^4: XML::LibXSLT on OS X install problem by alienhuman
in thread XML::LibXSLT on OS X install problem by alienhuman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.