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
|
|
|
|
2003-10-05 09:46:43 +08:00
|
|
|
<para><command>rm doc/apps/passwd.pod </command>: This command prevents
|
|
|
|
<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
|
|
|
|
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>
|
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>
|
|
|
|
|
|
|
|
<para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation
|
|
|
|
process modifies the rights on this directory to mode 644. This command
|
|
|
|
restores the permissions to the setting prior to installation (mode 755).</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|