brew services list results in Error: undefined method `length' for nil:NilClass #3112
Replies: 4 comments 4 replies
-
|
what does |
Beta Was this translation helpful? Give feedback.
-
|
Dear Sean Molenaar, thank you for your reply. I lost a day trying to repair the system. The whole setting had stopped working. At the end I resorted to restoring the VPS from backup and doing a Now the server is running again, but I still haven't run an I do not know, what went wrong. Maybe permissions... I still stumble into OpenSSL problems here and there. If I may ask. For compilation of Ruby Gems etc. do I have to declare PATH, LDFLAGS, etc in my shell? It is what I usually do, but do not understand completely how it works. I would like to get a better grasp on it, since I suspect it could be one of the causes. |
Beta Was this translation helpful? Give feedback.
-
|
I try to rephrase: When installing formulas through Homebrew, sometimes dependencies are installed. I use Homebrew for MySQL, Ruby, Nginx, etc. When a formula has a dependency such as for example OpenSSL, I always thought it would need the info about this dependency and added the relative Paths and Flags to my shell. I asked because in one default gemset I still get, after the restore, an SSL related error and when troubleshooting my brew install, before the restore, I had brew complain about its CA-certificates, etc ... |
Beta Was this translation helpful? Give feedback.
-
|
Ok, the formula does solve it's dependencies. Which means, that when I get an error related to SSL, when trying to install an application through brew, it should be a problem related to the system setting? And not the fact that I have for example the wrong What I do not understand is, that some formulas apparently depend on openssl@1.1 and others on openssl@3. (At least I have both without installing them explicitly.) Does it mean that the dependency is related to compiling the formula and not to the functioning of the compiled application? I will try to get to the cause of the Ruby issue over at RVM. Thank you very much for your insight! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Homebrew on Linux 20.04. After apt-get update and upgrade and brew update and upgrade I am unable to check status of installed programs. I am also unable to get mysql, installed through homebrew, running,
After updating I was unable to do a brew upgrade and I discovered that the permissions on the directories inside /home/.linuxbrew were set between two users. I changed them to my main user account and was able to run brew upgrade. But I am still unable to get mysql running or get the status of the installed services.
Is there any bug on the new version of homebrew/linuxbrew? Or how can I get it running?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions