Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run without qt3 library 'libqt-mt.so.3' #27

Open
kellcodes opened this issue May 12, 2022 · 0 comments
Open

Cannot run without qt3 library 'libqt-mt.so.3' #27

kellcodes opened this issue May 12, 2022 · 0 comments

Comments

@kellcodes
Copy link

I have compiled xxdiff from git on Almalinux 8.5 with all qt5 modules installed (there is no qt3 package provided natively). I am able to build xxdiff, however I am not able to run the package as I receive an error

error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory

The aforementioned library is provided with qt3, however does not appear to be packaged with qt5. Despite the absence of this library, xxdiff compiles with no errors.

Operating system: AlmaLinux 8.5
QT version: 5.15.2

I have additionally modified the xxdiff.pro source file to remove 'thread' from the CONFIG line, however this has not helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant