source: general/genlib/openssl/openssl-inst.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 735 bytes
Line 
1<sect2>
2<title>Installation of openssl</title>
3
4<para>Install openssl by running the following commands:</para>
5
6<note><para>GCC issues a warning on every compilation because the Configure
7command uses -m486 instead of -march=i486. To fix this behavior,
8change the definition on line 337 of Configure. The line begins with "linux-elf".
9</para></note>
10
11<para><screen><userinput>mv doc/apps/passwd.pod doc/apps/openssl-passwd.pod &amp;&amp;
12./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;</userinput>
13<userinput>make MANDIR=/usr/share/man &amp;&amp;</userinput>
14<userinput>make MANDIR=/usr/share/man install &amp;&amp;</userinput>
15<userinput>rmdir /etc/ssl/lib</userinput>
16</screen>
17</para>
18
19
20</sect2>
21
Note: See TracBrowser for help on using the repository browser.