Changeset 4b4f93ac


Ignore:
Timestamp:
12/24/2008 10:18:34 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
409e2e7
Parents:
71941ca6
Message:

Add notes about zlib-dynamic and openssl.cnf to openssl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7664 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    r71941ca6 r4b4f93ac  
    8787make MANDIR=/usr/share/man</userinput></screen>
    8888
    89     <para>To test the results, issue: <command>make test</command>.</para>
     89    <para>To test the results, issue: <command>make test</command>.  Note that the
     90    test results/output depend on the availability of /etc/ssl/openssl.cnf.  If
     91    running the tests for the first time run the following as the
     92    <systemitem class="username">root</systemitem> user before running the
     93    tests:</para>
     94
     95<screen role="root"><userinput>install -v ./apps/openssl.cnf /etc/ssl/</userinput></screen>
    9096
    9197    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    113119    virtual hosts in Apache, while using only one IP address and one port for
    114120    all virtual hosts.</para>
     121
     122    <para><option>zlib-dynamic</option>: When added to the
     123    <command>./config</command> command, this switch will enable
     124    use of <filename>libz.so</filename> for compression/decompression.
     125    </para>
    115126
    116127    <para><command>make MANDIR=/usr/share/man; make MANDIR=/usr/share/man
Note: See TracChangeset for help on using the changeset viewer.