|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apache2 filter build problems
- To: cosign-discuss@xxxxxxxxx
- Subject: Apache2 filter build problems
- From: Lennon Day-Reynolds <lennon@xxxxxxxx>
- Date: Thu, 20 Oct 2005 16:11:42 -0700
- User-agent: Thunderbird 1.4 (Macintosh/20050908)
All,
In trying to build the Cosign 1.9.0 Apache2 auth filter, I came across a
few apparent errors in the file mod_cosign.c which were fairly
straightforward to fix, and thought I'd pass along the changes in case
anyone else came up against the same problem.
I've included a diff below; after applying them, the filter compiles
cleanly in my environment (Debian Sarge, GCC 3.3.5).
=== begin 'mod_cosign.c.diff' ===
48c48
< cosign_create_config( apr_pool_t *p )
---
> cosign_create_config( pool *p )
444d443
< #ifdef KRB
526,529d524
< cosign_host_config *cfg;
< int portarg;
< struct connlist *cur;
<
=== end ===
Lennon Day-Reynolds
System Support Specialist
Reed College
|