mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
29d6ce2049
commit
68c04ad5cd
@ -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>
|
||||
|
@ -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 &&
|
||||
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &&
|
||||
./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
|
||||
|
Loading…
Reference in New Issue
Block a user