I apologize for not following netiquette
I am essentially doing this:
perl Makefile.PL MP_APXS=/apps/apache/prefork/bin/apxs
make -j 128
that's when I encounter the error
make: ***
modperl_lib Error 2
I am not a perl programmer, I am a systems admin tasked to do this.
anyway, scrolling upwards in my putty session, I see this message:
Manifying ../blib/man3/Apache2::Reload.3
"modperl_perl.c", line 272: undefined symbol:
PL_rehash_seed
"modperl_perl.c", line 273: undefined symbol:
PL_rehash_seed_set
cc: acomp failed for modperl_perl.c?
make
1: ***
modperl_perl.lo Error 2
make
1: *** Waiting for unfinished jobs....
Manifying ../blib/man3/Apache::Reload.3
I do not need the -m64 flag, it is for gcc, I am, as mentioned before using Sun's solarisstudio compiler and I read the docs, they recommend using the same compiler.
I have in OP given the flags used to successfully build perl 64 bit
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.