Interesting. I've heard of these ".so" files before, but we don't have any on our server. All we've got is the libperl.a. Does this mean that our current Perl installation is broken/incomplete? If so, I am going to see what I can do about having our Perl reinstalled. For what it's worth, we're using (courtesy of of "perl -v"):
Binary build 633 provided by ActiveState Corp. http://www.ActiveState. +com Built 21:04:57 Jun 17 2002
If it's a binary build, then, perhaps the .so file was never there to begin with. Would you recommend actually building it ourselves, as opposed to working with a precompiled binary?

Yes, I believe the compiler is the standard, no-frills HP-UX compiler.

And - please forgive the remedial nature of my questions - how can I statically link the File::Glob module into my perl executable? What do I have to provide at the command line in order to make this happen?

Thank you again, for the help

MatthewFrancis


In reply to Re: Re: Re: Embedding Perl Interpreter/DynaLoader by MatthewFrancis
in thread Embedding Perl Interpreter/DynaLoader by MatthewFrancis

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.