Skip to main content

Questions tagged [brew]

0 votes
0 answers
225 views

Homebrew has three core components: a git repository with formulae, a REST API which makes the formulae available to the brew client, and the object registry at ghcr.io. We would like to host an ...
Jeff W's user avatar
  • 113
0 votes
1 answer
1k views

Suddenly after restarting the machine, I have been facing this error can't connect to MySQL server and table plus is not able to connect with localhost 127.0.0.1. The steps below worked for me, and ...
Rizwan Ali's user avatar
1 vote
0 answers
508 views

I used brew to install rabbitmq. However, it seems to be unable to start properly. This is what happens: Tom@MacOS:/opt/homebrew/var/log/rabbitmq % brew services start rabbitmq ...
toom's user avatar
  • 247
2 votes
2 answers
6k views

I'm installing a gitlab-runner service on MacOS using brew install gitlab-runner, after which I can start the service using brew services start gitlab-runner. If I start the service with sudo (or from ...
Guss's user avatar
  • 3,130
0 votes
1 answer
15k views

I had installed Apache 2.4.46 on macOS Big Sur via Homebrew. It had worked fine until I did brew update and brew upgrade. At this time, PHP was upgraded from 7.4 to 8.0, so I modified httpd.conf as ...
Masaru Kitajima's user avatar
2 votes
2 answers
11k views

I followed this document today http://macappstore.org/squid/ And tried running these two commands /usr/local/Cellar/squid/4.11/sbin/squid -f squid.conf -N sudo /usr/local/Cellar/squid/4.11/sbin/...
Dean Hiller's user avatar