[GH-ISSUE #251] Qt_5 not found - compile from source #200

Closed
opened 2026-05-05 05:39:51 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @danielbultrini on GitHub (Feb 8, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/251

On Ubuntu 16.04 LTS (up do date) I am able to successfully compile everything according to the instructions, but when I try to run barrier I get hit with these errors:

./barrier: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./barrier)
./barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by ./barrier)
./barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./barrier)
./barrier: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./barrier)
./barrier: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./barrier)

I tried to update Qt using the PA repository, but I am still quite new to linux and that did not resolve the issue. I also tried to add the path to LD_LIBRARY_PATH but had no luck (both before and after compilation), these issues were mentioned in some previous threads. Any help would be greatly appreciated and thanks for your time!

Originally created by @danielbultrini on GitHub (Feb 8, 2019). Original GitHub issue: https://github.com/debauchee/barrier/issues/251 On Ubuntu 16.04 LTS (up do date) I am able to successfully compile everything according to the instructions, but when I try to run barrier I get hit with these errors: ``` ./barrier: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./barrier) ./barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.9' not found (required by ./barrier) ./barrier: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./barrier) ./barrier: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./barrier) ./barrier: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./barrier) ``` I tried to update Qt using the PA repository, but I am still quite new to linux and that did not resolve the issue. I also tried to add the path to LD_LIBRARY_PATH but had no luck (both before and after compilation), these issues were mentioned in some previous threads. Any help would be greatly appreciated and thanks for your time!
Author
Owner

@danielbultrini commented on GitHub (Feb 8, 2019):

Actually, I found that for some reason it defaulted to using my anaconda installation. I apologize for the hassle.

<!-- gh-comment-id:461874149 --> @danielbultrini commented on GitHub (Feb 8, 2019): Actually, I found that for some reason it defaulted to using my anaconda installation. I apologize for the hassle.
Author
Owner

@Lechatelia commented on GitHub (Jul 8, 2020):

yeah, i meet the same problem. and after i deactivate the conda environment, it works!

<!-- gh-comment-id:655217676 --> @Lechatelia commented on GitHub (Jul 8, 2020): yeah, i meet the same problem. and after i deactivate the conda environment, it works!
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#200
No description provided.