When you build a AIX::Perfstat, Perfstat.xs file get run through
xsubpp, then compiled.
Then when you
use AIX::Perfstat; it calls
DynaLoader::bootstrap which calls
- DynaLoader::dl_load_file ('auto/AIX/Perfstat.so') and then
- $boot_symbol_ref = DynaLoader::dl_find_symbol('boot_AIX_Perfstat') and then
- my $xs = dl_install_xsub("${module}::bootstrap", $boot_symbol_ref, $file); and then
- &$xs;
Now assuming the user has a compiler, and actually compiled Perfstat.so,
the way to get
boot_ symbol not found error is though errors in Makefile.PL, or a broken/outdated version of ExtUtils::MakeMaker/
ExtUtils::ParseXS (aka xsubpp)...
AIX-Perfstat-0.04.1/Makefile.PL look all right to me, so I would suspect the dependencies (ExtUtils::)
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.