internals:windows:libs:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
internals:windows:libs:openssl [2008/06/29 13:13] – add test and install doc pajoyeinternals:windows:libs:openssl [2009/01/23 08:37] pajoye
Line 30: Line 30:
 The configure will prepare the sources to compile OpenSSL for windows 32bit and install it under c:\phpbuilds\apps.  The configure will prepare the sources to compile OpenSSL for windows 32bit and install it under c:\phpbuilds\apps. 
  
-Modify the path using your configurations. Please not the unix directory separators / instead of the Windows backslash \.+Modify the path using your configurations. Please note the unix directory separators / instead of the Windows backslash \
 + 
 +  The headers are not compatible with VC9 which seems to be more picky. The openssl/ossl_typ.h header has a forward typedef that reads: 
 +<code>typedef struct ocsp_response_st OCSP_RESPONSE;</code> 
 +  ocsp_response_st is defined in openssl/ocsp.h, this typedef has to be move there. 
 + 
 +  bufferoverflowu.lib is also not present anymore (not needed) in VC9. Comment out the reference in the util/pl/VC-32.pl script on line 142, 276 and 286.
  
 === Assembly languages options === === Assembly languages options ===
Line 102: Line 108:
 nmake -f ms\ntdll.mak test nmake -f ms\ntdll.mak test
 </code> </code>
- 
-===== Install ===== 
- 
-The install command will copy every files that should be distributed in the directory specified using --openssldir or --prefix during the configure phase: 
- 
-<code bash> 
-nmake -f ms\ntdll.mak install 
-</code> 
- 
  
 ===== Install ===== ===== Install =====
internals/windows/libs/openssl.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1