mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #73] QT_5.10 not found #59
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@p12tic commented on GitHub (Jun 27, 2018):
Which version of Qt have you installed?
@vinaysb commented on GitHub (Jun 27, 2018):
I installed qt5-default
@p12tic commented on GitHub (Jun 27, 2018):
Do
apt search qt5-default. You need to find out the precise version, like x.y.z.@vinaysb commented on GitHub (Jun 27, 2018):
This is what i got,
@p12tic commented on GitHub (Jun 27, 2018):
It looks like the official barrier is compiled against too new Qt.
@vinaysb commented on GitHub (Jun 27, 2018):
so what should i do :/
@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.
@vinaysb commented on GitHub (Jun 27, 2018):
damn, it worked on my windows :( anyway, thanks 👍
@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.
@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?
@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...
@goranGG commented on GitHub (Aug 31, 2018):
@thewhiteh4t can you link us how to do that?
@BC30138 commented on GitHub (Mar 12, 2019):
First of all - install qt5.10.0 (google), then go https://github.com/debauchee/barrier/wiki/Building-on-Linux. Do steps from page - enjoy.
@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.
@BC30138 commented on GitHub (Mar 12, 2019):
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!