From apache-cvs-owner-apache-cvs-archive=hyperreal.org@apache.org Sat Jul 25 08:13:20 1998 Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 27643 invoked by uid 6000); 25 Jul 1998 08:13:19 -0000 Received: (qmail 27637 invoked by alias); 25 Jul 1998 08:13:18 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 27634 invoked by uid 168); 25 Jul 1998 08:13:17 -0000 Message-ID: <19980725081317.27633.qmail@hyperreal.org> Subject: cvs commit: apache-1.3 INSTALL To: apache-1.3-cvs@hyperreal.org Date: Sat, 25 Jul 1998 01:13:17 -0700 (PDT) From: rse@apache.org (Ralf S. Engelschall) Organization: The Apache Group X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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 ] 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