On 11/08/2015 05:37 AM, [email protected] via RT wrote: > Hi, > I m getting this error : if you can solve this problem please reply to this > mail. > "_BIO_new_mem_buf", referenced from: > "_PEM_read_bio_RSA_PUBKEY", referenced from: > "_RSA_size", referenced from: > "_RSA_public_encrypt", referenced from: > ld: warning: ld: warning: ignoring file > /Users/dvios-mac/Documents/Project/Collections/PaymentIntegation/openssl-1.0.1i-MacOSX/lib/libssl.a, > missing required architecture arm64 in file > /Users/dvios-mac/Documents/Project/Collections/PaymentIntegation/openssl-1.0.1i-MacOSX/lib/libssl.a > (2 slices)ignoring file > /Users/dvios-mac/Documents/Project/Collections/PaymentIntegation/openssl-1.0.1i-MacOSX/lib/libcrypto.a, > missing required architecture arm64 in file > /Users/dvios-mac/Documents/Project/Collections/PaymentIntegation/openssl-1.0.1i-MacOSX/lib/libcrypto.a > (2 slices) >
You probably should show more of the build log, but the "missing required architecture arm64" is a big warning sign. Are you trying to build for arm64? What measures did you take to do so? -Ben Kaduk _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
