[Mod_log_sql] Newbie needs assistance with mod_log_sql

Britt A. Green milo at limecat.org
Mon Jun 14 23:03:08 EST 2004


Hello all,

I just downloaded and installed the debian file of mod_log_sql 1.18. My 
Debian box is running Apache 1.3.

I'm having some errors after my installation. When I run apachectl 
configtest, I get the following error message:

Can't locate API module structure `log_sql_module' in file 
/usr/lib/apache/1.3/mod_log_sql.so: /usr/sbin/apache: undefined symbol: 
log_sql_module

The relevant portions of my httpd.conf file are below:

LoadModule log_sql_module /usr/lib/apache/1.3/mod_log_sql.so
LoadModule log_sql_mysql_module /usr/lib/apache/1.3/mod_log_sql_mysql.so

...

LogSQLLoginInfo localhost apache secretword
LogSQLDatabase apache
LogSQLCreateTables on
LogSQLSocketFile /var/run/mysqld/mysqld.sock
LogSQLPreserveFile          apache_queries.sql

Can anyone tell me what I'm missing?

Thanks!

Britt




More information about the Mod_log_sql mailing list