Bomfim, Marcio wrote:
This is the result of /usr/local/apache2/bin/apxs -q PREFIX

interpreter "/usr/bin/perl" not found
ksh: /usr/local/apache2/bin/apxs:  not found

So your Apache installation is broken.

If apxs doesn't work, then the build procedure for mod_jk will not work.
You could either ask the people you got your Apache from, or try to repair:

- Check, that /usr/local/apache2/bin/apxs itself is executable (seems to be the case) - Check the first line, Most likely something like "#!/usr/bin/perl", find a working perl on your system and change the path /usr/bin/perl to the path to your working perl binary. - Try "/usr/local/apache2/bin/apxs -q PREFIX" again, it should output the path to your apache installation (e.g. /usr/local/apache2)

If this works, try building mod_jk again.

Regards,

Rainer

Regards,

Marcio Bomfim


-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2008 6:54 PM
To: Tomcat Users List
Subject: Re: mod_jk for apache2-2.2.8 and tomcat4.1.30 from HP-UX server


Bomfim, Marcio schrieb:
Does anybody know where to find the mod_jk for apache2-2.2.8 and tomcat4.1.30? 
(HP-UX machine)

I've downloaded from http://tomcat.apache.org/connectors-doc/ (JK 1.2.26 
release sources)

and ran the commands:

CFLAGS="$CPPFLAGS -DHPUX11GCC -DHPUX11" \
./configure --with-apxs=/usr/local/apache2/bin/apxs 
--with-apache=/usr/local/apache2

got the error

configure: error: You must specify a valid --with-apxs path

What's the result of

/usr/local/apache2/bin/apxs -q PREFIX

Regards,

Rainer

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

Reply via email to