On Fri, Sep 5, 2008 at 9:22 PM, Rainer Jung <[EMAIL PROTECTED]> wrote:
> Hi Ankush,
>
> mod_jk configure uses "${APXS} -q PREFIX" to see if it works, where
> ${APXS} is what you gave to --with-apxs. You can try that directly, and
> see if it works, or if your apxs is broken:
>
>/usr/sbin/apxs -
Hi Ankush,
mod_jk configure uses "${APXS} -q PREFIX" to see if it works, where
${APXS} is what you gave to --with-apxs. You can try that directly, and
see if it works, or if your apxs is broken:
/usr/sbin/apxs -q PREFIX
Regards,
Rainer
ankush grover schrieb:
> Hi Friends,
>
> I am trying
Hi Friends,
I am trying to compile mod_jk on Centos 5.2 64-bit for apache2.2.3 but
I am getting
apxs not found. Whereas apxs is already there on the server.
type apxs
apxs is /usr/sbin/apxs
./configure CFLAGS=' -arch x86_64 ' APXSLDFLAGS=' -arch x86_64 '
--with-apxs=/usr/sbin/apxs
checking bui