Open andy5995 opened 1 year ago
LienReg reported that removing libcurl (as mentioned above) doesn't change the result
I am also getting "/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available"
Is there any fix for this or way to exclude an AppImage? @andy5995
Because of this error, a whole bunch of AppImages do not work and it seems like the only thing we can do is totally uninstall AppImageLauncher.
@rxng I don't have any new info yet that would help.
Reported in the WFG forum by LienRag at https://wildfiregames.com/forum/topic/107313-alpha-27-pre-releaserelease-candidate-build-testing/?do=findComment&comment=552753
Using 0ad-0.0.27-rc1-27645-alpha-2305191528-x86_64.AppImage
From a little searching, I found these 2 threads:
https://github.com/TheAssassin/AppImageLauncher/issues/403 (OP was using OpenSuse Tumbleweed)
https://serverfault.com/questions/696631/libcurl-so-4-no-version-information-available
I could probably blacklist the libcurl so it wouldn't be included in the AppImage. But first I'd like to see if the problem is fixed if libcurl is removed from an existing AppImage.
LienRag, could you please do the following steps:
0ad-0.0.27-rc1-27645-alpha-2305191528-x86_64.AppImage --appimage-extract
That will create a directory named
squashfs-root
and extract everything from the AppImage into it.rm -v squashfs-root/usr/lib/libcurl*
Please copy the output of rm and post it in your reply.
squashfs-root/AppRun
(you can append any 0ad flags, such as-writableRoot
desired)If removing libcurl fixes the problem, 0ad should run successfully at this point.