Page 1 of 1
AppImage on Manjaro
Posted: Fri Dec 18, 2020 7:31 pm
by kineotech
Sorry, I posted this in the wrong forum before finding the one for MP.
I am trying to run the AppImage of XnView 0.98 on a freshly installed Manjaro system (Arch based). When I try to run the app I get the following error:
symbol lookup error: /usr/lib/libkrb5.so.3: undefined symbol: k5_buf_free, version krb5support_0_MIT
I wonder if a dependent library was not included in the AppImage?
Thanks,
Dave G.
Re: AppImage on Manjaro
Posted: Sat Dec 19, 2020 3:00 pm
by xnview
It's seem that libkr5.3.3 is needed
Re: AppImage on Manjaro
Posted: Sat Dec 19, 2020 6:32 pm
by kineotech
xnview wrote: Sat Dec 19, 2020 3:00 pm
It's seem that libkr5.3.3 is needed
Well, Manjaro does have libkrb5.so.3 linked to libkrb5.so.3.3. And the error message is saying this library file does not have the symbol k5_buf_free. But the lib file libkrb5support.so does have the symbol defined. It appears libkrb5support is not being linked to by the application. I am not sure how to fix this problem at this end. Any ideas? I did not have this problem on Ubuntu but the library structure is the same with regard to that symbol. So, is this an issue with Arch/Manjaro?
Dave G.
Re: AppImage on Manjaro
Posted: Mon Dec 21, 2020 7:48 am
by xnview
which Manjaro version?
Re: AppImage on Manjaro
Posted: Mon Dec 21, 2020 2:27 pm
by kineotech
xnview wrote: Mon Dec 21, 2020 7:48 am
which Manjaro version?
Hi Pierre,
manjaro-kde-20.2-201203-linux59 which is there latest KDE Plasma distro.
Dave G
Re: AppImage on Manjaro
Posted: Tue Dec 22, 2020 10:22 am
by xnview
kineotech wrote: Mon Dec 21, 2020 2:27 pm
manjaro-kde-20.2-201203-linux59 which is there latest KDE Plasma distro.
I've installed Manjaro KDE 20 x64, and no problem to start XnView MP from tgz
Re: AppImage on Manjaro
Posted: Tue Dec 22, 2020 4:01 pm
by kineotech
xnview wrote: Tue Dec 22, 2020 10:22 am
kineotech wrote: Mon Dec 21, 2020 2:27 pm
manjaro-kde-20.2-201203-linux59 which is there latest KDE Plasma distro.
I've installed Manjaro KDE 20 x64, and no problem to start XnView MP from tgz
OK, that works

I just thought AppImage was supposed to be the simpler way to do this. Up until now, I used the AppImage without a problem. Sorry I never thought to try the tgz method.
Thanks,
Dave G.