2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-05-01 08:52:23 +08:00
|
|
|
<title>Installation of <application>OpenSSL</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-04-30 09:54:18 +08:00
|
|
|
<para>Install <application>openssl</application> by running the following commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-13 12:11:07 +08:00
|
|
|
<!--
|
2003-04-30 09:54:18 +08:00
|
|
|
<note><para><application>GCC</application> issues a warning on every
|
|
|
|
compilation because the <command>Configure</command>
|
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-09-13 12:11:07 +08:00
|
|
|
-->
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-05-01 08:52:23 +08:00
|
|
|
<screen><userinput><command>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 &&
|
2003-09-13 12:11:07 +08:00
|
|
|
./config --openssldir=/etc/ssl --prefix=/usr shared &&
|
2003-04-30 09:54:18 +08:00
|
|
|
make MANDIR=/usr/share/man &&
|
|
|
|
make MANDIR=/usr/share/man install &&
|
2003-05-01 08:52:23 +08:00
|
|
|
rmdir /etc/ssl/lib</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|