Linking against GNU readline on Mac M1
brew install readline brew link --force readline sudo cpanm Term::ReadLine::Gnu brew unlink readline Note that on ARM architecture the homebrew binaries were moved to /opt/homebrew in contrast to the /usr/local on x86, so the LDFLAGS and CPPFLAGS sh...
Feb 3, 20241 min read80