You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Phi-Long LE <ph...@cp.finances.gouv.fr> on 2007/07/05 14:41:27 UTC

[AIX 5.3] mod_jk 1.2.23

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

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: [AIX 5.3] mod_jk 1.2.23

Posted by Rainer Jung <ra...@kippdata.de>.
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... 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# /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 
>> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3/aix-thread-multi 
>> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3 
>> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl .) at 
>> /opt/apache_2.0/bin/apxs line 19.
>> BEGIN failed--compilation aborted at /opt/apache_2.0/bin/apxs line 19.
>>
>> I do then edit the apxs amend the 19th line "use strict" and try 
>> again... looks like working fine now
>> Thx a lot for your help.
>>
>> Regards,
>> Phi-Long LE
>>
>> Le 05/07/2007 14:56, Rainer Jung a écrit :
>>> 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 
>>> and environment, that you would use for actually doing the compilation.
>>>
>>> b) mod_jk is broken fpr AIX and usage together with the 
>>> multi-threaded Apache worker MPM. It's fine with the prefork MPM! In 
>>> 1.2.24 we will have a fix for this, so starting with 1.2.24 it will 
>>> also wirk with worker MPM. These things have nothing to do with topic 
>>> a).
>>>
>>> Regards,
>>>
>>> Rainer
>>>
>>> Phi-Long LE wrote:
>>>>
>>>> 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

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: [AIX 5.3] mod_jk 1.2.23

Posted by Phi-Long LE <ph...@cp.finances.gouv.fr>.
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# /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 
> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3/aix-thread-multi 
> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3 
> /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl .) at 
> /opt/apache_2.0/bin/apxs line 19.
> BEGIN failed--compilation aborted at /opt/apache_2.0/bin/apxs line 19.
>
> I do then edit the apxs amend the 19th line "use strict" and try 
> again... looks like working fine now
> Thx a lot for your help.
>
> Regards,
> Phi-Long LE
>
> Le 05/07/2007 14:56, Rainer Jung a écrit :
>> 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 
>> and environment, that you would use for actually doing the compilation.
>>
>> b) mod_jk is broken fpr AIX and usage together with the 
>> multi-threaded Apache worker MPM. It's fine with the prefork MPM! In 
>> 1.2.24 we will have a fix for this, so starting with 1.2.24 it will 
>> also wirk with worker MPM. These things have nothing to do with topic 
>> a).
>>
>> Regards,
>>
>> Rainer
>>
>> Phi-Long LE wrote:
>>>
>>> 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
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: [AIX 5.3] mod_jk 1.2.23

Posted by Phi-Long LE <ph...@cp.finances.gouv.fr>.
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 
/project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3/aix-thread-multi 
/project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl/5.8.3 
/project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/site_perl .) at 
/opt/apache_2.0/bin/apxs line 19.
BEGIN failed--compilation aborted at /opt/apache_2.0/bin/apxs line 19.

I do then edit the apxs amend the 19th line "use strict" and try 
again... looks like working fine now
Thx a lot for your help.

Regards,
Phi-Long LE

Le 05/07/2007 14:56, Rainer Jung a écrit :
> 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 and 
> environment, that you would use for actually doing the compilation.
>
> b) mod_jk is broken fpr AIX and usage together with the multi-threaded 
> Apache worker MPM. It's fine with the prefork MPM! In 1.2.24 we will 
> have a fix for this, so starting with 1.2.24 it will also wirk with 
> worker MPM. These things have nothing to do with topic a).
>
> Regards,
>
> Rainer
>
> Phi-Long LE wrote:
>>
>> 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
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: [AIX 5.3] mod_jk 1.2.23

Posted by Rainer Jung <ra...@kippdata.de>.
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 and 
environment, that you would use for actually doing the compilation.

b) mod_jk is broken fpr AIX and usage together with the multi-threaded 
Apache worker MPM. It's fine with the prefork MPM! In 1.2.24 we will 
have a fix for this, so starting with 1.2.24 it will also wirk with 
worker MPM. These things have nothing to do with topic a).

Regards,

Rainer

Phi-Long LE wrote:
> 
> 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

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org