[GH-ISSUE #73] QT_5.10 not found #59

Closed
opened 2026-05-05 04:53:11 -06:00 by gitea-mirror · 15 comments
Owner

Originally created by @vinaysb on GitHub (Jun 27, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/73

Hello, I tried to install barrier on ubuntu, version 2.10, and copied the bin files to my local bin directory. When i try to open barrier it says,
barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version "Qt_5.10" not found (required by barrier)

I installed qt5 but it still gives same error, please help

Originally created by @vinaysb on GitHub (Jun 27, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/73 Hello, I tried to install barrier on ubuntu, version 2.10, and copied the bin files to my local bin directory. When i try to open barrier it says, `barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version "Qt_5.10" not found (required by barrier)` I installed qt5 but it still gives same error, please help
Author
Owner

@p12tic commented on GitHub (Jun 27, 2018):

Which version of Qt have you installed?

<!-- gh-comment-id:400678158 --> @p12tic commented on GitHub (Jun 27, 2018): Which version of Qt have you installed?
Author
Owner

@vinaysb commented on GitHub (Jun 27, 2018):

I installed qt5-default

<!-- gh-comment-id:400682220 --> @vinaysb commented on GitHub (Jun 27, 2018): I installed qt5-default
Author
Owner

@p12tic commented on GitHub (Jun 27, 2018):

Do apt search qt5-default. You need to find out the precise version, like x.y.z.

<!-- gh-comment-id:400682804 --> @p12tic commented on GitHub (Jun 27, 2018): Do `apt search qt5-default`. You need to find out the precise version, like x.y.z.
Author
Owner

@vinaysb commented on GitHub (Jun 27, 2018):

This is what i got,

apt search qt5-default
Sorting... Done
Full Text Search... Done
qt5-default/bionic,now 5.9.5+dfsg-0ubuntu1 amd64 [installed]
  Qt 5 development defaults package
<!-- gh-comment-id:400683130 --> @vinaysb commented on GitHub (Jun 27, 2018): This is what i got, ``` apt search qt5-default Sorting... Done Full Text Search... Done qt5-default/bionic,now 5.9.5+dfsg-0ubuntu1 amd64 [installed] Qt 5 development defaults package ```
Author
Owner

@p12tic commented on GitHub (Jun 27, 2018):

It looks like the official barrier is compiled against too new Qt.

<!-- gh-comment-id:400683692 --> @p12tic commented on GitHub (Jun 27, 2018): It looks like the official barrier is compiled against too new Qt.
Author
Owner

@vinaysb commented on GitHub (Jun 27, 2018):

so what should i do :/

<!-- gh-comment-id:400683980 --> @vinaysb commented on GitHub (Jun 27, 2018): so what should i do :/
Author
Owner

@p12tic commented on GitHub (Jun 27, 2018):

Nothing :-) You can either compile your own version, but if you're not a programmer I don't advice to do that. The best course of action is just wait.

<!-- gh-comment-id:400684339 --> @p12tic commented on GitHub (Jun 27, 2018): Nothing :-) You can either compile your own version, but if you're not a programmer I don't advice to do that. The best course of action is just wait.
Author
Owner

@vinaysb commented on GitHub (Jun 27, 2018):

damn, it worked on my windows :( anyway, thanks 👍

<!-- gh-comment-id:400684762 --> @vinaysb commented on GitHub (Jun 27, 2018): damn, it worked on my windows :( anyway, thanks :+1:
Author
Owner

@walker0643 commented on GitHub (Jun 30, 2018):

Distro repository packages are coming. It's been a hard time getting them going, but once they're up it will just be a matter of finding consistent package maintainers.

Closing because this is not a bug.

<!-- gh-comment-id:401549887 --> @walker0643 commented on GitHub (Jun 30, 2018): Distro repository packages are coming. It's been a hard time getting them going, but once they're up it will just be a matter of finding consistent package maintainers. Closing because this is not a bug.
Author
Owner

@thewhiteh4t commented on GitHub (Jul 20, 2018):

Other people are also having problem with this error
https://www.reddit.com/r/linux/comments/901a3r/barrier_a_synergy_fork_installation/
can you please provide a workaround until you fix this?

<!-- gh-comment-id:406559622 --> @thewhiteh4t commented on GitHub (Jul 20, 2018): Other people are also having problem with this error [https://www.reddit.com/r/linux/comments/901a3r/barrier_a_synergy_fork_installation/](url) can you please provide a workaround until you fix this?
Author
Owner

@thewhiteh4t commented on GitHub (Jul 20, 2018):

i compiled from source and its working properly on Windows 10 as server and Ubuntu 18.04 as client...

<!-- gh-comment-id:406584565 --> @thewhiteh4t commented on GitHub (Jul 20, 2018): i compiled from source and its working properly on Windows 10 as server and Ubuntu 18.04 as client...
Author
Owner

@goranGG commented on GitHub (Aug 31, 2018):

@thewhiteh4t can you link us how to do that?

<!-- gh-comment-id:417694700 --> @goranGG commented on GitHub (Aug 31, 2018): @thewhiteh4t can you link us how to do that?
Author
Owner

@BC30138 commented on GitHub (Mar 12, 2019):

@thewhiteh4t can you link us how to do that?

First of all - install qt5.10.0 (google), then go https://github.com/debauchee/barrier/wiki/Building-on-Linux. Do steps from page - enjoy.

<!-- gh-comment-id:471991254 --> @BC30138 commented on GitHub (Mar 12, 2019): > @thewhiteh4t can you link us how to do that? First of all - install qt5.10.0 (google), then go https://github.com/debauchee/barrier/wiki/Building-on-Linux. Do steps from page - enjoy.
Author
Owner

@AdrianKoshka commented on GitHub (Mar 12, 2019):

You really should be using the distros provided version of QT BTW. I don't think we use 5.10 anymore.

<!-- gh-comment-id:472167159 --> @AdrianKoshka commented on GitHub (Mar 12, 2019): You really should be using the distros provided version of QT BTW. I don't think we use 5.10 anymore.
Author
Owner

@BC30138 commented on GitHub (Mar 12, 2019):

You really should be using the distros provided version of QT BTW. I don't think we use 5.10 anymore.

Yes, of course. I used old version, because actually don't know anything about qt development and the error informs you that qt version 5.10 exactly is required.

Thank you!

<!-- gh-comment-id:472170465 --> @BC30138 commented on GitHub (Mar 12, 2019): > You really should be using the distros provided version of QT BTW. I don't think we use 5.10 anymore. Yes, of course. I used old version, because actually don't know anything about qt development and the error informs you that qt version 5.10 exactly is required. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#59
No description provided.