This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin64: openssl target arch mismatch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]