Thank you for your reply

I'm not sure that it is a permissions issue. I'll be delighted if I am wrong though!

I installed it using the Makefile rule make install_site having run perl Makefile.PL. I did adjust the output directories to exist in a known place in an SVN repository off my home directory - this was deliberate as the people working on this do not all have root access on their respective machines. The location is correctly given to perl in the -I argument. Removing the -I prevents the code from running at all, where as including it satisfies the interpreter, until the function is called.

The permissions on the .so are 555. and the .ix and .bs are 444. I'm not sure what the purpose of the .ix and .bs are though.

Everything else is a mix of 444 and 644 for the files; all of the directories are 755. Everything is owned by me:me all the way up and down the directory tree (until I get to /home).

Thank you again for your time


In reply to Re^2: Calling an XSUB method from Catalyst by JNW
in thread Calling an XSUB method from Catalyst by JNW

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.