2002-07-08 04:28:42 +08:00
|
|
|
<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
|
2003-01-24 12:17:45 +08:00
|
|
|
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.
|
2002-07-08 04:28:42 +08:00
|
|
|
</para></note>
|
|
|
|
|
2003-03-02 12:35:23 +08:00
|
|
|
<para><screen><userinput>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
|
2003-02-23 11:58:43 +08:00
|
|
|
> doc/apps/openssl-passwd.pod &&
|
|
|
|
rm doc/apps/passwd.pod &&
|
2002-07-08 04:28:42 +08:00
|
|
|
./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>
|
2003-02-02 00:37:39 +08:00
|
|
|
<userinput>rmdir /etc/ssl/lib</userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|