I'm receiving the following error when starting httpd:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: ap_escape_logitem
I use a Raq550 machine with a httpd version 1.3.20 and mysql 3.
Compilation goes ok, I have only these warnings:
mod_auth_mysql.c: In function `format_remote_host':
mod_auth_mysql.c:903: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_filename':
mod_auth_mysql.c:912: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_server_name':
mod_auth_mysql.c:916: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_server_hostname':
mod_auth_mysql.c:920: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_protocol':
mod_auth_mysql.c:924: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_method':
mod_auth_mysql.c:928: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_args':
mod_auth_mysql.c:933: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_request':
mod_auth_mysql.c:947: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_uri':
mod_auth_mysql.c:951: warning: return makes pointer from integer without a cast
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm receiving the following error when starting httpd:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: ap_escape_logitem
I use a Raq550 machine with a httpd version 1.3.20 and mysql 3.
Compilation goes ok, I have only these warnings:
mod_auth_mysql.c: In function `format_remote_host':
mod_auth_mysql.c:903: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_filename':
mod_auth_mysql.c:912: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_server_name':
mod_auth_mysql.c:916: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_server_hostname':
mod_auth_mysql.c:920: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_protocol':
mod_auth_mysql.c:924: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_method':
mod_auth_mysql.c:928: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_args':
mod_auth_mysql.c:933: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_request':
mod_auth_mysql.c:947: warning: return makes pointer from integer without a cast
mod_auth_mysql.c: In function `format_uri':
mod_auth_mysql.c:951: warning: return makes pointer from integer without a cast
Sorry, found the answer in older posts. Please disregard this.
Oops. I didn't see this before I started my own thread. So what was the solution?