-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
>> 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
/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/
-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
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
/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
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
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
-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