Giter VIP home page Giter VIP logo

Comments (4)

pokrovskyy avatar pokrovskyy commented on July 22, 2024 24

I managed to overcome this by symlinking the original /usr/lib/libgssapi_krb5.dylib provided by Catalina in /usr/local/lib/libgssapi_krb5.2.2.dylib via:

sudo ln -s /usr/lib/libgssapi_krb5.dylib /usr/local/lib/libgssapi_krb5.2.2.dylib

from curb.

sophie-truong-goldenowl avatar sophie-truong-goldenowl commented on July 22, 2024 3

I got the similar error just now

/Users/usera/.rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require': dlopen(/Users/usera/.rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/curb-0.9.10/lib/curb_core.bundle, 9): Library not loaded: @rpath/libssh2.1.dylib (LoadError)
  Referenced from: /Users/usera/.rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/curb-0.9.10/lib/curb_core.bundle
  Reason: image not found - /Users/usera/.rbenv/versions/2.5.8/lib/ruby/gems/2.5.0/gems/curb-0.9.10/lib/curb_core.bundle

And I tried

brew reinstall curl
brew install krb5
sudo ln -s /usr/lib/libgssapi_krb5.dylib /usr/local/lib/libgssapi_krb5.2.2.dylib

I also tried to reinstall ruby.

And tried (https://stackoverflow.com/a/59184347/2724342)

brew switch openssl 1.0.2t

But it does still not work! I don't know what to try next.

from curb.

rstammer avatar rstammer commented on July 22, 2024

Good news! I've re-evaluated this within a fresh Rails 6 application under Ruby 2.6.5 together under Catalina 10.15.4 and I cannot reproduce it any longer. Thanks @pokrovskyy for your tip, which seems to work for 10.15.1.

from curb.

timlewandowski avatar timlewandowski commented on July 22, 2024

But it does still not work! I don't know what to try next.

Same for me. Have you solved your problem by any chance @sophie-truong-goldenowl ?

from curb.

Related Issues (20)

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.