Kailden K wrote:
1. Problem Description:
On AIX 4.3.3, for mod_perl version 1.99_12 (yesterday's CVS)
Compile seems to work but make test fails to load shared libraries, [...]
Stas Bekman <[EMAIL PROTECTED]> wrote:
Do you have the same problem with the prefork mpm?
It looks like I got a clean compile/test/install for an AIX 4.3.3 box with mod_perl_1.99_12 and Apache 2.0.48 with an MPM of prefork, as you indicated.
Please take a look at modperl-2.0/todo/bugs_build. Last time I've messed with the mp2 build on AIX I've cheated and used -berok to ignore linking errors, hoping that they will resolve at run time. I guess this is where it bites back. A proper solution, resolving symbols at build time, needs to be provided instead. If you know the AIX linker or know someone who does, a patch to do it properly would be very helpful.
Prior to moving to the prefork mpm 2.0.48 build, I did mess around with removing the -berok from the linking section of /lib/Apache/Build.pm and compiling by specifying the location of all the .exp files and CORE/-lperl as indicated in the comments, (including -lbsd and -lm and apache_global.exp) and everything would compile, but make test would still fail, although it was a different error. Now that a have a prefork version of apache installed (and the latest version), perhaps I will go back and try removing the -berok again...though I'm not familiar enough with mod_perl development to be able to dynamically determine the paths of the .exp files as it looks like you would then need to do. (or even to know if I'm just chasing a wild goose)
Thanks again for your help!
-K.
_________________________________________________________________
High-speed users—be more efficient online with the new MSN Premium Internet Software. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]