[AIX 5.3] mod_jk 1.2.23

2007-07-05 Thread Phi-Long LE
folks, has someone already experienced compiling mod_jk 1.2.23 on AIX 5.3 platform ??? when executing the command ./configure --with-apxs=/opt/apache_2.2/bin/apxs, an error occurs telling that it is a wrong path but am sure about that. any help would be appreciated, regards, Phi-Long LE

Re: [AIX 5.3] mod_jk 1.2.23

2007-07-05 Thread Rainer Jung
No experience with AIX compilation, but 2 infos: a) usually this measage means, that /opt/apache_2.2/bin/apxs -q PREFIX returned an error or something wrong (here I have chosen the same path to apxs, which you have posted). You can check that without running configure. Choose the same user

Re: [AIX 5.3] mod_jk 1.2.23

2007-07-05 Thread Phi-Long LE
yes indeed, an error occurs when tryng the a) command... vhqun02# /opt/apache_2.0/bin/apxs -q PREFIX Can't locate strict.pm in @INC (@INC contains: /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/5.8.3/aix-thread-multi /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/5.8.3

Re: [AIX 5.3] mod_jk 1.2.23

2007-07-05 Thread Rainer Jung
Thanks for the feedback. Please don't overlook b). For worker MPM is definitely seriously broken, i.e. you will end up with currupted communication etc. Don't use 1.2.23 with worker MPM, even if it looks good in simple tests. Phi-Long LE wrote: I initially said that i did amend the code...

Re: [AIX 5.3] mod_jk 1.2.23

2007-07-05 Thread Phi-Long LE
I initially said that i did amend the code... however after thinking about the error I did prefer to amend the @INC to reflect the real path using perl -I path1:path2:path3... Le 05/07/2007 15:18, Phi-Long LE a écrit : yes indeed, an error occurs when tryng the a) command... vhqun02#