glfs/general/genlib/openssl/openssl-inst.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
720 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, use
linux-ppro, linux-pentium or linux-k6 (depending on your architecture), instead of linux-elf.
</para></note>
<para><screen><userinput>rm doc/apps/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>