Moderator: cah
-
cah
- General of the Army / Fleet Admiral / General of the Air Force

- Posts: 1342
- Joined: Sun Aug 17, 2008 5:05 am
Post
by cah »
1. Download source code:
Code: Select all
wget http://www.openssl.org/source/openssl-1.0.0g.tar.gz
2. Uncompress and untar
Code: Select all
gzcat openssl-1.0.0g.tar.gz | tar xf -
cd openssl-1.0.0g
3. Configure
4. Compile
5. Test
6. Install by "root"
Code is installed in "/usr/local/ssl".
CAH, The Great
-
cah
- General of the Army / Fleet Admiral / General of the Air Force

- Posts: 1342
- Joined: Sun Aug 17, 2008 5:05 am
Post
by cah »
1. Download source code:
Code: Select all
wget http://www.openssl.org/source/openssl-1.0.2g.tar.gz
2. Uncompress and untar
Code: Select all
gzcat openssl-1.0.2g.tar.gz | tar xf -
cd openssl-1.0.2g
3. Configure
4. Compile
5. Test
6. Install by "root"
Code is installed in "/usr/local/ssl".
CAH, The Great