-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
PCRE-Lib is missing on Ubuntu #29
Comments
@kronn I'm not an Ubuntu user, so I haven't tried, but have you installed |
I fix it with: |
FWIW, |
I think my point is: I would expect asdf to manage those dependencies for me. At the very least, I'd like to be informed which libraries are missing. And yes, of course I can just install these dependencies manually. IIRC, dependencies for other tools or languages are installed automatically. And I realize that this might leave a messy system behind in case I ever want to remove things. Personally, I am fine with this. Am I understanding the use-case wrong? Am I the problem here? |
I am running Ubuntu 18.04 and installed crystal 0.33.0 via asdf. I seemingly installed fine,
crystal --help
ran fine. However, compiling a crystal-file led to complaints about "libpcre" missing.I removed the asdf-installed version and installed the official/upstream package. This works as advertised. I would like to switch to an asdf-managed version, but am currently blocked.
There may be other depdencies missing, which were shadowed by this error.
The text was updated successfully, but these errors were encountered: