I have been learning PHP/MySql on my iBook. PHP 4 and MySQL are running fine on my machine. The PHP book that I was reading then said that you should add mod_auth_mysql to Apache.
I downloaded the module's source and tried to compile it, but I kept having problems because the ./configure script couldn't find httpd.h.
Has anyone gotten the module to compile? I think part of the problem is that Apache comes pre-installed, and I have not recompiled it.
Should I recompile Apache? Is it worth the pain on a personal iBook that will not be a web-server (just a web-development tool)? Are there any precompiled mod_auth_mysql modules out there?
Or should I give up and use another module for user authorization?
thanks
tssfulk
I downloaded the module's source and tried to compile it, but I kept having problems because the ./configure script couldn't find httpd.h.
Has anyone gotten the module to compile? I think part of the problem is that Apache comes pre-installed, and I have not recompiled it.
Should I recompile Apache? Is it worth the pain on a personal iBook that will not be a web-server (just a web-development tool)? Are there any precompiled mod_auth_mysql modules out there?
Or should I give up and use another module for user authorization?
thanks
tssfulk