glfs/general/genlib/openssl/openssl-inst.xml

23 lines
815 B
XML
Raw Normal View History

<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>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
> doc/apps/openssl-passwd.pod &amp;&amp;
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>