Re: problems with gentoo, apache 1.3.27, and mod_log_sql [duh]
"Sjon ." <[email protected]>
| Newsgroups | gmane.comp.apache.mod-log-sql |
|---|---|
| Message-ID | <[email protected]> |
>Nathan Morell said: > > Can't locate API module structure `mod_log_sql' in file > > /etc/apache/extramodules/mod_log_sql.so: /usr/sbin/apache: undefined > > symbol: mod_log_sql > > /usr/sbin/apachectl start: httpd could not be started > >Nathan, >I'm almost certain that this must be due to a syntax error somewhere in >your httpd.conf file. I'll be happy to take a look at it if you like; >please reply and attach it so that I can try to find the anomaly. > >Regards, >Chris Nope, he compiled the .so without the MODULE_VAR_EXPORT constant, wich appears twice (if I'm not mistaken) in the mod_log_sql.c file... module MODULE_VAR_EXPORT mod_log_sql; instead of module mod_log_sql; or equivalent... Sjon. _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail __________________________________________________________________ Reminder: to unsubscribe, send email to <[email protected]> with the words "unsubscribe mod_log_sql" in the body (w/o quotes). The module homepage is http://www.grubbybaby.com/mod_log_sql/