Cygwin64: openssl target arch mismatch
Ken Brown
kbrown@cornell.edu
Mon Aug 17 20:15:00 GMT 2015
On 8/17/2015 3:17 PM, zosrothko wrote:
> Hi Everybody
>
> It seems that the Cygwin-X86_64 setup is installing the cygwin32 openssl
> package as show in the below window capture and the find command result.
> Did I miss something?
>
> FrancisANDRE@idefix /usr> find . -name "*ssl.a"
> ./i686-pc-cygwin/sys-root/usr/lib/libssl.a
This is from the cygwin32-openssl package, which is intended for
building 32-bit packages on 64-bit Cygwin.
> no libssl.a found in usr/x86_64-pc-cygwin/sys-root/usr/lib/
The directory /usr/x86_64-pc-cygwin/sys-root doesn't exist on 64-bit Cygwin.
What you're looking for is /usr/lib/libssl.a, which is provided by the
openssl-devel package.
Ken
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list