[GH-ISSUE #170] does not run in Ubuntu 16.04 #137

Closed
opened 2026-05-05 05:21:40 -06:00 by gitea-mirror · 4 comments
Owner

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.

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.
gitea-mirror 2026-05-05 05:21:40 -06:00
  • closed this issue
  • added the
    bug
    linux
    labels
Author
Owner

@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.

<!-- gh-comment-id:435274851 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:437222924 --> @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.
Author
Owner

@Hokwang commented on GitHub (Nov 9, 2018):

Hello.

I am using this way for now. ( I googling and find pkg for ubuntu 16.04)

# wget https://launchpad.net/~jonathonf/+archive/ubuntu/barrier/+files/barrier_2.1.2+dfsg-1~16.04.york0_amd64.deb
# apt-get install libavahi-compat-libdnssd1
# dpkg -i barrier_2.1.2+dfsg-1~16.04.york0_amd64.deb

Anyway I want to download deb easier through github or ubuntu official apt repo.

<!-- gh-comment-id:437228282 --> @Hokwang commented on GitHub (Nov 9, 2018): Hello. I am using this way for now. ( I googling and find pkg for ubuntu 16.04) ``` # wget https://launchpad.net/~jonathonf/+archive/ubuntu/barrier/+files/barrier_2.1.2+dfsg-1~16.04.york0_amd64.deb # apt-get install libavahi-compat-libdnssd1 # dpkg -i barrier_2.1.2+dfsg-1~16.04.york0_amd64.deb ``` Anyway I want to download deb easier through github or ubuntu official apt repo.
Author
Owner

@Hokwang commented on GitHub (Nov 9, 2018):

If you want to close this case, you can close this.

<!-- gh-comment-id:437228355 --> @Hokwang commented on GitHub (Nov 9, 2018): If you want to close this case, you can close this.
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#137
No description provided.