cd /sources &&
tar -xzf openssl-0.9.8g.tar.gz &&
cd openssl-0.9.8g &&
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &&
make MANDIR=/usr/share/man &&
make MANDIR=/usr/share/man install
The output should look something like this:
~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.