Hi,
I'm trying to install XML::Parser on one of my machines (solaris) and it's having a problem locating the library expat (libexpat.so). This library is in a non standard place (not /usr/lib) and although I have set up LD_LIBRARY_PATH, building XML::Parser still cannot see the library.
I had a look to see why it couldn't locate it and Makefile.PL is using Ext::Liblist to locate libraries. However, from what I can determine, Ext::Liblist seems to only locate libraries that the perl binary knows about. This seems to be a bit unusual (or inflexible) but I've tried to set various options listed in it's manual (which seems to be a bit terse on this information).
So my question is, can it be done and if so, how?
Thanks.
Fairchild.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.