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

Installation breaks over time #117

Open
hacktivista opened this issue Apr 12, 2022 · 2 comments
Open

Installation breaks over time #117

hacktivista opened this issue Apr 12, 2022 · 2 comments

Comments

@hacktivista
Copy link

I've been using asdf-php for a long time, but every time my installation eventually breaks because of missing dependencies, this time I get the following error:

error while loading shared libraries: libicuio.so.69: cannot open shared object file: No such file or directory

Turns out I have libicuio.so.70 ... could dependencies be shipped/copied over an asdf-vm subdirectory in order to not break installation over time?

@egidijusz
Copy link

Copy/pasting my comment from other issue :)

Have you tried to asdf uninstall php x.y.z and then asdf install php x.y.z? This worked for me. It rebuilds php and links to your (newly updated) icu lib (to my understanding).

@eriteric
Copy link

Would be nice if that wasn't necessary, though. It's a constant thing. Should asdf-php have its own version of libicuio.so ?

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

No branches or pull requests

3 participants