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?