mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
735 B
XML
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 &&
|
|
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &&</userinput>
|
|
<userinput>make MANDIR=/usr/share/man &&</userinput>
|
|
<userinput>make MANDIR=/usr/share/man install &&</userinput>
|
|
<userinput>rmdir /etc/ssl/lib</userinput>
|
|
</screen>
|
|
</para>
|
|
|
|
|
|
</sect2>
|
|
|