Thomas Cherry wrote:

but this script does exist. I know it exists, because I had to fix it (was pointing to a bad path).

Do all the intermediate links have "executable" bit set (the "configure" script tests it)?


> Why do I care if the lib is static or not? Recompiling Apache sounds > like a lot of work just because I want to compile mod_jk.

mod_jk2 has to link with Apache libraries to be able to access its internals. If the only libs it finds are static (in fact, if just one of all libs is), it cannot create a dynamic lib, only a static one. But an Apache module has to be a dynamic library. So if you don't have $HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so, only the static ones, the compilation won't give the expected result.

If, after compiling mod_jk2, you find a mod_jk2.a but no mod_jk2.so, that's certainly what happened.

--
Guillaume Outters



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to