clauded I'm trying to run an appimage (Goldencheetah) under Solus Budgie: the app starts and display 2 dialog boxes then it stops. I found the following error message in the app log: GoldenCheetah_v3.5-DEV1903_64bit_Linux.AppImage: symbol lookup error: /usr/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc. Any ideas how to debug this?
caesar96 Follow this link: https://github.com/Subsurface-divelog/subsurface/issues/779#issuecomment-342065574 and those steps. You have to extract the AppImage
clauded Thanks a lot! Here's what I did for the record: ./GoldenCheetah_v3.5-DEV1903_64bit_Linux.AppImage --appimage-extract rm squashfs-root/usr/lib/libcrypto.so.1.0.0 Now I can run the app with: ./squashfs-root/AppRun