Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add explicit uselib=CRYPTO to wscript for cygwin compatibility #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vincentcr
Copy link

add explicit uselib=CRYPTO to wscript for cygwin compatibility: without node-waf fails to find the openssl symbols.

@ghost
Copy link

ghost commented Aug 22, 2011

Hello, I'm trying building rbytes under CygWin. I have added obj.uselib = 'CRYPTO' to wscript as I see in your commit but it didn't helped. I get 'undefined reference to _RAND_bytes error. What could be the problem?

@vincentcr
Copy link
Author

Hi, are you sure you have openssl installed at all in cygwin?
Le 22 aot 2011 06:57, "marian-galik" <
[email protected]> a
crit :

Hello, I'm trying building rbytes under CygWin. I have added obj.uselib =
'CRYPTO' to wscript as I see in your commit but it didn't helped. I get
'undefined reference to _RAND_bytes error. What could be the problem?

Reply to this email directly or view it on GitHub:
#4 (comment)

@ghost
Copy link

ghost commented Aug 23, 2011

Yes, I have installed OpenSSL including sources. I'm building it with "node-waf configure build" because "npm install rbytes" do nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant