One place that I frequently get errors like that is when I compile
updated source for one module and then try to run something else that
calls the module.

For example, I recently updated OpenSSL because of the Linux slapper
worm. After that, I got the same error message you are getting when
trying to run Apache (except it was for a different module).

I had to get the source to Apache (I originally installed Apache from
an RPM) and recompile everything. That solved the problem.

Chuck Coker

---- Original Message ----
From: [EMAIL PROTECTED]

>The following line in httpd.conf:
>LoadModule jk_module libexec/mod_jk-1.3-noeapi.so
>results in this error message:
>Cannot laod /usr/local/apache/libexec/mod_jk2-1.3.noeapi.so into
>server:
>/usr/local/apache/libexec/mod_jk2-1.3.noeapi.so: undefined symbol:
>ap_ctx_get
>
>What is going wrong?



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

Reply via email to