2002-07-08 04:28:42 +08:00
<sect2 >
<title > Command explanations</title>
2003-09-13 12:11:07 +08:00
<para > <command > no-rc5 no-idea</command> : When added to the ./config
2003-06-18 03:14:43 +08:00
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-04-30 09:54:18 +08:00
<para > <command > rm doc/apps/passwd.pod </command> : We do this because
2003-09-27 01:41:06 +08:00
otherwise <application > OpenSSL</application> installs its passwd man page over
2003-05-01 08:52:23 +08:00
the existing system one which isn't what we want.</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-04-30 09:54:18 +08:00
in <filename class= 'directory' > /usr/share/man
2003-05-01 08:52:23 +08:00
</filename> instead of the default which is <filename
class='directory'>/etc/ssl/man</filename> .</para>
2002-07-08 04:28:42 +08:00
2003-05-01 08:52:23 +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
the <filename class= 'directory' > /etc/ssl/lib</filename> directory even though
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>