[GH-ISSUE #131] Qt_5.10 not found, What to do?! #105

Closed
opened 2026-05-05 05:16:29 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @SirThana on GitHub (Sep 15, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/131

Hi i'm running face first into a wall here..
I've installed Qt_5.10 as is but i'm still getting the following error when i run the file barrier:

/Utilities/Barrier/barrier-2.1.0-Linux/bin/barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found..

I'm a really big linux noob and have been searching searching down every forum to find a solution to this with no luck.
9cbf610c-32ff-4c0f-9877-ba53d62b4c55

Any ideas what i can do to fix this issue?

(I'm running Linux Mint 19 Tara)

Originally created by @SirThana on GitHub (Sep 15, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/131 Hi i'm running face first into a wall here.. I've installed Qt_5.10 as is but i'm still getting the following error when i run the file barrier: /Utilities/Barrier/barrier-2.1.0-Linux/bin/barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.10' not found.. I'm a really big linux noob and have been searching searching down every forum to find a solution to this with no luck. ![9cbf610c-32ff-4c0f-9877-ba53d62b4c55](https://user-images.githubusercontent.com/38891674/45588532-7cdbd180-b916-11e8-800f-6118752d57a1.jpg) Any ideas what i can do to fix this issue? (I'm running Linux Mint 19 Tara)
Author
Owner

@AdrianKoshka commented on GitHub (Sep 15, 2018):

You might want to look at issue https://github.com/debauchee/barrier/issues/28#issuecomment-392904132

<!-- gh-comment-id:421603535 --> @AdrianKoshka commented on GitHub (Sep 15, 2018): You might want to look at issue https://github.com/debauchee/barrier/issues/28#issuecomment-392904132
Author
Owner

@SirThana commented on GitHub (Sep 15, 2018):

Hi thanks for your response,
I just read through it and gave the steps a go with no progress. I'm starting to get vibes this might just never work on linux mint 19 hehe..

whatsapp image 2018-09-15 at 22 33 54
I read the CMakeOut.log and can't make cake out of, maybe any of you can?

Super grateful for any help or tips, again i'm just a Linux noob trying to find my way around using the system

<!-- gh-comment-id:421631083 --> @SirThana commented on GitHub (Sep 15, 2018): Hi thanks for your response, I just read through it and gave the steps a go with no progress. I'm starting to get vibes this might just never work on linux mint 19 hehe.. ![whatsapp image 2018-09-15 at 22 33 54](https://user-images.githubusercontent.com/38891674/45590388-7dd12b00-b937-11e8-9d73-788a4b26f329.jpeg) I read the CMakeOut.log and can't make cake out of, maybe any of you can? Super grateful for any help or tips, again i'm just a Linux noob trying to find my way around using the system
Author
Owner

@AdrianKoshka commented on GitHub (Sep 15, 2018):

It seems you either didn't install the avahi library, or CMake can't find it for some reason.

$ sudo apt install libavahi-compat-libdnssd-dev

<!-- gh-comment-id:421631955 --> @AdrianKoshka commented on GitHub (Sep 15, 2018): It seems you either didn't install the avahi library, or CMake can't find it for some reason. `$ sudo apt install libavahi-compat-libdnssd-dev`
Author
Owner

@SirThana commented on GitHub (Sep 15, 2018):

I tried that earlier and it came back with this
35c79a49-8b4e-4855-b75b-ac83c464b3ab

I've manually downloaded the file from debian packages and it's also comming back with errors 👎
9bae62f6-d650-4d5d-b817-4e87eb3b6993

<!-- gh-comment-id:421634171 --> @SirThana commented on GitHub (Sep 15, 2018): I tried that earlier and it came back with this ![35c79a49-8b4e-4855-b75b-ac83c464b3ab](https://user-images.githubusercontent.com/38891674/45590535-97c03d00-b93a-11e8-86c0-7249cd2de99b.jpg) I've manually downloaded the file from debian packages and it's also comming back with errors 👎 ![9bae62f6-d650-4d5d-b817-4e87eb3b6993](https://user-images.githubusercontent.com/38891674/45590574-6e53e100-b93b-11e8-9374-c18417793698.jpg)
Author
Owner

@SirThana commented on GitHub (Sep 15, 2018):

I got a step further now, no clue how i got libavahi-compat-libdnssd-dev to work but it finally does now.
However now i run into the next issue during the ./clean-build.sh

cc560615-ff11-4651-94ce-2b59d7842eab

Fatal error: openssl/ssl.h: no such file or directory #include <open/ssl.h>

Clueless what to do with it to be honest

<!-- gh-comment-id:421648685 --> @SirThana commented on GitHub (Sep 15, 2018): I got a step further now, no clue how i got libavahi-compat-libdnssd-dev to work but it finally does now. However now i run into the next issue during the ./clean-build.sh ![cc560615-ff11-4651-94ce-2b59d7842eab](https://user-images.githubusercontent.com/38891674/45591163-59cb1500-b94a-11e8-918a-8451d8b8f8a2.jpg) Fatal error: openssl/ssl.h: no such file or directory #include <open/ssl.h> Clueless what to do with it to be honest
Author
Owner

@AdrianKoshka commented on GitHub (Sep 15, 2018):

Always use your distributions repos for downloading packages...Also now it looks like you don't have SSL development libraries installed either.

<!-- gh-comment-id:421648821 --> @AdrianKoshka commented on GitHub (Sep 15, 2018): Always use your distributions repos for downloading packages...Also now it looks like you don't have SSL development libraries installed either.
Author
Owner

@SirThana commented on GitHub (Sep 15, 2018):

I got it up and running!
Thank you for the support i'm making a snapshot of the machine to be safe :)

<!-- gh-comment-id:421649855 --> @SirThana commented on GitHub (Sep 15, 2018): I got it up and running! Thank you for the support i'm making a snapshot of the machine to be safe :)
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#105
No description provided.