I must be missing something really obvious with Apache::Scoreboard, because I can't begin to make it work. The documentation for Apache::Watchdog::RunAway suggests that someone must have been able to install it at some point, and even if that person was Stas I would have thought I was in with a chance. But no: not a flicker.

On os x it won't compile. Fair enough: I'm still using the stock apple mod_perl on that machine, and I'm not surprised to see symbol trouble. On both linux boxes I've tried. it appears to install perfectly (manually, since there is a more recent version 2 that is for mod_perl 2 only) but following the instructions and including this in a virtualhost:

<Location "/scoreboard"> SetHandler perl-script PerlHandler Apache::Scoreboard::send </Location>

Fails immediately with the sensible observation that there is no Apache/Scoreboard/send.pm in @INC. There isn't, and there's nothing to suggest that there ever was, except for that bit of cargo code above.

We know what that terrible void means: it's in C somewhere. So i'm stumped. Could someone who speaks XS please let me know what stupid thing I am doing wrong? Thank you very much.

ps. thanks, PodMaster. I knew it would be dumb, but not that dumb :(


In reply to Apache::Scoreboard (v0.10) by thpfft

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.