Changes between Version 4 and Version 5 of PrepareLinuxBuildMachine
- Timestamp:
- May 15, 2007, 9:53:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrepareLinuxBuildMachine
v4 v5 17 17 18 18 == OpenSSL 0.9.8e == 19 20 You will need to clean-up/erase any existing references to older versions of OpenSSL, otherwise the curl detection scripts will get confused. 21 22 {{{ 23 [root@localhost openssl-0.9.8e]# cd /usr/include 24 [root@localhost include]# rm -fr openssl 25 [root@localhost include]# cd /usr/lib/pkgconfig 26 [root@localhost pkgconfig]# rm openssl.pc 27 [root@localhost pkgconfig]# cd .. 28 [root@localhost lib]# rm libssl.a 29 [root@localhost lib]# rm libcrypto.a 30 }}} 19 31 20 32 {{{