You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Andreas Andersson <an...@travelstart.se> on 2005/03/22 15:56:09 UTC

mod_jk

Hi (trying the next list)!

I'm trying to compile mod_jk with the latest src but get the following
error:
BUILD FAILED
/usr/src/jakarta-tomcat-connectors-1.2.8-src/jk/build.xml:161: Warning:
Could not find file
/usr/src/jakarta-tomcat-connectors-1.2.8-src/coyote/build/lib/tomcat-coyote.jar 

to copy.

And that's correct, there is no such file. Anyone know how to solve
this? I really just need mod_jk installed under my CentOS/RedHat dist.

Thanks.

-- 
Andreas Andersson
IT Dept.
Travelstart Nordic
andreas@travelstart.se
http://www.travelstart.se


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Henri Gomez <he...@gmail.com>.
Well supporting ALL Linux distros is allready a full time job


On Tue, 22 Mar 2005 16:41:24 +0100, Mladen Turk <mt...@apache.org> wrote:
> Henri Gomez wrote:
> > Well on jpackage you could find binaries for many Linux RPM based distros.
> >
> 
> Perfectly OK.
> I'm just saying that it's not weird if we do not provide a binary
> for any OS/CPU/Kernel/Apache version there is.
> 
> We can do that on a 'donation' basis as we did for the last couple of
> years. It just happened that we did not receive any binaries recently
> from any of our commiters.
> 
> Regards,
> Mladen.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Mladen Turk <mt...@apache.org>.
Henri Gomez wrote:
> Well on jpackage you could find binaries for many Linux RPM based distros.
>

Perfectly OK.
I'm just saying that it's not weird if we do not provide a binary
for any OS/CPU/Kernel/Apache version there is.

We can do that on a 'donation' basis as we did for the last couple of
years. It just happened that we did not receive any binaries recently
from any of our commiters.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Henri Gomez <he...@gmail.com>.
Well on jpackage you could find binaries for many Linux RPM based distros.

http://mirrors.dotsrc.org/jpackage/1.6/


Or if you are RPM aware, use their SPEC to build something suited to
your distro.


On Tue, 22 Mar 2005 16:24:16 +0100, Mladen Turk <mt...@apache.org> wrote:
> Andreas Andersson wrote:
> >> configure --with-apxs=/your/path/toapxs (ie :
> >> --with-apxs=/usr/sbin/apxs2)
> >> make
> >
> >
> > Is there no binary distribution of mod_jk for redhat? I find that weird.
> >
> 
> For what version? RH7, RH8, RH9 Fedora1, Fedora2, Fedora3, RHEL2, RHEL3,
> RHEL4 ?
> For what CPU, x86, x86_64, PPC?
> For what Apache version 1.3.x, 2.0.x, 2.1.x ?
> 
> So, as you can see, there is at least 81 distributions
> that someone would need to maintain.
> No how that compares with 'configure, make, make install'?
> 
> Regards,
> Mladen
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Mladen Turk <mt...@apache.org>.
Andreas Andersson wrote:
>> configure --with-apxs=/your/path/toapxs (ie : 
>> --with-apxs=/usr/sbin/apxs2)
>> make
> 
> 
> Is there no binary distribution of mod_jk for redhat? I find that weird.
> 

For what version? RH7, RH8, RH9 Fedora1, Fedora2, Fedora3, RHEL2, RHEL3,
RHEL4 ?
For what CPU, x86, x86_64, PPC?
For what Apache version 1.3.x, 2.0.x, 2.1.x ?

So, as you can see, there is at least 81 distributions
that someone would need to maintain.
No how that compares with 'configure, make, make install'?

Regards,
Mladen

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Henri Gomez <he...@gmail.com>.
jpackage.org is your friend :)

http://www.jpackage.org/rpm.php?id=2071


On Tue, 22 Mar 2005 16:13:42 +0100, Andreas Andersson
<an...@travelstart.se> wrote:
> Henri Gomez wrote:
> > You should do :
> >
> > configure --with-apxs=/your/path/toapxs (ie : --with-apxs=/usr/sbin/apxs2)
> > make
> 
> Is there no binary distribution of mod_jk for redhat? I find that weird.
> 
> --
> Andreas Andersson
> IT Dept.
> Travelstart Nordic
> andreas@travelstart.se
> http://www.travelstart.se
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Andreas Andersson <an...@travelstart.se>.
Henri Gomez wrote:
> You should do :
> 
> configure --with-apxs=/your/path/toapxs (ie : --with-apxs=/usr/sbin/apxs2)
> make

Is there no binary distribution of mod_jk for redhat? I find that weird.

-- 
Andreas Andersson
IT Dept.
Travelstart Nordic
andreas@travelstart.se
http://www.travelstart.se

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: mod_jk

Posted by Henri Gomez <he...@gmail.com>.
You should do :

configure --with-apxs=/your/path/toapxs (ie : --with-apxs=/usr/sbin/apxs2)
make



On Tue, 22 Mar 2005 15:56:09 +0100, Andreas Andersson
<an...@travelstart.se> wrote:
> Hi (trying the next list)!
> 
> I'm trying to compile mod_jk with the latest src but get the following
> error:
> BUILD FAILED
> /usr/src/jakarta-tomcat-connectors-1.2.8-src/jk/build.xml:161: Warning:
> Could not find file
> /usr/src/jakarta-tomcat-connectors-1.2.8-src/coyote/build/lib/tomcat-coyote.jar
> 
> to copy.
> 
> And that's correct, there is no such file. Anyone know how to solve
> this? I really just need mod_jk installed under my CentOS/RedHat dist.
> 
> Thanks.
> 
> --
> Andreas Andersson
> IT Dept.
> Travelstart Nordic
> andreas@travelstart.se
> http://www.travelstart.se
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org