asdf-php icon indicating copy to clipboard operation
asdf-php copied to clipboard

Installation breaks over time

Open 3ynm opened this issue 3 years ago • 2 comments

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?

3ynm avatar Apr 12 '22 15:04 3ynm

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

egidijusz avatar Apr 11 '23 12:04 egidijusz

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

eriteric avatar Dec 26 '23 10:12 eriteric