Help: Extending an add on module

2008-10-28 Thread Christian Klinger
Hi, i try to extend an already existing apache module mod_auth_tkt! mod_auth_tkt reads from a cookie login information and additional user data. The login-information in cookie is a md5 hash. The additional data are in plain text. Now i set the additional data in the cookie as a blowfish encr

Re: Help: Extending an add on module

2008-10-28 Thread Nick Kew
On Tue, 28 Oct 2008 12:08:57 +0100 Christian Klinger <[EMAIL PROTECTED]> wrote: > Cannot load /opt/apache/server/modules/mod_auth_tkt.so into server: > /opt/apache/server/modules/mod_auth_tkt.so: undefined symbol: > BF_Decrypt See the LoadFile directive. Use it to load the library that exports

Re: Help: Extending an add on module

2008-10-28 Thread Christian Klinger
Nick Kew schrieb: On Tue, 28 Oct 2008 12:08:57 +0100 Christian Klinger <[EMAIL PROTECTED]> wrote: Cannot load /opt/apache/server/modules/mod_auth_tkt.so into server: /opt/apache/server/modules/mod_auth_tkt.so: undefined symbol: BF_Decrypt See the LoadFile directive. Use it to load the libra