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

Undocumented rwind/client dependency on libedit.so.3 #16

Closed
diamond-lizard opened this issue Nov 12, 2017 · 1 comment
Closed

Undocumented rwind/client dependency on libedit.so.3 #16

diamond-lizard opened this issue Nov 12, 2017 · 1 comment

Comments

@diamond-lizard
Copy link

When I tried racket -l rwind/client I got an error:

ffi-lib: couldn't open "libedit.so.3" (libedit.so.3: cannot open shared object file: No such file or directory)
  context...:
   /usr/share/racket/collects/ffi/unsafe.rkt:117:0: get-ffi-lib10

It seems this is because I didn't have libedit installed on my machine, as the rwind README did not mention it as a requirement.

Furthermore, once I did have it installed, I continued to get the same error because on Gentoo Linux (which is what I'm using) that library is installed as libedit.so.0.0.47, not libedit.so.3. Also, confusingly, the Gentoo package version for libedit is 20130712.3.1, not 0.0.47 or 3 or 3.1. Anyway, once I created this symlink, it worked: ln -s /lib64/libedit.so.0.0.47 /lib64/libedit.so.3

@Metaxal
Copy link
Owner

Metaxal commented Nov 16, 2017 via email

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

2 participants