Author: igor
Date: Tue Dec 17 01:28:18 2013
New Revision: 12405
Log:
apache httpd requires pcre, reported by Alexey Orishko
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/apache.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Dec 16 03:58:10 2013 (r12404)
+++ trunk/BOOK/general.ent Tue Dec 17 01:28:18 2013 (r12405)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "16"> <!-- Always 2 digits -->
+<!ENTITY day "17"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 16th, &year;">
+<!ENTITY releasedate "December 17th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Dec 16 03:58:10
2013 (r12404)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Dec 17 01:28:18
2013 (r12405)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>December 17th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Moved PCRE from optional to required dependencies for
+ Apache HTTPD, reported by Alexey Orishko.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 16th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/major/apache.xml
==============================================================================
--- trunk/BOOK/server/major/apache.xml Mon Dec 16 03:58:10 2013 (r12404)
+++ trunk/BOOK/server/major/apache.xml Tue Dec 17 01:28:18 2013 (r12405)
@@ -86,7 +86,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="apr-util"/>
+ <xref linkend="apr-util"/> and
+ <xref linkend="pcre"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@@ -100,7 +101,6 @@
<xref linkend="doxygen"/>,
<xref linkend="lynx"/>,
<xref linkend="openldap"/>,
- <xref linkend="pcre"/>,
<xref linkend="rsync"/>,
<ulink url="http://www.distcache.org/">Distcache</ulink>, and
<xref linkend="lua"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page