while do makepkg from aur it says that i need libunistring.so
after installing libunistring now pacman not working
home:[root]:/home/freeartist-artix# pacman -Sy
pacman: error while loading shared libraries: libunistring.so.2: cannot open shared object file: No such file or directory
home:[root]:/home/freeartist-artix#
how fix system?
temporary fix
make copy libunistring.so.5.0.0 to libunistring.so.2
do update system...
How did you install libunistring?
You were fresh installing Artix earlier. Did you update the system with
sudo pacman -Syu
before starting to build packages with makepkg. You should have done especially if the same old iso we were talking about earlier.
My pacman links to libunistring.so.5 so yours (pacman) seems like it must be old?
What's the output of
ls -al /var/cache/pacman/pkg/libunistring*
Sorry to me. I am n00b at Artix ::)
I am starting installing packages from AUR without frash updated sysytem.
Now updating in process.
And it look so
home:[freeartist-artix]:~/Downloads$ ls -al /var/cache/pacman/pkg/libunistring*
-rw-r--r-- 1 root root 689395 Nov 7 20:35 /var/cache/pacman/pkg/libunistring-1.1-2-x86_64.pkg.tar.zst
-rw-r--r-- 1 root root 566 Nov 7 20:35 /var/cache/pacman/pkg/libunistring-1.1-2-x86_64.pkg.tar.zst.sig
home:[freeartist-artix]:~/Downloads$
No worries. So long as you have a working pacman now & you have a fully updated sytem with
sudo pacman -Syu
you should be fine.
Upadted successfuly :)
There was the same error in Manjaro. So it's not Artix only problem.