https://issues.apache.org/bugzilla/show_bug.cgi?id=45515





--- Comment #7 from Alexey Varlamov <[email protected]>  2009-07-07 
21:05:31 PST ---
FYI, finally I was able to build the session-crypto (from trunk) with the
following steps:
1) Configure httpd with 2 additional keys (--with-crypto --with-openssl) but DO
NOT enable session-crypto yet, like:
./configure --with-ssl --with-crypto --with-openssl --enable-modules="so
session"
2) make;make install
3) Build & install the mod-session separately:
apxs -c -i -a mod_session_crypto.c

So the trick was to build APR with crypto API enabled and to circumvent the bug
in configure. Additional problem was that the needed keys are not documented
anywhere.

Hope my store will help you fixing this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to