
bugzilla at apache
Jul 7, 2009, 9:05 PM
Post #3 of 3
(329 views)
Permalink
|
|
[Bug 45515] mod_session_* won't compile under current apr-util
[In reply to]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=45515 --- Comment #7 from Alexey Varlamov <alexey.v.varlamov [at] gmail> 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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|