On Fri, 24 Aug 2001, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> I just built and compiled using the prefork model (without wrapping of the
> APR_HAS_THREADS - and it works !!..
>
> The ssl_util_thr_id() will be registered only if the MPM is threaded.
> However, the symbol apr_os_thread_current is available in libapr.a -
> irrespective of threaded / prefork model !!!..
if you compile apr with --disable-threads or build on a platform where
threads are not available the apr_os_thread_current function will not
be available.