hstr
hstr copied to clipboard
osx brew libreadline 8
Hi, on macos 10.14.2 with hstr installed thought brew i have this error:
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local/bin/hh Reason: image not found Abort trap: 6
because brew upgrade libreadline to v8
workaround:
ln -s /usr/local/opt/readline/lib/libreadline.8.0.dylib /usr/local/opt/readline/lib/libreadline.7.dylib
Thank you Roberto for reporting the problem. I will update build scripts for brew.
Thank you Roberto for reporting the problem. I will update build scripts for
brew.
@dvorka Anything updates?