Home>
Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (LoadError)
Referenced from: /Users/username/.rbenv/versions/2.5.1/lib/ruby/2.5.0/x86_64-darwin18/digest/md5.bundle
Reason: image not found-/Users/username/.rbenv/versions/2.5.1/lib/ruby/2.5.0/x86_64-darwin18/digest/md5.bundle
I have this error in the terminal and I can't use any commands.
I think that the section that comes to mind is that we updatedHomebrew
※ I don't know if the code is necessary for this question. If it becomes redundant, I think that it is not good and only an error text is posted, so I will post it if necessary.
-
Answer # 1
Related articles
- ruby on rails - has_many related, but how to use it like has_one
- ruby on rails - search for related models
- ruby on rails - when i run rails, i get an error related to webpacker
- ruby - the last db setting doesn't work when deploying rails app on aws
- ruby on rails - how to transition from the top page
- ruby on rails - mvc rails
- ruby on rails - rails6 rspec model run-time error nomethoderror: undefined method `valid?'for nil: nilclass
- ruby - rails tutorial chapter 2 (6th edition)
- ruby on rails - saved description in nested controller
- ruby on rails - cart function routing error cannot be resolved
- ruby on rails - rails s can't
- ruby on rails - things associated with a foreign key cannot be called in view
- ruby on rails - i want to implement a function for administrator users to register luggage for general users in rails
- ruby on rails 5 - i want to update the received parameters with nil
- ruby on rails 6 - environment construction of ruby on rails
- ruby on rails 5 - actioncontroller :: invalidauthenticitytoken cannot be resolved
- ruby on rails - error in controller when transitioning with rails6 destory action
- ruby on rails - access fails after seed after deploying to heroku
- ruby on rails runtime error cannot be resolved
- ruby on rails - missing required keys: i'm having trouble resolving the [: id] error
Related questions
- html - i want to allow users to use points
- ruby - i can't get the value from the array i earned with news-api
- ruby - items duplicated by cocoon are caught in forbid_login_user and are not saved
- ruby - about implementation of tag function in rails
- ruby - i want to display only the image of the logged-in user when executing the search function
- ruby - [rails] i can't install the add favorite button
- how to unlock excel with password with ruby
- ruby - i want to display an error message when posting/editing fails by validation check
- ruby - [rails] when rails s is executed, an error "cannot load database configuration" appears and it is forcibly term
- ruby - about the error when there is no id of the association destination
To guess from the situation
Has 2.5.1 installed previously using rbenv/ruby-build
Upgrading packages with Homebrew increased OpenSSL version
An error occurred because the version of OpenSSL that ruby referred to was lost
The solution is to reinstall ruby with rbenv.