$ cygcheck modules/mod_ssl.so C:\cygwin\home\jfclere\httpd-2.2\modules\mod_ssl.so C:\WINDOWS\System32\MSVCRT.dll C:\WINDOWS\System32\KERNEL32.dll C:\WINDOWS\System32\ntdll.dll cygcheck: track_down: could not find libapr-1.dll
cygcheck: track_down: could not find libaprutil-1.dll
cygcheck: track_down: could not find libhttpd.dll
cygcheck: track_down: could not find LIBEAY32.dll
cygcheck: track_down: could not find SSLEAY32.dll
So the openssl libraries are missing in the package or the openssl needs to be linked statically with mod_ssl...
$ cygcheck modules/mod_ssl.so
C:\cygwin\home\jfclere\httpd-2.2\modules\mod_ssl.so
C:\WINDOWS\System32\MSVCRT.dll
C:\WINDOWS\System32\KERNEL32.dll
C:\WINDOWS\System32\ntdll.dll
cygcheck: track_down: could not find libapr-1.dll
cygcheck: track_down: could not find libaprutil-1.dll
cygcheck: track_down: could not find libhttpd.dll
cygcheck: track_down: could not find LIBEAY32.dll
cygcheck: track_down: could not find SSLEAY32.dll
So the openssl libraries are missing in the package or the openssl needs to be linked statically with mod_ssl...