On Thursday 06 September 2012, Benson Margulies wrote:
> I'm trying to build httpd 2.4.3 on OSX Mountain Lion with
> mod_session_crypto.
>
> I'm failing. I think that the reason is the following error from
> the configure process for apr-util:
>
>
> configure:36291: checking for crypt_r
> configure:36291: gcc -o conftest -g -O2 -DDARWIN
> -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
> Undefined symbols for architecture x86_64:
> "_crypt_r", referenced from:
> _main in cc3WYSLM.o
>
>
> Sure enough, no such API on osx. Am I out of luck?
No, configure should then continue without crypt_r support. Does
configure abort after this check? If so, can you post more of its
output? E.g. the last 100 lines before it aborts?
|