Hi,

It fails at the starting point. That is, perl Makefile.PL. It barfs becauses it cant locate libexpat.so. If Ext::Liblist followed LD_LIBRARY_PATH then it would see it.

The suggestion about using a soft link would probably solve the problem but I dont have root on that particular machine.

I was aware about the suggestion about using the environment variable EXT... although the same documentation indicated that using LD_LIBRARY_PATH could resolve the problem as well.

I did read the various documentation, searched the web, tried setting various environment variables on different platforms, etc.

In summary, if there is no other way then I will use the environment variable mentioned above. I guess I am just abit surprised that something like Ext::Liblist isnt very flexible (i.e. can't search LD_LIBRARY_PATH or a similar type of environment variable) - since it's such a standard package of perl and perl being a very flexible swiss army knife.

Fairchild.

In reply to Re^2: How to get Ext::Liblist to recognise different library paths? by Fairchild
in thread How to get Ext::Liblist to recognise different library paths? by Fairchild

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.