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

Does not run on Ubuntu 14.04 #961

Open
probonopd opened this issue Jul 25, 2018 · 5 comments
Open

Does not run on Ubuntu 14.04 #961

probonopd opened this issue Jul 25, 2018 · 5 comments

Comments

@probonopd
Copy link

Please answer these questions before submitting your issue. Thanks!
Please download LiteIDE latest version and test before submitting your issue. Thanks!

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

Most recent AppImage

What version of Go are you using (go version)?

No Go installed

What operating system and processor architecture are you using(go env)?

Linux 64 bit

What did you do?

If possible, provide a recipe for reproducing the error.

Try to run the AppImage on on Ubuntu 14.04

What did you expect to see?

Application runs

What did you see instead?

The AppImage does not run on Ubuntu 14.04:

AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /run/firejail/appimage/.appimage-9942/usr/bin/../lib/libQt5Core.so.5)
/run/firejail/appimage/.appimage-9942/AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /run/firejail/appimage/.appimage-9942/usr/bin/../lib/libicui18n.so.55)
/run/firejail/appimage/.appimage-9942/AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /run/firejail/appimage/.appimage-9942/usr/bin/../lib/libicuuc.so.55)
Parent pid 9942, child pid 9946

Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#creating-appimages-that-are-compatible-with-many-systems.

References:

@visualfc
Copy link
Owner

Build the AppImage on on Ubuntu 16.04.

@probonopd
Copy link
Author

Please build the AppImage on the oldest still-supported Ubuntu LTS release, which is currently 14.04. This way it will be compatible with more systems. Thanks!

@visualfc
Copy link
Owner

abc

I'm test on ubuntu14.04-64 the liteide appimage success.

@yurenchen000
Copy link
Contributor

yurenchen000 commented Dec 25, 2018

ubuntu14, 我用的这个版本
liteidex35.3.linux64-qt5.5.1.tar.gz

从 ubuntu18 复制来个库:
/usr/lib/x86_64-linux-gnu/libstdc++.so.6

启动

LD_LIBRARY_PATH=.  bin/liteide

似乎能用了.

放到 liteide/lib/ 目录, 不用手动指定参数了.


I use ubuntu14 too, meet is error message.
copy /usr/lib/x86_64-linux-gnu/libstdc++.so.6 from ubuntu18,
put it to liteide/lib/

seems worked.

@probonopd
Copy link
Author

Perhaps need to use something like

darealshinji/linuxdeploy-plugin-checkrt#1 (comment)

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

3 participants