Changeset 5b5ecb9


Ignore:
Timestamp:
07/21/2004 10:59:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
3b01cdd
Parents:
620a57e
Message:

Changed cp command to install for UnZip library installation; added optional dependencies to OpenSSL

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openssl.xml

    r620a57e r5b5ecb9  
    2121
    2222<sect2>
    23 <title>Introduction to <application>OpenSSL</application></title>
     23<title>Introduction to <application>Open<acronym>SSL</acronym></application>
     24</title>
    2425                                                                               
    25 <para>The <application>OpenSSL</application> package contains management tools
    26 and libraries relating to cryptography.  These are useful for providing
    27 cryptography functions to other packages, notably <application>OpenSSH
    28 </application> and web browsers (for accessing secure https sites).</para>
     26<para>The <application>Open<acronym>SSL</acronym></application> package contains
     27management tools and libraries relating to cryptography.  These are useful for
     28providing cryptography functions to other packages, notably
     29<application>OpenSSH</application>, email applications and web browsers (for
     30accessing secure https sites).</para>
    2931                                                                               
    3032<sect3><title>Package information</title>
     
    3638<listitem><para>Estimated build time: &openssl-time;</para></listitem></itemizedlist>
    3739</sect3>
     40
     41<sect3><title><application>Open<acronym>SSL</acronym></application>
     42dependencies</title>
     43<sect4><title>Optional</title>
     44<para><xref linkend="pkgconfig"/> and <xref linkend="bc"/> (recommended
     45if you run the test suite during the build)</para></sect4>
     46</sect3>
     47
    3848</sect2>
    3949
    4050<sect2>
    41 <title>Installation of <application>OpenSSL</application></title>
     51<title>Installation of <application>Open<acronym>SSL</acronym></application>
     52</title>
    4253                                                                               
    43 <para>Install <application>OpenSSL</application> by running the following commands:</para>
     54<para>Install <application>Open<acronym>SSL</acronym></application> by running
     55the following commands:</para>
    4456
    4557<screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
     
    8092<para><screen><command>make MANDIR=/usr/share/man
    8193make MANDIR=/usr/share/man install</command></screen> These
    82 commands install <application>OpenSSL</application> with the man pages
    83 in <filename class='directory'>/usr/share/man</filename> instead of the
    84 default which is <filename class='directory'>/etc/ssl/man</filename>.</para>
     94commands install <application>Open<acronym>SSL</acronym></application> with the
     95man pages in <filename class='directory'>/usr/share/man</filename> instead of
     96the default which is <filename class='directory'>/etc/ssl/man</filename>.</para>
    8597                                                                               
    86 <para><command>cp -r certs /etc/ssl</command>: The certificates
    87 must be copied manually since the install script
    88 skips this step.</para>
     98<para><command>cp -r certs /etc/ssl</command>: The certificates must be copied
     99manually since the install script skips this step.</para>
    89100                                                                               
    90101<para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command.
    91 For some reason, the <application>openssl</application> install routine creates
    92 the <filename class='directory'>/etc/ssl/lib</filename> directory even though
    93 the libraries have been installed in
    94 <filename class='directory'>/usr/lib</filename>.  We remove it to keep things
    95 nice and tidy!</para>
     102For some reason, the <application>Open<acronym>SSL</acronym></application>
     103install routine creates the <filename class='directory'>/etc/ssl/lib</filename>
     104directory even though the libraries have been installed in
     105<filename class='directory'>/usr/lib</filename>.  This directory is removed to
     106keep things nice and tidy!</para>
    96107                                                                               
    97108</sect2>
     
    106117<sect3><title>Configuration Information</title>
    107118                                                                               
    108 <para>Most people who just want to use
    109 <application>openssl</application> for providing functions
    110 to other programs such as <application>OpenSSH</application> and web browsers won't need to worry
    111 about configuring <application>OpenSSL</application>.  Configuring
    112 <application>OpenSSL</application> is an advanced topic and
     119<para>Most people who just want to use
     120<application>Open<acronym>SSL</acronym></application> for providing functions
     121to other programs such as <application>Open<acronym>SSH</acronym></application>
     122and web browsers won't need to worry about configuring
     123<application>Open<acronym>SSL</acronym></application>. Configuring
     124<application>Open<acronym>SSL</acronym></application> is an advanced topic and
    113125so those who do would normally be expected to either know how to do it
    114126or to be able to find out how to do it.</para>
     
    120132<title>Contents</title>
    121133                                                                               
    122 <para>The <application>Open<acronym>SSL</acronym></application> package contains <command>
    123 c_rehash</command>, <command>openssl</command>, <filename
    124 class='libraryfile'>libcrypto</filename> libraries and <filename
    125 class='libraryfile'>libssl</filename> libraries.</para>
     134<para>The <application>Open<acronym>SSL</acronym></application> package
     135contains <command>c_rehash</command>, <command>openssl</command>,
     136<filename class='libraryfile'>libcrypto</filename> libraries and
     137<filename class='libraryfile'>libssl</filename> libraries.</para>
    126138                                                                               
    127139</sect2>
     
    149161<sect3><title>libcrypto</title>
    150162                                                                               
    151 <para>The <application>Open<acronym>SSL</acronym></application> crypto library implements a wide
    152 range of cryptographic  algorithms used in various Internet standards. The
    153 services provided by  this library are used by the
    154 <application>Open<acronym>SSL</acronym>
    155 </application> implementations of <acronym>SSL</acronym>, <acronym>TLS
    156 </acronym> and <acronym>S/MIME</acronym>, and they have also been used to
    157 implement <application>Open<acronym>SSH</acronym></application>,
    158 <application>Open<acronym>PGP</acronym>
    159 </application>, and other cryptographic standards.</para>
     163<para>The <application>Open<acronym>SSL</acronym></application> crypto library
     164implements a wide range of cryptographic algorithms used in various Internet
     165standards. The services provided by  this library are used by the
     166<application>Open<acronym>SSL</acronym></application> implementations of
     167<acronym>SSL</acronym>, <acronym>TLS</acronym> and <acronym>S/MIME</acronym>,
     168and they have also been used to implement
     169<application>Open<acronym>SSH</acronym></application>,
     170<application>Open<acronym>PGP</acronym></application>, and other cryptographic
     171standards.</para>
    160172                                                                               
    161173</sect3>
     
    163175<sect3><title>libssl</title>
    164176                                                                               
    165 <para>The <application>Open<acronym>SSL</acronym></application> <acronym>SSL</acronym> library
    166 implements the Secure Sockets Layer (<acronym>SSL</acronym> v2/v3) and
    167 Transport Layer Security (<acronym>TLS</acronym> v1) protocols. It provides a
    168 rich <acronym>API</acronym>, documentation on which can be found by running
     177<para>The <application>Open<acronym>SSL</acronym></application>
     178<acronym>SSL</acronym> library implements the Secure Sockets Layer
     179(<acronym>SSL</acronym> v2/v3) and Transport Layer Security
     180(<acronym>TLS</acronym> v1) protocols. It provides a rich
     181<acronym>API</acronym>, documentation on which can be found by running
    169182<command>man 3 ssl</command>.</para>
    170183                                                                               
  • general/sysutils/unzip.xml

    r620a57e r5b5ecb9  
    2020<title>Introduction to <application>UnZip</application></title>
    2121
    22 <para>The <application>UnZip</application> package contains <filename>ZIP
    23 </filename> extraction utilities. These are useful for extracting files from
    24 <filename>ZIP</filename> archives.  <filename>ZIP</filename> archives are
    25 created with <application>PKZIP</application> or <application>Info-ZIP
    26 </application> utilities primarily in a <acronym>DOS</acronym> environment.
     22<para>The <application>UnZip</application> package contains
     23<filename>ZIP</filename> extraction utilities. These are useful for extracting
     24files from <filename>ZIP</filename> archives. <filename>ZIP</filename> archives
     25are created with <application>PKZIP</application> or
     26<application>Info-ZIP</application> utilities primarily in a
     27<acronym>DOS</acronym> environment.
    2728</para>
    2829
     
    6869make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz &amp;&amp;
    6970make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
    70 cp -a libunzip.so* /usr/lib</command></userinput></screen>
     71install -m 755 -o root -g root libunzip.so* /usr/lib</command></userinput></screen>
    7172
    7273</sect2>
  • introduction/welcome/changelog.xml

    r620a57e r5b5ecb9  
    1919<itemizedlist>
    2020
     21<listitem><para>July 21st, 2004 [randy]: Changed cp command to install for
     22UnZip library installation; added optional dependencies to OpenSSL.</para>
     23</listitem>
     24
    2125<listitem><para>July 21st, 2004 [randy]: Added kernel_headers patch and
    2226additional optional dependencies to inetutils instructions. Added DARPA to
Note: See TracChangeset for help on using the changeset viewer.