rse 98/07/25 01:13:17
Modified: src CHANGES
. INSTALL
Log:
Add note about the SHARED_CORE requirement on some platforms also to the
INSTALL file because a lot of users don't read htdocs/manual/dso.html first.
PR: 2701
Revision Changes Path
1.981 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.980
retrieving revision 1.981
diff -u -r1.980 -r1.981
--- CHANGES 1998/07/23 17:31:24 1.980
+++ CHANGES 1998/07/25 08:13:14 1.981
@@ -1,5 +1,9 @@
Changes with Apache 1.3.2
+ *) Add note about the SHARED_CORE requirement on some platforms also to the
+ INSTALL file because a lot of users don't read htdocs/manual/dso.html
+ first. [Ralf S. Engelschall] PR#2701
+
*) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
[Knut A.Syed <[EMAIL PROTECTED]>] PR#2674
1.38 +6 -0 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- INSTALL 1998/07/22 13:20:50 1.37
+++ INSTALL 1998/07/25 08:13:16 1.38
@@ -333,6 +333,12 @@
distributed modules are build as shared objects. This can be
achieved by explicitly using --enable-module=so.
+ Note 5: Some platforms require --enable-rule=SHARED_CORE for
+ the DSO mechanism to work, i.e. when you want to use
+ --enable-shared for some modules on these platforms you also
+ have to enable the SHARED_CORE rule. For more details please
+ read the document `htdocs/manual/dso.html'.
+
Use the --with-perl=FILE option to select a particular Perl interpreter
executable to be used with Apache. Per default APACI tries to find it
automatically. But if multiple Perl instances exist on your system you