It may just be my computers' specific setup, but if anyone else can verify that Apache on Leopard complains about the i386 build of cosign then I'd suggest building the universal binaries without an requiring an configure option when building on Leopard.
try $ make install verify that your apache conf is loading cosign_module and then try $ apachectl configtest I'm getting httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_cosign.so into server: dlopen(/ usr/libexec/apache2/mod_cosign.so, 10): no suitable image found. Did find:\n\t/usr/libexec/apache2/mod_cosign.so: mach-o, but wrong architecture on two i386 machines running Leopard 10.5.6 -Trek > Andrew's patch requires configure to be run with > --enable-universal-binaries ; mine builds universal binaries > automatically if run on MacOS 10.5. Which behavior is preferable? > > Andrew's patch only builds universal binaries for the Apache HTTPD > filters; mine also does it for weblogin server components -- does > anyone > care about this? > > Mark Montague > ITCS Web/Database Team > The University of Michigan > [email protected] > > > > On Wed, Dec 24, 2008 4:02 PM, Wesley Craig <[email protected]> wrote: >> Let's address Mark's comment, before applying your patch, Andrew. >> >> :wes >> >> On 24 Dec 2008, at 15:44, Andrew Mortensen wrote: >>> This thread reminded me that I did put together a universal binary >>> patch for mod_cosign some time ago. I've posted the patch on SF.net: >>> >>> <https://sourceforge.net/tracker/index.php?func=detail&aid=2464976&group_id=170747&atid=855393 >>> >> >> > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Cosign-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cosign-discuss > > ------------------------------------------------------------------------------ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
