Well, not much I can do without having access to your machine, but have you tried using "find" ? I forget off hand what the library name was, but your could do something like find / -name <libraryname> to see if the library files were properly installed.

As for the C fix, if libxml still needed it, then the installation wouldn't have worked... if it did work for you, then I guess the problem was fixed.

Sorry for not being too helpful. It was a while back that I installed libxml, and I don't have my machine handy with me at this point

UPDATE: I think these are the files... you might just want to add wherever these files are installed in your LD_LIBRARY_PATH environment variable when you try to install XML::LibXML

me@myhost me> ls /usr/local/lib
libexslt.a         libxml2.a         libxslt.a         perl5
libexslt.la        libxml2.la        libxslt.la        pkgconfig
libexslt.so        libxml2.so        libxslt.so        xml2Conf.sh
libexslt.so.0      libxml2.so.2      libxslt.so.1      xsltConf.sh
libexslt.so.0.6.0  libxml2.so.2.4.7  libxslt.so.1.0.6
me@myhost me>

In reply to Re: Re: Re: XML::LibXML installation woes (or, whence that library file?) by lestrrat
in thread XML::LibXML installation woes (or, whence that library file?) by AidanLee

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.