Re: Compiling mod_jk in CentOs release 6.5

2014-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/16/14, 1:57 PM, J Java wrote: >>> There's no reason to read some "how to guide" on the Internet >>> for how to build mod_jk: the building steps come with the >>> source package, and they are up-to-date instead of some guy's >>> blog t

Re: Compiling mod_jk in CentOs release 6.5

2014-05-16 Thread J Java
>> There's no reason to read some "how to guide" on the Internet for how to build mod_jk: the building steps come with the source package, and they are up-to-date instead of some guy's blog that requires root privileges to run properly. Chris. completely agree. But what you can do when if those

Re: Compiling mod_jk in CentOs release 6.5

2014-05-16 Thread Doug Tucker
/configure --with-apxs=/usr/lib64/httpd/modules whenever I run above I keep getting this: configure: error: You must specify a valid --with-apxs path Any ideas why I am getting this error? I just did this with my centos 6.5 system and the command I used was: ./configure --with-apxs=/usr/

Re: Compiling mod_jk in CentOs release 6.5

2014-05-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 5/3/14, 4:10 AM, J Java wrote: > /configure >> --with-apxs=/usr/lib64/httpd/modules >> >> >> whenever I run above I keep getting this: >> >> configure: error: You must specify a valid --with-apxs path >> >> Any ideas w

Re: Compiling mod_jk in CentOs release 6.5

2014-05-03 Thread J Java
PFB link which gives some shell scrpt to compile mod_jk on CENTOS. I am not a shell script expert but what I found in this script is using below line (which includes path to aspx) to configure aspx: http://www.cafe-encounter.net/p1086/build-mod_jk-for-centos ./configure --with-apxs=/usr/sbin/apx

Re: Compiling mod_jk in CentOs release 6.5

2014-05-03 Thread J Java
/configure > --with-apxs=/usr/lib64/httpd/modules > > > whenever I run above I keep getting this: > > configure: error: You must specify a valid --with-apxs path > > Any ideas why I am getting this error? - --with-apxs needs to be given the full path to the apxs program (in httpd-devel package). S

Re: Compiling mod_jk in CentOs release 6.5

2014-05-02 Thread Fidelis Mnyanyi
Thanks Chris, I installed httpd-dev and was able to use that path "/usr/sbin/apxs" Cheers, Fidelis On Thursday, 1 May 2014 3:59 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fidelis, On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote: > Hi everyone, > > I am tryi

Re: Compiling mod_jk in CentOs release 6.5

2014-05-01 Thread Mark Eggers
On 5/1/2014 7:59 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fidelis, On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote: Hi everyone, I am trying to setup apache http server to work with tomcat 7 through the jk connector (version 1.2.40-src). My server is CentOs re

Re: Compiling mod_jk in CentOs release 6.5

2014-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fidelis, On 5/1/14, 10:53 AM, Fidelis Mnyanyi wrote: > Hi everyone, > > I am trying to setup apache http server to work with tomcat 7 > through the jk connector (version 1.2.40-src). My server is CentOs > release 6.5. I couldn't find the binary di