Closed enaeseth closed 13 years ago
Did you mean brew unlink openssl
?
Seems like the OpenSSL library are being built for the wrong architecture. Did you build with the --universal
option enabled?
Did you mean
brew unlink openssl
?
Derp. Yes, I did. Edited.
Seems like the OpenSSL library are being built for the wrong architecture. Did you build with the
--universal
option enabled?
That does seem to be the problem, but I don't recall specifying --universal
on anything. Should I really be getting an ia32 OpenSSL, but an x64 node.js?
Ugh. Didn't mean to close this issue, but I'm not sure how to reopen it.
@enaeseth how did you resolve the issue, I'm having the same problem.
I couldn't build Node against Homebrew's openssl package. To get it to build, I had to
brew unlink openssl
and build against the native Mac OS X openssl library.I'm not sure if this is how things are supposed to be, and there wasn't any explicit warning of this, but I figured it out from the
brew doctor
output.