-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike,

mike spisak wrote:
> long story short, i need the JkUnMount capability from mod_jk  - i have
> mod_jk 1.2.6 (I need a newer version).  so, here we go:
> running: apache 2.0.54, tomcat 5 -
> i downloaded and unzipped mod_jk 1.2.21 - tried to compile myself.. i
> have apxs, but not apxs2... so the compilation produced a mod_jk.so for
> apache-1.3 (which won't work for my apache2).. 


Hmm... if you have Apache2 installed, you ought to have apxs2 somewhere.
Did you install Apache httpd yourself? If so, look at how you did the
installation. If you used a package for your OS, then it might be in a
"standard" location.

For instance, I use Gentoo Linux and installed Apache2 using their
package manager. apxs2 gets installed in /usr/sbin/apxs2, but it's not
in the PATH for my lowly "chris" user on my server. So, I have to
specify the full path myself (i.e. "./configure
- --with-apxs=/usr/sbin/apxs2").

> so:
> 
> 1- can anyone tell me how to work around the apxs / apxs2 thing?

Try searching for it... if it's not there, your Apache installation is
broken. Try something like:

$ find /usr -name apxs2 -print

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF6JuK9CaO5/Lv0PARAtx4AJ4zteAkaKjmmWZSuaZvZ9L8ifO/7QCgn/mO
PHZP64fNfuS86m9LFhvgH1o=
=KBKf
-----END PGP SIGNATURE-----

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