Hello, I’m on the latest version of endeavour.
Since the update of libxml2.12 some of my php extensions doesn’t work so I had to go back to my previous version of libxml.
But now I got :“php: error while loading shared libraries: libicuuc.so.73: cannot open shared object file: No such file or directory”.
It seemed related to this post : Error while loading shared libraries: libicuuc.so.73; cannot open shared object file: No such file or directory - #18 by Alborto but after creating a simlynk from libicuuc.so.74.2 to libicuuc.so.73 i got : “php: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: ucnv_setToUCallBack_73”
Is there a nice way for going back in a version of a package ?
I used this command to downgrade libxml : "sudo pacman -U /var/cache/pacman/pkg/libxml2-2.11.5-1-x86_64.pkg.tar.zst "
Thank you for your help