glfs/general/genlib/openssl/openssl-inst.xml
Igor Živković 5ff37215b1 update to MySQL-4.0.15 and freetype-2.1.5 plus several fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1054 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-13 04:11:07 +00:00

25 lines
846 B
XML

<sect2>
<title>Installation of <application>OpenSSL</application></title>
<para>Install <application>openssl</application> by running the following commands:</para>
<!--
<note><para><application>GCC</application> issues a warning on every
compilation because the <command>Configure</command>
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>
-->
<screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
> doc/apps/openssl-passwd.pod &amp;&amp;
rm doc/apps/passwd.pod &amp;&amp;
./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
make MANDIR=/usr/share/man &amp;&amp;
make MANDIR=/usr/share/man install &amp;&amp;
rmdir /etc/ssl/lib</command></userinput></screen>
</sect2>