mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
984a23f4ae
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1209 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
846 B
XML
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 &&
|
|
rm doc/apps/passwd.pod &&
|
|
./config --openssldir=/etc/ssl --prefix=/usr shared &&
|
|
make MANDIR=/usr/share/man &&
|
|
make MANDIR=/usr/share/man install &&
|
|
rmdir /etc/ssl/lib</command></userinput></screen>
|
|
|
|
|
|
</sect2>
|
|
|