glfs/general/genlib/openssl/openssl-inst.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

22 lines
735 B
XML

<sect2>
<title>Installation of openssl</title>
<para>Install openssl by running the following commands:</para>
<note><para>GCC issues a warning on every compilation because the Configure
command uses -m486 instead of -march=i486. To fix this behavior,
change the definition on line 337 of Configure. The line begins with "linux-elf".
</para></note>
<para><screen><userinput>mv doc/apps/passwd.pod doc/apps/openssl-passwd.pod &amp;&amp;
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;</userinput>
<userinput>make MANDIR=/usr/share/man &amp;&amp;</userinput>
<userinput>make MANDIR=/usr/share/man install &amp;&amp;</userinput>
<userinput>rmdir /etc/ssl/lib</userinput>
</screen>
</para>
</sect2>