Replies: 1 comment
-
Not sure why the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
when i used "brew install php@8.3" to install php8.3 on my macOS 12,error occured when installing php@8.3 dependency: curl,
can anyone help me?
the error message:
`Error: inreplace failed
/usr/local/Cellar/curl/8.11.0_1/lib/pkgconfig/libcurl.pc:
expected replacement of /^(Requires.private: )ldap,(.*),mit-krb5-gssapi,/ with "\1\2,"``
the error log:
==> Downloading https://www.php.net/distributions/php-8.3.14.tar.xz
Already downloaded: /Users/showker/Library/Caches/Homebrew/downloads/7554025c5717b762a8b58affd4628696f52e14f0c92a25004dd6523d8131cc7e--php-8.3.14.tar.xz
==> Installing dependencies for php@8.3: curl, libtool, unixodbc, freetds, libpng, freetype, fontconfig, cmake, nasm, jpeg-turbo, giflib, highway, imath, libtiff, little-cms2, libdeflate, openexr, webp, mpdecimal, readline, sqlite, python@3.13, boost, source-highlight, asciidoc, doxygen, python@3.11, python@3.12, certifi, sphinx-doc, jpeg-xl, libvmaf, yasm, aom, libavif, gd, gmp, libpq, libsodium, libzip, oniguruma and openldap
==> Installing php@8.3 dependency: curl
==> Patching
==> Applying f5c616930b5cf148b1b2632da4f5963ff48bdf88.patch
==> Applying 0cdde0fdfbeb8c35420f6d03fa4b77ed73497694.patch
==> ./configure --disable-silent-rules --with-ssl=/usr/local/opt/openssl@3 --without-ca-bundle --without-ca-pa
==> make install
==> make install -C scripts
Error: inreplace failed
/usr/local/Cellar/curl/8.11.0_1/lib/pkgconfig/libcurl.pc:
expected replacement of /^(Requires.private: )ldap,(.*),mit-krb5-gssapi,/ with "\1\2,"
Beta Was this translation helpful? Give feedback.
All reactions