Hey Chris,
Thanks so much for the response... please see my responses below..
Christopher Schultz wrote:
-----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").
That's what i figured too.. i did not install apache2 myself, it came on
a virtual dedicated server that i purchased from a provider i need not
mention.. so, when i do "/usr/sbin/httpd -v" - i get: "Server
version: Apache/2.0.54" -- when i do a "find / -name apxs" - i get:
"/usr/local/psa/admin/bin/apxs" --but I know this won't work, as I've
tried to compile and use the apache-1.3 generated mod_jk.so file with
apache2 and it fails with a nasty error... (btw: the virtual server
uses plesk, if that matters)..
..anything else you can suggest? ..much thanks in advance,
Mike
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]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]