Ignore:
Timestamp:
10/26/2014 03:35:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
05a9cde
Parents:
0e389d13
Message:

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14742 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/libgcrypt-systemd.xml

    r0e389d13 r169031f  
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <xref linkend="libcap-pam"/> and
    8786      <xref linkend="pth"/>
    8887    </para>
     
    127126install -v -m644    README doc/{README.apichanges,fips*,libgcrypt*} \
    128127                    /usr/share/doc/libgcrypt-&libgcrypt-version;</userinput></screen>
     128
     129    <para>
     130      The shared library needs to be moved to
     131      <filename class="directory">/lib</filename>, and as a result the
     132      <filename class="extension">.so</filename> file in
     133      <filename class="directory">/usr/lib</filename> will need to be
     134      recreated. Run the following command as the
     135      <systemitem class="username">root</systemitem> user:
     136    </para>
     137
     138<screen><userinput remap="install">mv -v /usr/lib/libgcrypt.so.* /lib
     139ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so</userinput></screen>
    129140
    130141    <para>
Note: See TracChangeset for help on using the changeset viewer.