Changes between Version 33 and Version 34 of FAQ


Ignore:
Timestamp:
Feb 15, 2008 9:29:52 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v33 v34  
    931931 1. Download [http://www.slproweb.com/products/Win32OpenSSL.html OpenSSL Win32 Installer]. Mine is version 0.9.8d. 
    932932 1. Install to {{{C:\OpenSSL}}} (you may install to other directory, but this tutorial will refer to {{{C:\OpenSSL}}}) 
    933  1. Make soft link to the OpenSSL MinGW libraries since '''{{{aconfigure}}}''' script expects to find {{{libssl.a}}} and {{{libcrypto.a}}}. With MinGW Bash shell: 
     933 1. Make copy or soft link to the OpenSSL MinGW libraries since '''{{{aconfigure}}}''' script expects to find {{{libssl.a}}} and {{{libcrypto.a}}}. With MinGW Bash shell: 
    934934    {{{ 
    935935      $ cd /c/OpenSSL/lib/MinGW 
     
    940940    {{{ 
    941941      $ cd /your/pjsip/directory 
    942       $ ./aconfigure CFLAGS='-I/c/OpenSSL/include' LDFLAGS='-L/c/OpenSSL/lib/MinGW' 
     942      $ ./aconfigure CFLAGS='-I/c/OpenSSL/include -O2' LDFLAGS='-L/c/OpenSSL/lib/MinGW' 
    943943    }}} 
    944944 1. In the {{{aconfigure}}} output you may see some warnings about {{{openssl/ssl.h}}}, but I think that can be safely ignored as long as it concludes that OpenSSL installation is available. You should probably see something like these: