Jonathan Caprell
Jonathan Caprell
The flag `--with-openssl=$(brew --prefix openssl)` works for me; that is: ``` export PHP_CONFIGURE_OPTIONS="--with-iconv=/opt/homebrew/opt/libiconv --with-openssl=$(brew --prefix openssl)" asdf install php 8.3.13 ``` … works for me without `[email protected]`.
> > … works for me without `[email protected]`. > > Yeah but if you set `PHP_CONFIGURE_OPTIONS` yourself, the installer will completely skip the automatic os-based configure options. This is the...
It seems like reinstalling Xcode fixes this _for a while_, asterisk. When installing `asdf_27.1.1` weeks back, I encountered the error, re-installed Xcode, and things were right-as-rain. When I tried to...