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

QT error while trying to run the project under Ubuntu #40

Closed
anchnk opened this issue Mar 15, 2019 · 6 comments
Closed

QT error while trying to run the project under Ubuntu #40

anchnk opened this issue Mar 15, 2019 · 6 comments

Comments

@anchnk
Copy link

anchnk commented Mar 15, 2019

I want to give a try to gonvim but I can't get it to run.

I downloaded the release 0.3.3, extracted the archive and run ./gonvim in my terminal but I got the following error:

./gonvim: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.11' not found (required by ./gonvim)

System informations:

  • OS: Ubuntu 18.04
  • Kernel: 4.15.0-46-generic

Is installing https://github.com/therecipe/qt a requirement to get the application to run ?

@akiyosi
Copy link
Owner

akiyosi commented Mar 15, 2019

Hi,

Ummm, the library found under the Gonvim-0.3.3-linux/lib/.
Could you avoid errors by passing a path, setting LD_LIBRARY_PATH, or creating SYMLINK?

@anchnk
Copy link
Author

anchnk commented Mar 15, 2019

I tried the following

export LD_LIBRARY_PATH=./lib && ./gonvim

And got this error:

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

And a very long stack trace I could paste if that can be of any use

@akiyosi
Copy link
Owner

akiyosi commented Mar 16, 2019

Try the following 🙂

apt-get install libqt5x11extras5

@anchnk
Copy link
Author

anchnk commented Mar 18, 2019

Thank you very much for the support and the suggestion.

It happens that libqt5x11extras5 is already installed on my system.

libqt5x11extras5 is already the newest version (5.9.5-0ubuntu1).

@akiyosi
Copy link
Owner

akiyosi commented Mar 18, 2019

Are you execure /path/to/Gonvim-0.3.3-linux/gonvim ?
Try /path/to/Gonvim-0.3.3-linux/gonvim.sh

@anchnk
Copy link
Author

anchnk commented Mar 18, 2019

Oh yeah it works now !
Thank you very much :)

@anchnk anchnk closed this as completed Mar 18, 2019
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

2 participants