Git Product home page Git Product logo

Comments (6)

untitaker avatar untitaker commented on June 12, 2024

Does this help?

from iron-sessionstorage.

durango avatar durango commented on June 12, 2024

Same issue, I even have this in my env:

DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib

from iron-sessionstorage.

durango avatar durango commented on June 12, 2024
λ MacBook-Pro ticket → λ git master → rustc --version
rustc 1.12.1 (d4f39402a 2016-10-19)

from iron-sessionstorage.

untitaker avatar untitaker commented on June 12, 2024

When do you get this panic? Can you reproduce this issue with any of the example apps from the repo?

from iron-sessionstorage.

durango avatar durango commented on June 12, 2024

This issue has been resolved using:

export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
export DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include

then cargo build/run/etc.

from iron-sessionstorage.

untitaker avatar untitaker commented on June 12, 2024

Cool, I'll add it to the README if somebody encounters the same issue, as there seem to be too many problems with OpenSSL on OS X to document here.

from iron-sessionstorage.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.