UPDATE: I think I've found more specifically what's going on. When I first attempted to run make I got an error stating that the the compiler didn't have access to a 'config_vars.mk' file.
I thought this had to do with cosign, but I see now that this is more generally and apache thing. So here's the question: how do I build the config_vars.mk file? Do I have to do this manually? Is there a script? I'm feeling a little ignorant, so sorry if this seems like something obvious! Again, any help would be greatly appreciated. best, michael Quoting Michael McManus <[EMAIL PROTECTED]>: > Hi All, > > I'm trying to get a CoSign filter compiled in order to integrate it > into a Drupal site. I'm trying to build on OS X 10.3.8 (NOT server) > under Apache2. I'm using a version of Apache that came with MAMP. > > As far as I can tell, I'm able to configure everything but when it > comes to building I keep encountering the same error: > > apxs:Error: Invalid query string `prefix'. > make[1]: *** [mod_cosign.la] Error 1 > make: *** [filters/apache2] Error 2 > > Has anyone encountered this error, could you provide some direction? > For what it's worth I haven't yet installed the developer tools (xcode > suite). I know that sometimes this can magically make things work... > but sometimes not as well. > > Below is some output. > > Thanks for any help!!! > _michael > > > Must remake target `mod_cosign.la'. > /Applications/MAMP/Library/bin/apxs -c -DAPXS2 -DHAVE_LIBSSL > -I/usr/include -I../../libsnet -I../../common/ -I../common/ > -L/usr/lib mod_cosign.c ../common/connect.c ../common/cookiefs.c > ../common/sparse.c ../../common/argcargv.c ../../common/fbase64.c > ../../common/mkcookie.c ../../common/rate.c ../../version.c > ../../libsnet/snet.c > Putting child 0x0030d450 (mod_cosign.la) PID 3838 on the chain. > Live child 0x0030d450 (mod_cosign.la) PID 3838 > apxs:Error: Invalid query string `prefix'. > Got a SIGCHLD; 1 unreaped children. > Reaping losing child 0x0030d450 PID 3838 > make[1]: *** [mod_cosign.la] Error 1 > Removing child 0x0030d450 PID 3838 from chain. > Got a SIGCHLD; 1 unreaped children. > Reaping losing child 0x0030f540 PID 3836 > make: *** [filters/apache2] Error 2 > Removing child 0x0030f540 PID 3836 from chain. > c006h218:~/Desktop/cosign-2.1.0rc1 krrc$ make > cd filters/apache2; make all > /Applications/MAMP/Library/bin/apxs -c -DAPXS2 -DHAVE_LIBSSL > -I/usr/include -I../../libsnet -I../../common/ -I../common/ > -L/usr/lib mod_cosign.c ../common/connect.c ../common/cookiefs.c > ../common/sparse.c ../../common/argcargv.c ../../common/fbase64.c > ../../common/mkcookie.c ../../common/rate.c ../../version.c > ../../libsnet/snet.c > apxs:Error: Invalid query string `prefix'. > make[1]: *** [mod_cosign.la] Error 1 > make: *** [filters/apache2] Error 2 > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cosign-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cosign-discuss > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
