mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #170] does not run in Ubuntu 16.04 #137
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#137
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 @Hokwang on GitHub (Nov 2, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/170
Operating Systems
Server: Ubuntu 16.04
Client: Windows 7
Barrier Version
2.1.0
Steps to reproduce bug
I installed Ubuntu 16.04.5 LTS desktop version.
And download v2.1.0 version. (barrier-2.1.0-linux.tar.bz2)
$ tar xfj barrier-2.1.0-linux.tar.bz2
$ cd barrier-2.1.0-Linux/bin
$ ./barriers
./barriers: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
In Ubuntu 16.04, normally apt-get install libssl does not install 1.1 version.
How can I use barrier ?
And one more, for beginners like me, you can provide deb file or binary for ubuntu 16.04.
And documentation may need to improve. sorry for I can't help.
@AdrianKoshka commented on GitHub (Nov 2, 2018):
I know we have a package that is going through debian testing repos right now if I remember correctly, not sure about progress in getting barrier into Ubuntu's repos. I'll try to reproduce this issue when I get some time.
@AdrianKoshka commented on GitHub (Nov 9, 2018):
Sorry for the late response, I've been busy. I was able to replicate your issue though. On our releases page we have a flatpak with instructions on how to install it, which should work.
@Hokwang commented on GitHub (Nov 9, 2018):
Hello.
I am using this way for now. ( I googling and find pkg for ubuntu 16.04)
Anyway I want to download deb easier through github or ubuntu official apt repo.
@Hokwang commented on GitHub (Nov 9, 2018):
If you want to close this case, you can close this.