visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.59k stars 969 forks source link

Does not run on Ubuntu 14.04 #961

Open probonopd opened 6 years ago

probonopd commented 6 years ago

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 commented 6 years ago

Build the AppImage on on Ubuntu 16.04.

probonopd commented 6 years ago

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 commented 6 years ago

abc

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

yurenchen000 commented 5 years ago

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 commented 5 years ago

Perhaps need to use something like

https://github.com/darealshinji/AppImageKit-checkrt/issues/1#issuecomment-447561058