Fix apxs so that it may use absolute paths when installing apache modules

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12320 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2013-12-01 19:14:47 +00:00
parent 29d6ce2049
commit 68c04ad5cd
2 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,11 @@
<listitem>
<para>December 1st, 2013</para>
<itemizedlist>
<listitem>
<para>[pierre] - Fix <application>apxs</application> so that absolute
paths may be used for <application>apache</application>
modules.</para>
</listitem>
<listitem>
<para>[fernando] - Update to goffice-0.10.9. Fixes
<ulink url="&blfs-ticket-root;4394">#4394</ulink>.</para>

View File

@ -130,6 +130,7 @@ useradd -c "Apache Server" -d /srv/www -g apache \
</para>
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
./configure --enable-layout=BLFS \
--enable-mods-shared="all cgi" \
--enable-mpms-shared=all \
@ -165,6 +166,12 @@ chown -v -R apache:apache /srv/www</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed '/dir.*CFG_PREFIX/s@^@#@'...</command>: Forces the
<application>apxs</application> utility to use absolute pathnames for
modules, when instructed to do so.
</para>
<para>
<parameter>--enable-mods-shared="all cgi"</parameter>: The modules should be
compiled and used as Dynamic Shared Objects (DSOs) so they can be included