Changes between Version 33 and Version 34 of FAQ
- Timestamp:
- Feb 15, 2008 9:29:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v33 v34 931 931 1. Download [http://www.slproweb.com/products/Win32OpenSSL.html OpenSSL Win32 Installer]. Mine is version 0.9.8d. 932 932 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: 934 934 {{{ 935 935 $ cd /c/OpenSSL/lib/MinGW … … 940 940 {{{ 941 941 $ 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' 943 943 }}} 944 944 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: