asdf-community/asdf-php

Installation breaks over time

3ynm opened this issue · 2 comments

3ynm commented

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?

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).

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