brian 96/06/27 15:35:43
Modified: src Configuration.tmpl
Log:
Submitted by: Dirk-Willem van Gulik <[EMAIL PROTECTED]>
Added suggestions as to extra CFLAG possibilities if one wishes to use
the msql module.
Revision Changes Path
1.19 +6 -1 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C3 -r1.18 -r1.19
*** Configuration.tmpl 1996/06/26 06:28:28 1.18
--- Configuration.tmpl 1996/06/27 22:35:41 1.19
***************
*** 243,249 ****
# Module dbm_auth_module mod_auth_dbm.o
## msql_auth checks against an MSQL database. You must have MSQL installed
! ## and an "msql.h" available for this to even compile.
# Module msql_auth_module mod_auth_msql.o
--- 243,254 ----
# Module dbm_auth_module mod_auth_dbm.o
## msql_auth checks against an MSQL database. You must have MSQL installed
! ## and an "msql.h" available for this to even compile. Additionally,
! ## you may need to add a couple entries to the CFLAGS line, like
! ##
! ## -lmsql -L/usr/local/lib -L/usr/local/Minerva/lib
! ##
! ## This depends on your installation of MSQL.
# Module msql_auth_module mod_auth_msql.o