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 the symbols you need. For future reference, the modules-dev list would be more on-topic for this kind of question. You might also want to check whether mod_session and family could be relevant to your needs. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
