0ad-matters / 0ad-appimage

@0ad appimage
MIT License
26 stars 0 forks source link

missing version information related to curl, segfault as a result #23

Open andy5995 opened 1 year ago

andy5995 commented 1 year ago

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

/usr/bin/AppImageLauncher: /usr/lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so) Erreur de segmentation (core dumped)

I tried it on OpenSuse Leap 15.4

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:

That will create a directory named squashfs-root and extract everything from the AppImage into it.

Please copy the output of rm and post it in your reply.

If removing libcurl fixes the problem, 0ad should run successfully at this point.

andy5995 commented 1 year ago

LienReg reported that removing libcurl (as mentioned above) doesn't change the result

https://wildfiregames.com/forum/topic/107313-alpha-27-pre-releaserelease-candidate-build-testing/?do=findComment&comment=553184

rxng commented 10 months ago

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.

andy5995 commented 10 months ago

@rxng I don't have any new info yet that would help.