Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    radcaa44d red48f326  
    126126
    127127  </sect2>
    128 
    129   <!-- - - - - - - - - - -->
    130   <!-- Multilib - 32bit  -->
    131   <!-- - - - - - - - - - -->
    132  
    133   <sect2 arch="ml_32,ml_all" role="installation">
    134     <title>Installation of OpenSSL - 32bit</title>
    135 
    136     <para>Clean previous build:</para>
    137 
    138 <screen><userinput remap="pre">make distclean</userinput></screen>
    139 
    140     <para>Prepare OpenSSL for compilation:</para>
    141 
    142 <screen><userinput remap="configure">./config --prefix=/usr         \
    143          --openssldir=/etc/ssl \
    144          --libdir=lib32        \
    145          shared                \
    146          zlib-dynamic          \
    147          linux-x86</userinput></screen>
    148 
    149     <para>Compile the package:</para>
    150 
    151 <screen><userinput remap="make">make</userinput></screen>
    152 
    153     <para>Install the package:</para>
    154 
    155 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    156 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
    157 rm -rf DESTDIR</userinput></screen>
    158 
    159   </sect2><!-- m32 -->
    160 
    161   <!-- - - - - - - - - - -->
    162   <!-- Multilib - x32bit -->
    163   <!-- - - - - - - - - - -->
    164  
    165   <sect2 arch="ml_x32,ml_all" role="installation">
    166     <title>Installation of OpenSSL - x32bit</title>
    167 
    168     <para>Clean previous build:</para>
    169 
    170 <screen><userinput remap="pre">make distclean</userinput></screen>
    171 
    172     <para>Prepare OpenSSL for compilation:</para>
    173 
    174 <screen><userinput remap="configure">./config --prefix=/usr         \
    175          --openssldir=/etc/ssl \
    176          --libdir=libx32       \
    177          shared                \
    178          zlib-dynamic          \
    179          linux-x32</userinput></screen>
    180 
    181     <para>Compile the package:</para>
    182 
    183 <screen><userinput remap="make">make</userinput></screen>
    184 
    185     <para>Install the package:</para>
    186 
    187 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    188 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
    189 rm -rf DESTDIR</userinput></screen>
    190 
    191   </sect2><!-- mx32 -->
    192128
    193129  <sect2 id="contents-openssl" role="content">
Note: See TracChangeset for help on using the changeset viewer.