
December 12th, 2000, 05:04 PM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am trying to get mod_auth_mysql to work with Apache 1.3.14 and I am having nothing but problems. I did the configure line of:
# ./configure --with-apache=/usr/local/apache --with-mysql=/usr/local
and that part goes just fine, then I do "make" and it creates /usr/local/apache/src/modules/auth_mysql directory just fine. I added the AddModule line to the Configuration file for apache and when trying to compile apache I get:
<=== modules/standard
===> modules/auth_mysql
make: don't know how to make ../../include/alloc.h. Stop
*** Error code 1
Stop in /usr/home/devin/apache_1.3.14/src/modules.
*** Error code 1
Stop in /usr/home/devin/apache_1.3.14/src.
Anyone have any ideas what I can do to get this to work?
|