Changes between Version 7 and Version 8 of PrepareLinuxBuildMachine


Ignore:
Timestamp:
May 15, 2007, 10:09:58 AM (17 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrepareLinuxBuildMachine

    v7 v8  
    1818== OpenSSL 0.9.8e ==
    1919
    20 You will need to clean-up/erase any existing references to older versions of OpenSSL, otherwise the curl detection scripts will get confused.
     20You will need to clean-up/erase any existing references to older versions of OpenSSL.
    2121
    2222{{{
     
    4040
    4141{{{
    42 [root@localhost curl-7.16.2]# ./configure --with-zlib --with-ssl=/usr/local/ssl
     42[root@localhost curl-7.16.2]# ./configure --with-zlib=/usr/local --with-ssl=/usr/local/ssl
    4343[root@localhost curl-7.16.2]# make
    4444[root@localhost curl-7.16.2]# make test