rse 98/09/17 09:12:49
Modified: . INSTALL
Log:
Add note about AIX.
Submitted by: Jens-Uwe Mager <[EMAIL PROTECTED]>
Revision Changes Path
1.41 +8 -1 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- INSTALL 1998/09/12 11:21:59 1.40
+++ INSTALL 1998/09/17 16:12:49 1.41
@@ -418,7 +418,14 @@
installation process by using the `install-quiet' target. Example:
$ make install-quiet root=/tmp/apache-root
-
+
+ Notes for specific platforms:
+
+ NOTE: Please note that for re-installing Apache on AIX you should use
the
+ command `slibclean' before using `make install' to really unload
+ any old versions of the DSO's that might still be cached by the
+ dynamic loader.
+
6. Testing the package
-------------------