Код: Выделить всё
% brew install php@8.4
Warning: You are using macOS 11.
We (and Apple) do not provide support for this old version.
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
Do not report any issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
...............................
.. lots of package downloads ..
...............................
curl: (35) error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert protocol version
Error: php@8.2: Failed to download resource "libsodium"
Download failed: https://download.libsodium.org/libsodium/releases/libsodium-1.0.20.tar.gz
< /code>
, который (после просмотра Интернета и спроса AI) указывает устаревшие сертификаты SSL (не знаю, действительно ли это проблемой). < /p>
Я попробовал несколько вещей, таких как: < /p>
# Update Homebrew itself
brew update
# Update curl
brew install curl
# Update certificates
brew install ca-certificates
export PATH="/usr/local/bin:$PATH"
Код: Выделить всё
export HOMEBREW_FORCE_BREWED_CURL=1
brew config # check that the Curl: entry now points to Homebrew curl
brew install pure-ftpd
Код: Выделить всё
==> python3.13 -m venv --system-site-packages --without-pip /usr/local/Cellar/asciidoc/10.2.1/libexec
==> python3.13 -m pip --python=/usr/local/Cellar/asciidoc/10.2.1/libexec/bin/python install /private/tmp/asciidoc-20250616-5971-avx3y
Last 15 lines from /Users/stagair/Library/Logs/Homebrew/asciidoc/02.python3.13:
2025-06-16 09:05:44 +0000
python3.13
-m
pip
--python=/usr/local/Cellar/asciidoc/10.2.1/libexec/bin/python
install
--verbose
--no-deps
--no-binary=:all:
--ignore-installed
--no-compile
/private/tmp/asciidoc-20250616-5971-avx3y6/asciidoc-10.2.1
/usr/local/opt/python@3.13/bin/python3.13: No module named pip.__main__; 'pip' is a package and cannot be directly executed
Error: You are using macOS 11.
We (and Apple) do not provide support for this old version.
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
Do not report any issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
This build failure was expected, as this is not a Tier 1 configuration:
https://docs.brew.sh/Support-Tiers
Do not report any issues to Homebrew/* repositories!
Read the above document instead before opening any issues or PRs.
Подробнее здесь: https://stackoverflow.com/questions/796 ... 1-homebrew
Мобильная версия