7,008
questions
0
votes
1
answer
27
views
Homebrew PATH warning on multi-user Mac setting
I use a Mac with ARM, and I since I wanted to use Homebrew with multiple users, I created a separate account called Homebrew dedicated to managing it.
I followed the instructions from here - https://...
0
votes
0
answers
37
views
How to keep the system-wide vimrc for the brew-installed Vim between updates?
The brew-installed Vim on my machine uses /opt/homebrew/share/vim/vimrc as the location for the system-wide vimrc file. However, the top-level directory in its path is a symlink to a version-specific ...
0
votes
0
answers
18
views
how to fix clang: error: -lm: 'linker' input unused [-Werror,-Wunused-command-line-argument]? [duplicate]
I downloaded homebrew, gcc14 and pasted the path on compiler.
Then it worked when I pasted the flags:
-DCMAKE_C_FLAGS="-Wall -Werror -pedantic-errors -lm -g"
But it didn’t build and showed:...
-1
votes
0
answers
32
views
MongoDB not paying attention to config file after upgrade
I am running MongoDB on a MacOS 15 machine with an Apple M1 chip. I installed it a while ago with Homebrew and it worked fine.
Now I am trying to upgrade, since it's still on version 5.0 and the ...
-2
votes
0
answers
48
views
MacOS: problem with ssh after uninstalling homebrew bash [closed]
I installed homebrew bash on macOS Sonoma 14.6.1 to try something. I followed these instructions I found on the web:
brew install bash
sudo bash -c "echo $(brew --prefix)/bin/bash >> /etc/...
1
vote
2
answers
50
views
Homebrew refuses to uninstall python while it is not required by other packages
I have [email protected] installed and I want to uninstall [email protected], I got the error
Error: Refusing to uninstall /opt/homebrew/Cellar/[email protected]/3.12.7_1
because it is required by cairo, ghostscript, ...
0
votes
0
answers
14
views
.cf: operation not permitted
I am running a MacBookPro with an M3 and tried to install the cf-cli.
First I tried:
brew install cloudfoundry/tap/cf-cli@8
This failed with an error related tot the XCode Command Line Tools, so I ...
0
votes
1
answer
43
views
Install mcrypt extension on PHP 7.1.33 (with brew on MacOS Sonoma)
We have an old project using PHP 7.1.3 but
brew info shivammathur/php/[email protected]
gives
==> shivammathur/php/[email protected]: stable 7.1.33 (bottled) [keg-only]
So I try to make it works by installing the 7.1 ...
0
votes
0
answers
35
views
Cmake refuses to use the appropriate header path (macOS)
I am trying to compile a library that uses libpng, which I have installed as a homebrew package. When using find_package, the correct library version (1.6.44) is selected (at /opt/homebrew), but the ...
0
votes
1
answer
117
views
Git latest version installed using homebrew not getting used in mac. Instead the Xcode one gets used, despite adding to the path variables
I have to update git to the latest version. I updated the brew version of git to latest one and used the unlink command. I have the xcode version installed as well. I have tried setting up the path ...
-3
votes
1
answer
56
views
Python3 can't upgrade to the latest version with the brew command
"brew upgrade python3" returns "python not installed".
I have installed the Python 3!
Running Python 3 was feasible, however, upgrading to the newest version is not an option.
0
votes
1
answer
166
views
Starship [WARN] - (starship::utils): Executing command "/Users/username/.rbenv/shims/ruby" timed out
I am using Mac and just moved from OhMyZsh + p10k to starship as i love the promt and autocomplete also simple looks.
Then I completed removed OMZ + p10k and brew installed starship.
After ...
0
votes
2
answers
187
views
The system library `gobject-2.0` required by crate `glib-sys` was not found
When trying to use GTK4 with Rust compiling and running the Hello World example of the GUI development with Rust and GTK 4 fails with the following error:
$ PKG_CONFIG_PATH="/opt/homebrew/lib/...
-1
votes
1
answer
180
views
React Native Expo on MacBook M1: "EMFILE: too many open files, watch" error during development
I'm developing a React Native app using Expo on a MacBook Pro with the M1 chip. My development environment includes VS Code and all the necessary React Native and Expo dependencies. However, I'm ...
1
vote
2
answers
70
views
Is it possible to install a specific version of a formula from a homebrew tap?
I have looked at the answers to this question, but the syntax brew install path/to/formula/in/[email protected] results in No available formula or cask, so it does not seem to work with taps.
I have also seen ...