Closed crstauf closed 3 years ago
How did you install SVN, via Homebrew?
brew install svn
@afragen Correct.
brew install subversion
(I believe they both install Brew)
If you still have this error you might try brew reinstall svn
brew uninstall subversion
brew install svn
bash setup-phpunit.sh
brew reinstall svn
bash setup-phpunit.sh
$ which svn
/usr/local/bin/svn
I'm not sure I have an answer. I'm sorry. It seems to be related to svn.
brew reinstall apr-util
from within the site's shell fixed it! Ran bash setup-phpunit.sh
and it completed. :joy:
I saw something like that in StackOverflow but it must've been installed already on my system or been in the requirements of something I installed. Also maybe cause I'm running nginx and not Apache.
Yeah it was already installed, so don't know why it needed to be reinstalled. The Local container is also using nginx.
Looks like apr-util
is a dependency for apr
and openssl!1.1
.
Seems Apple's builtin openssl
is
arm64: ~ which openssl
/usr/bin/openssl
arm64: ~ openssl version
LibreSSL 2.8.3
brew reinstall apr-util
from within the site's shell fixed it! Ranbash setup-phpunit.sh
and it completed. 😂
this fixed it for me too, brew reinstall apr-util brew reinstall subversion
Thanks, @sfxn brew reinstall apr-util
helps me ❤️
thanks @crstauf brew reinstall apr-util
worked for me!
thanks @crstauf brew reinstall apr-util
worked for me!❤️
I used:
brew remove apr-util subversion && brew install subversion && svn --version
brew reinstall apr-util
Worked for me as well! :)
I'm sure this is not the fault of the script, but I did experience it while using the script, so hoping a kind soul will assist me.