Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on macOS without version-specific libreadline symlink #34

Open
mjreed-wbd opened this issue Mar 4, 2020 · 2 comments
Open

Comments

@mjreed-wbd
Copy link

mjreed-wbd commented Mar 4, 2020

===> Testing: Readline:ver<0.1.5>:auth<github:drforr>
[Readline] # Failed test 'initialize'
[Readline] # at t/02-base.t line 10
[Readline] # Cannot locate native library '(null)': dlopen(libreadline.7.dylib, 10): image not found

...followed by a bunch of failures tied to its inability to find that file. I happen to be running readline 8, so a symlink from libreadline.8.dylib to libreadline.7.dylib fixed the problem, but why is it looking for that specific file? If it's going through all the trouble of looking for specific symbols in the library, why must it also look for a specific major version? It seems like it could at least try the unversioned libreadline.dylib file either first or as a fallback.

@dominix
Copy link

dominix commented Jun 11, 2020

Same problem.

@lathropd
Copy link

This is fixed by #36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants