glabels refuses to run 30 May 2025, 11:41:56 I have a problem starting glabels-3I have installed glabels via pacman (pacman -S glabels)and tried to run it. Unfortunately it can not start due to a missing shared object:labels-3: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directoryWhen I query the libxml2 package (where I think the missing so should be included?) it seems as it is already installed:[manoca@ormel ~]$ pacman -Q libxml2libxml2 2.14.3-1[manoca@ormel ~]$ So what am I missing?Any suggestions on this issue? Quote Selected
Re: glabels refuses to run Reply #1 – 30 May 2025, 13:54:53 glabels seems to be from Arch's extra repository, and compiled against libxml2 2.14.2, so you'll have to wait until Arch fix it. Quote Selected
Re: glabels refuses to run Reply #2 – 30 May 2025, 19:25:26 thanks for that input. Yes, glabels comes from the "extra" repo.. Well I'll wait then. Or does anyone know if there is another software with which I can layout labels for ZPL(glabels seems to be able to do so)? Quote Selected
Re: glabels refuses to run Reply #3 – 30 May 2025, 20:09:27 Quote from: manoca – on 30 May 2025, 19:25:26thanks for that input. Yes, glabels comes from the "extra" repo.. Well I'll wait then. Or does anyone know if there is another software with which I can layout labels for ZPL(glabels seems to be able to do so)?Another option would be to get the build files and build the package locally.Then it will compile against the libxml2 you have installed. This works most of the time. Quote Selected
Re: glabels refuses to run Reply #4 – 31 May 2025, 03:45:58 glabels-qt-git (aur) is ok. Quote Selected
Re: glabels refuses to run Reply #5 – 01 June 2025, 13:41:31 Same problemfuse (UNIX ZXSpectrum emulator) looks for libxml2.so.2fuse: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directorypacman -Ql libxml2 --> I only copy here the lib directory:libxml2 /usr/lib/libxml2 /usr/lib/libxml2.solibxml2 /usr/lib/libxml2.so.16libxml2 /usr/lib/libxml2.so.16.0.3No "libxml.so.2" just "libxml2.so". Perhaps a symblink may repair this but I prefer a "clean" update. Quote Selected