
Coderifous
journeyman
Feb 12, 2002, 9:07 AM
Post #3 of 7
(778 views)
|
|
Re: [unknownSym] Apache/MySQL Auth Mod
[In reply to]
|
Can't Post
|
|
On my system (NT 4.0) I have a software package created by a company called NuSphere installed. In that package was: Perl,PHP,Apache Server, and MySQL. Nice little package. Anyways, since it's for windows, most everything has to be binary, since there is no compilter native to windows (that I know of). So, the mod_auth_mysql thing is in a ".dll" format. Dynamic Linked Library? I don't know how to include this in my httpd.conf. I tried this: LoadModule auth_mysql_module modules/mod_auth_mysql.dll and it isn't working. I get an error message: Syntax error on line ... of file_name ...: Can't locate API module structure 'auth_mysql_module' in file d:/blah/blah/blah (127) The specified procedure could not be found: Note the errors or messages above, and press the (ESC) key to exit. So I'm left believing that I have the necessary software, I just don't know how to implement it. Any suggestions?
|