-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Running npm install will result in an error message indicating missing openssl header files:
> airtunes@0.1.7 install /Users/geraldf/node_modules/airtunes
> node-gyp rebuild
CXX(target) Release/obj.target/airtunes/src/codec.o
../src/codec.cc:5:10: fatal error: 'openssl/aes.h' file not found
#include <openssl/aes.h>
After reading the web, it seams that the header files have been excluded from el capitan. the libraries should be still there.
I have no idea to change the npm install method to use a different location for the openssl header files.
Metadata
Metadata
Assignees
Labels
No labels