On Jul 14, 2009, at 11:55 AM, Gabriel Geise wrote: > Thanks Andrew, > > Oddly enough greping for the call turns up nothing until I remove all > wildcards. I think the addition of the extra spaces came from copying > and pasting the output into outlook. If I pull all the strings out of > the binary file and grep on them there is only one line and it shows > cosign_log.
Then try: nm mod_cosign.so | grep 'cosign_l' and send the output to the list. andrew > > Gabriel Geise > Systems Administrator > Information Technology Services > Telecommunications Building > > -----Original Message----- > From: Andrew Mortensen [mailto:[email protected]] > Sent: Tuesday, July 14, 2009 10:35 AM > To: Gabriel Geise > Cc: [email protected] > Subject: Re: [Cosign-discuss] Cannot load module in apache > > > On Jul 14, 2009, at 10:02 AM, Gabriel Geise wrote: > >> I've been trying to update a older system with a newer cosign module >> in an attempt to fix a race condition we are seeing with 2.0.2a. >> When restarting the apache deamon I get the following error: >> >> Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: >> Cannot load /usr/local/apache2/modules/mod_cosign.so into server: / >> usr/local/apache2/modules/mod_cosign.so: Undefined symbol >> "cosign_lo g" > > Looks like some junk characters got into one of your source files and > have corrupted a call to cosign_log. Try this to find the offending > call: > > grep -r 'cosign_lo.+g(' * > > andrew > > > !DSPAM:4a5caa707601726595536! > > > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
