I'm trying to load the CVSSupport module wich has dependices on the XML::Parser Library which in turn has a dependency on Expat. I've compiled Expat on my solaris box, ran the unit tests for Expat and XML::Parser and all seems to be well. I've even wrote a routine that tells me which packages are installed and it claims that XML::Parser is installed. When I try and install the CVSSupport routines there is a line in the Makefile.PL that says

WriteMakefile( 'NAME' => 'CVSSupport', 'PREREQ_PM' => {'XML::Parser' => 0}, 'VERSION_FROM' => 'CVSSupport.pm', 'EXE_FILES' => 'cvs_harness', 'cvssupport_setup' , 'dist' => { 'COMPRESS' => 'gzip', 'SUFFIX' => '.gz' },

and this line claims that XML::Parser is not installed. when I force the make it then makes the complaint about

"Can't locate loadable object for module XML::Parser::Expat in @INC"

Any help would be appreciated.

Btw I'm running on Solaris 8 using gcc 3.1

Thanks,

Mark


In reply to Can't locate loadable object for module XML::Parser::Expat in @INC by mkyes

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.