Skip to content

El Capitan missing openssl header files #39

@Geraldf

Description

@Geraldf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions