Changes between Version 7 and Version 8 of PrepareLinuxBuildMachine
- Timestamp:
- May 15, 2007, 10:09:58 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrepareLinuxBuildMachine
v7 v8 18 18 == OpenSSL 0.9.8e == 19 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.20 You will need to clean-up/erase any existing references to older versions of OpenSSL. 21 21 22 22 {{{ … … 40 40 41 41 {{{ 42 [root@localhost curl-7.16.2]# ./configure --with-zlib --with-ssl=/usr/local/ssl42 [root@localhost curl-7.16.2]# ./configure --with-zlib=/usr/local --with-ssl=/usr/local/ssl 43 43 [root@localhost curl-7.16.2]# make 44 44 [root@localhost curl-7.16.2]# make test