mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
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>
|
||
|
|