no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | openssl_source_installation [2012/08/01 21:31] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OpenSSL Source Installation ====== | ||
+ | * [[CentOS]] | ||
+ | * [[OpenSSL]] | ||
+ | |||
+ | == CentOS OpenSSL manual install == | ||
+ | |||
+ | Removing old CentOS OpenSSL install and creating symlinks for new ones | ||
+ | |||
+ | < | ||
+ | rm -fv / | ||
+ | |||
+ | ln -s / | ||
+ | ln -s / | ||
+ | ln -s / | ||
+ | ln -s / | ||
+ | |||
+ | ln -s / | ||
+ | ln -s / | ||
+ | ln -s / | ||
+ | ln -s / | ||
+ | </ |