Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage does not run on CentOS 7 #227

Closed
shivakumargn opened this issue Aug 20, 2018 · 5 comments
Closed

AppImage does not run on CentOS 7 #227

shivakumargn opened this issue Aug 20, 2018 · 5 comments

Comments

@shivakumargn
Copy link

The app image throws below error on CentOS 7.5

> ./Stacer-x86_64.AppImage 
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Charts.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Network.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Widgets.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Gui.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Core.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /tmp/.mount_StacervRs845/lib/libQt5Core.so.5)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /tmp/.mount_StacervRs845/lib/libicui18n.so.55)
./Stacer-x86_64.AppImage: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /tmp/.mount_StacervRs845/lib/libicuuc.so.55)

@oguzhaninan
Copy link
Owner

Hi @shivakumargn,
You can try rpm package to install.

Run sudo rpm --install stacer*.rpm --nodeps --force on the downloaded package.
Launch Stacer using the installed stacer command.

@marrypen
Copy link

marrypen commented Dec 24, 2018

@oguzhaninan
I have installed stacer exactly via the rpm package, but still got the same error while running stacer command.
How can I get through this? Did I need to recompile since I found a similar issue here.

BTW it's CentOS here that the problem occurred.

@oguzhaninan
Copy link
Owner

Could you try this solution.

@shivakumargn
Copy link
Author

I moved from CentOS to Fedora where this problem does not exist. Unable to check on CentOS.

@ChrisZhangJin
Copy link

also unavailable on CentOs 6. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants