Skip to content

Instantly share code, notes, and snippets.

@FLYBYME
Created October 3, 2012 19:06
Show Gist options
  • Save FLYBYME/3829081 to your computer and use it in GitHub Desktop.
Save FLYBYME/3829081 to your computer and use it in GitHub Desktop.
make: Entering directory `/home/bob/Documents/node/Node-JS-Bootstrap/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
In file included from /home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/e_os2.h:1:0,
from /home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/../../crypto/ossl_typ.h:58,
from /home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/ossl_typ.h:1,
from /home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/../../crypto/rand/rand.h:63,
from /home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/rand.h:1,
from ../src/bcrypt_node.cc:38:
/home/bob/.node-gyp/0.8.11/deps/openssl/openssl/include/openssl/../../e_os2.h:56:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
make: Leaving directory `/home/bob/Documents/node/Node-JS-Bootstrap/node_modules/bcrypt/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:96:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:678:10)
gyp ERR! System Linux 3.5.4-1.fc17.i686
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/bob/Documents/node/Node-JS-Bootstrap/node_modules/bcrypt
gyp ERR! node -v v0.8.11
gyp ERR! node-gyp -v v0.6.11
gyp ERR! not ok
npm ERR! bcrypt@0.7.2 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR!
npm ERR! Failed at the bcrypt@0.7.2 install script.
npm ERR! This is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.5.4-1.fc17.i686
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "bcrypt"
npm ERR! cwd /home/bob/Documents/node/Node-JS-Bootstrap
npm ERR! node -v v0.8.11
npm ERR! npm -v 1.1.62
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/bob/Documents/node/Node-JS-Bootstrap/npm-debug.log
npm ERR! not ok code 0
[root@bob-workstation Node-JS-Bootstrap]# yum install openssl
Loaded plugins: langpacks, presto, refresh-packagekit
Package 1:openssl-1.0.0j-2.fc17.i686 already installed and latest version
Nothing to do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment