2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><option>no-rc5 no-idea</option>: When added to the
|
2003-10-05 09:46:43 +08:00
|
|
|
<command>./config</command> command, this will eliminate the building of those
|
|
|
|
encryption methods. Patent licenses may be needed for you to utilize either of
|
|
|
|
those methods in your projects.</para>
|
2003-06-18 03:14:43 +08:00
|
|
|
|
2004-02-29 22:41:53 +08:00
|
|
|
<para><command>rm doc/apps/passwd.pod</command>: This command prevents
|
2003-10-05 09:46:43 +08:00
|
|
|
<application>Open<acronym>SSL</acronym></application> from installing its
|
|
|
|
passwd man page over an existing man page with the same name.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-02-29 22:41:53 +08:00
|
|
|
<para><command>mv doc/crypto/{,openssl_}threads.pod</command>: This
|
|
|
|
commands prevents <application>Open<acronym>SSL</acronym></application> from
|
|
|
|
overwriting an existing man page from <application>Perl</application>.</para>
|
|
|
|
|
2004-03-21 06:05:15 +08:00
|
|
|
<para><command>sed -i -e 's/-m486/-march=i486/' Configure</command>:
|
|
|
|
<application>GCC</application> issues a warning on every
|
|
|
|
compilation because the <command>Configure</command>
|
|
|
|
command uses deprecated <parameter>-m486</parameter> instead of
|
|
|
|
<parameter>-march=i486</parameter>.</para>
|
|
|
|
|
2003-04-30 09:54:18 +08:00
|
|
|
<para><screen><command>make MANDIR=/usr/share/man
|
|
|
|
make MANDIR=/usr/share/man install</command></screen> These
|
2003-09-27 01:41:06 +08:00
|
|
|
commands install <application>OpenSSL</application> with the man pages
|
2003-10-05 09:46:43 +08:00
|
|
|
in <filename class='directory'>/usr/share/man</filename> instead of the
|
|
|
|
default which is <filename class='directory'>/etc/ssl/man</filename>.</para>
|
2003-11-16 17:27:41 +08:00
|
|
|
|
|
|
|
<para><command>cp -r certs /etc/ssl</command>: The certificates
|
|
|
|
must be copied manually since the install script
|
|
|
|
skips this step.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-05 09:46:43 +08:00
|
|
|
<para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command.
|
|
|
|
For some reason, the <application>openssl</application> install routine creates
|
2003-05-01 08:52:23 +08:00
|
|
|
the <filename class='directory'>/etc/ssl/lib</filename> directory even though
|
2003-10-05 09:46:43 +08:00
|
|
|
the libraries have been installed in
|
|
|
|
<filename class='directory'>/usr/lib</filename>. We remove it to keep things
|
|
|
|
nice and tidy!</para>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|