From 0c653076dbc735757b84b2bc2ff9ee173c246b46 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Mon, 22 Mar 2004 20:32:16 +0000 Subject: Fixed issue with different include directories for APR and APU. updated help screen after make install --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 65a0823..e45968b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing INCLUDES = @MYSQL_CFLAGS@ -LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@ +LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@ @RT_LIBS EXTRA_DIST = AUTHORS INSTALL TODO LICENSE CHANGELOG @@ -90,7 +90,21 @@ install: $(TARGETS) install-subdirs @@APXS_BIN@ -i $(TARGET); \ if test @WANT_SSL_MOD@ -eq 1; then \ @APXS_BIN@ -i $(sslTARGET); \ - fi + fi; \ + echo "*************************************************************************"; \ + echo "*** The mod_log_sql modules have been installed."; \ + echo "*** Please edit your Apache configuration files and"; \ + echo "*** add the appropriate LoadModule directives per the documentation"; \ + echo "*** in docs/manual.html"; \ + echo "*** If you have previously used 1.18 or lower then update you must change"; \ + echo "*** >LoadModule sql_log_module modules/mod_log_sql.so"; \ + echo "*** to"; \ + echo "*** >LoadModule log_sql_module modules/mod_log_sql.so"; \ + echo "*** in your httpd.conf as the internal name of the module has changed."; \ + echo "*** "; \ + echo "*** Also read the documentation about using SSL support and new "; \ + echo "*** configuration directives."; \ + echo "*************************************************************************"; activate: activate-subdirs @@APXS_BIN@ -i -a $(TARGET); \ -- cgit v0.9.2