Changes between Version 4 and Version 5 of PrepareLinuxBuildMachine


Ignore:
Timestamp:
May 15, 2007, 9:53:05 AM (17 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrepareLinuxBuildMachine

    v4 v5  
    1717
    1818== OpenSSL 0.9.8e ==
     19
     20You 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}}}
    1931
    2032{{{