logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 mod_session_crypto.so missing
Author
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Sun 25 Mar '12 6:14    Post subject: Apache 2.4 mod_session_crypto.so missing Reply with quote

Apache2.4.1x64

LoadModule session_crypto_module modules/mod_session_crypto.so

where can i get the crypto.so

its not in my module folder only one i am missing

thanks inadvance
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Sun 25 Mar '12 12:20    Post subject: Reply with quote

Yep missing, in apr-util did not enabled APU_HAVE_CRYPTO, standard it is not enabled.

When I recall there where some discussions on the dev-list, maybe Gregg knows more about it.

You really need it ?


Steffen
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Sun 25 Mar '12 14:42    Post subject: testing Reply with quote

no merely for testing purposes
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 26 Mar '12 2:56    Post subject: Reply with quote

it's in our 2.4.1 at the Apache Haus
there's also bin/apr_crypto_openssl-1.dll, needed by mod_session_crypto
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Wed 04 Apr '12 18:19    Post subject: apr_crypto_openssl-1.dll Reply with quote

thanks 4 info glsmith
i extracted your build then copied to apache lounge
build, it still does not start
"can not load error" are the builds incompatible
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 04 Apr '12 22:05    Post subject: Reply with quote

Normally I would say yes very much, however, the OpenSSL versions may be and AH isn't going to move to VC10 since we see no good reason to go through the pain VC 2010 is to use w/ VC 2011 now in Beta. Might as well wait for it, even if it is as much a pain as 2010.

I see stuff like this when I load it

[Wed Apr 04 13:04:00.014000 2012] [session_crypto:info] [pid 776:tid 628] AH01849: The crypto library 'openssl' was loaded successfully

That only shows however with;
LogLevel info session_crypto_module:debug
set
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 06 Apr '12 2:54    Post subject: Reply with quote

Oh Duh! I just realized why they do not work.

Steffen didn't compile apr-util with crypto, so no, Apache Haus' session_crypto stuff is not going to work on AL binaries.

It works on ours AFAIK. Come 2.4.2 the NSS driver will be included as well.
Back to top


Reply to topic   Topic: Apache 2.4 mod_session_crypto.so missing View previous topic :: View next topic
Post new topic   Forum Index -> Apache