You are not logged in.
I recently did a pacman -Syu and am still recovering from some issues. The most recent is that the play binary will no longer run. From the CLI I get "play: error while loading shared libraries: libmagic.so.1: cannot open shared object file: No such file or directory" when I try to run play. I've done some web searching but so far am unable to determine what Arch package might supply this library. Can anyone clue me in to which package I will need to install to get libmagic.so.1? And/or what is the best way to find out which libs and related files are included in any given Arch package?
Thanks,
James
Offline
libmagic.so.1 is owned by file. So: pacman -S file
Offline
You might also want to look up a script called "pkgfile".
Offline
16:09:50 Mion | pkgfile
16:09:52 phrik | A tool to find out what package owns a file. Now available in community/pkgtools! http://aur.archlinux.org/packages.php?ID=17941
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Thanks for the replies. The play binary is now working. I'll investigate the pkgfile utility.
James
Offline