@almut-I did find the envvars file and it did have the LD_LIBRARY_PATH defined. But, upon reinstall I did export the path found in envvars after starting the server just to make sure:
export LD_LIBRARY_PATH="/usr/IBM/HTTPServer/lib:/usr/IBM/HTTPServer/gs +k7/lib:$LD_LIBRARY_PATH"
Install of mod_perl2 seemed to run fine, then got this prompt:
CPAN: YAML loaded ok (v0.68) CPAN.pm: Going to build G/GO/GOZER/mod_perl-2.0.4.tar.gz no conflicting prior mod_perl version found - good. Next we need to know where the 'apxs' script is located. Please provide a full path to 'apxs' executable (press Enter if you don't have it installed): /usr/IBM/HTTPServer/bin +/apxs
Install continues, a whole boatload of script runs past my eyes but I catch the following:
LD_RUN_PATH="/usr/IBM/HTTPServer/lib:/lib64" gcc -shared -O2 -g -pipe + -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param +=ssp-buffer-size=4 -m64 -mtune=generic APR.o modperl_error.o modperl_ +bucket.o modperl_common_util.o modperl_common_log.o -o ../../../blib +/arch/auto/APR/APR.so \ -L/usr/IBM/HTTPServer/lib -laprutil-1 -ldl -lpthread -lexpa +t -L/usr/IBM/HTTPServer/lib -L/usr/IBM/HTTPServer/lib -lapr-1 -lrt -l +crypt -lpthread -ldl \ /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libaprutil- +1.so when searching for -laprutil-1 /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libaprutil- +1.so when searching for -laprutil-1 /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libaprutil- +1.so when searching for -laprutil-1 /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libexpat.so + when searching for -lexpat /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libexpat.so + when searching for -lexpat /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libexpat.so + when searching for -lexpat /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libapr-1.so + when searching for -lapr-1 /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libapr-1.so + when searching for -lapr-1 /usr/bin/ld: skipping incompatible /usr/IBM/HTTPServer/lib/libapr-1.so + when searching for -lapr-1 chmod 755 ../../../blib/arch/auto/APR/APR.so cp APR.bs ../../../blib/arch/auto/APR/APR.bs ...
And then of course at the end, install abends:
/usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /root/.cpan/build/mod_perl-2.0.4-mN +k2wE/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_US +ER= APACHE_TEST_APXS= \ /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /root/.cpan/build/mod_perl-2.0.4-mN +k2wE/t/TEST -bugreport -verbose=0 [ error] You are using mod_perl response handlers [ error] but do not have a mod_perl capable Apache.
Did you give it the correct source code that this server was built from? I believe I did point to the correct IBM directory for this. Looking at this problem I'm having, I have to ask is this an issue with Perl and the mod_perl2 install, or an IBM/Apached issue? Am I seeking help in the right forum? If not, I apologize, but do appreciate the help I've gotten here.

In reply to Re^3: mod_perl install with IBM HTTP server issues by ARiccela
in thread mod_perl install with IBM HTTP server issues by ARiccela

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.