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

Compilation ... fails somehow. #14

Closed
awillinger opened this issue Mar 28, 2013 · 5 comments
Closed

Compilation ... fails somehow. #14

awillinger opened this issue Mar 28, 2013 · 5 comments

Comments

@awillinger
Copy link

I am having a Problem compiling this on Debian:
Once I cloned & ran the compilation (npm install), no "build" directory appears, which causes npm test to fail.

Where is this supposed to be compiled to?

@awillinger
Copy link
Author

Nothing?

@nmccready
Copy link

For me on OSX the variable $OPENSSL_free was not set. I was able to figure this out by cloning this repo and running make. You need to set that in your .bashrc or .zshrc

I had to install it via brew (for you apt) and then (ignore debian) force link it.

#wherever your openssl is
export OPENSSL_free='/usr/local/bin/openssl'

@rvagg
Copy link
Collaborator

rvagg commented Jul 24, 2014

huh? OPENSSL_free() is a C++ function that is called from within the code, where does this environment variable come from and what is it used for? Do you have docs for this you can point to?

@nmccready
Copy link

I don't know jack on that. All I know is supplying what I did above allowed the install to pass.

@rvagg
Copy link
Collaborator

rvagg commented Feb 18, 2015

closing cause .. old, sorry, reopen if you still have trouble

@rvagg rvagg closed this as completed Feb 18, 2015
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

No branches or pull requests

3 participants