glfs/general/genlib/openssl/openssl-exp.xml
Larry Lawrence 36a88bd6e9 updated to pcre-4.0 and openssl-0.9.7a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@724 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-23 02:55:44 +00:00

21 lines
860 B
XML

<sect2>
<title>Command explanations</title>
<para><userinput>rm doc/apps/passwd.pod </userinput> : We do this because otherwise openssl installs it's passwd man page over the
existing system one which isn't what we want.</para>
<para><screen><userinput>make MANDIR=/usr/share/man</userinput>
<userinput>make MANDIR=/usr/share/man install</userinput></screen> These
commands install openssl with the man pages in <filename>/usr/share/man
</filename> instead of the default which is <filename>/etc/ssl/man</filename>.
</para>
<para><userinput>rmdir /etc/ssl/lib</userinput> : This is simply a
tidy-up command. For some reason, the openssl install routine creates
the <filename>/etc/ssl/lib</filename> directory even though the libraries have
been installed in <filename>/usr/lib</filename>. We remove it to keep things
nice and tidy!</para>
</sect2>