Re: mod_jk is not getting compile on centos 5.2 64-bit

2008-09-06 Thread ankush grover
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 -q PREFIX

 Regards,

 Rainer

 a


Hi Rainer,

The problem got fixed as apr-devel package for 64-bit architecture was
missing on the server. This is acutally a yum bug which does not
install apr-devel 64-bit package for httpd-devel package.

Regards

Ankush

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk is not getting compile on centos 5.2 64-bit

2008-09-05 Thread Rainer Jung
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 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

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]