Re: Please Help to compile mod_jk2 on AIX

2003-12-01 Thread Christopher Schultz
Jose,

Please, i have tried to compile hundred of times
jakarta-tomcat-connectors-4.1.29-src and
jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There
are a lot of errors during compilation.
These all seem to be warnings, not errors. Does the build succed in
creating an object file?
-chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please Help to compile mod_jk2 on AIX

2003-12-01 Thread Ben Souther
I just ran into the same problem.
I had to cd into the resources dir and run ant from there first.
Once that build completed, I CDed back up and ran ant again. It finished 
sucessfully.

-Ben


On Monday 01 December 2003 10:28 pm, you wrote:
> Jose,
>
> > Please, i have tried to compile hundred of times
> > jakarta-tomcat-connectors-4.1.29-src and
> > jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There
> > are a lot of errors during compilation.
>
> These all seem to be warnings, not errors. Does the build succed in
> creating an object file?
>
> -chris
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread jose
What is "resources dir" ? I don't find that directory.

- Original Message - 
From: "Ben Souther" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 02, 2003 4:33 AM
Subject: Re: Please Help to compile mod_jk2 on AIX


> I just ran into the same problem.
> I had to cd into the resources dir and run ant from there first.
> Once that build completed, I CDed back up and ran ant again. It finished 
> sucessfully.
> 
> -Ben
> 
> 
> On Monday 01 December 2003 10:28 pm, you wrote:
> > Jose,
> >
> > > Please, i have tried to compile hundred of times
> > > jakarta-tomcat-connectors-4.1.29-src and
> > > jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There
> > > are a lot of errors during compilation.
> >
> > These all seem to be warnings, not errors. Does the build succed in
> > creating an object file?
> >
> > -chris
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread jose
Yes object file is created.


- Original Message - 
From: "Christopher Schultz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 02, 2003 4:28 AM
Subject: Re: Please Help to compile mod_jk2 on AIX


> Jose,
> 
> > Please, i have tried to compile hundred of times
> > jakarta-tomcat-connectors-4.1.29-src and
> > jakarta-tomcat-connectors-jk2-2.0.2-src, but it's impossible. There
> > are a lot of errors during compilation.
> 
> These all seem to be warnings, not errors. Does the build succed in
> creating an object file?
> 
> -chris
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help to compile mod_jk2 on AIX

2003-12-02 Thread Christopher Schultz
Jose,

>>These all seem to be warnings, not errors. Does the build succed in
>>creating an object file?
>
Yes object file is created.
Okay, I think you're safe ignoring those warnings, then.

Are you using apxs to create an Apache DSO? If so, the file 
"apache-2.0/mod_jk.la" should exist (or apache-1.3/mod_jk.so for Apache 
1.3). You can simply copy it to your Apache modules directory. (Sorry, 
these are for mod_jk... mod_jk2 is likely to have the filenames slightly 
different).

Basically, you're looking for mod_jk.la for Apache 2.0 and mod_jk.so for 
Apache 1.3.

Good luck,
-chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]