Problems with mod_session_crypto

Started by casi91, April 25, 2014, 11:15:27 AM

Previous topic - Next topic

casi91

Hi there,
currently I try to update my Apache to 2.4.9, openssl to 1.0.1g and php to 5.5.11.

After I updated all files the default config works well.
Not I'm trying do restore my config.

Almost all my old configs works perfectly. But I have problems with the modul: mod_session_crypto

When I try to load this modul via:
LoadModule session_cookie_module modules/mod_session_cookie.so

I'm getting the following message when I try to start the server:
Quotehttpd: Syntax error on line 155 of X:/xxx/Apache24/conf/httpd.conf: Cann
t load modules/mod_session_crypto.so into server: Die angegebene Prozedur wurde
nicht gefunden.

So "the procedure can't be found"
The "mod_session_crypto.so" file is in the "modules" directory and the "apr_crypto_openssl-1.dll" is in the "bin" directory.

Does anybody has an idea whats the problem here?

regards

casi91

I tried to use the VC11 version of apache.
Now I have seen, that mod_session_crypto is not entered in httpd-2.4.9-x64-vc11.zip
But is it entered in the VC09 version: httpd-2.4.9-x64.zip
(Why?)

Now when I try to run the VC09 version, i'm getting the error:
QuoteFailed to load driver apr_dbd_odbc_driver
on this line:
DBDriver odbc

But i don't know why.
In my old apache version this works without any problems

any ideas?

casi91

I copied the "apr_dbd_odbc-1.dll" from the vc11 version to the vc09 version and now my server starts.

So my Problems seems to have been resolved.
But there are 2 questions left.

1. Why is mod_session_crypto not in the VC11?
and
2. Is the apr_dbd_odbc-1.dll in the VC09 Version broken?