-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
GLIBC the plugin is built with is too new #48
Comments
Qt Creator 15 works but plugin not? correct? |
I use template for creating QtCreator plugin from Qt Creator 15 and Qt Creator binaries that Qt shared. As far as I remember they are for rhel_8.10. Maybe in my github actions some errors and would be wonderful to fix it. You can check it. If not, I don't have resources to make separate build system and create everything manually for old stuff. |
I have the same problem. As far as I know, the glibc version of build is inherited from the operating system, not Qt Creator. P.S. P.P.S. |
@scoute @Zeks please try to use this |
Great thanks! |
Thank you for your sharing, it’s been incredibly helpful to me. I’m currently helping our project team integrate AI into an offline intranet environment. However, our company is using very old systems, including: qtcreator 4.6.0, CentOS 7, and glibc 2.17. I have already deployed Ollama and Qwen, and I can interact with them. Now I’m trying to learn and modify your code, hoping to use it with qtcreator 4.6.0. But this environment is really old, and I’m not confident about succeeding 😂. In any case, I’m very grateful for your sharing (really, really grateful—without it, I’d have to start from scratch with an empty project). If I succeed, I will let you know as soon as possible. ❤❤❤ |
@hellowheat Thank you for your kind words, it's nice to hear. |
I had the same error before with Ubuntu 20.04 and Centos 8.5. As a solution, when I built the code myself, the error was resolved. If your project is offline, you can build it from a virtual machine connected to the internet. If you wish, I can even upload my own .so file as a pull request. But I'm not sure if the qt versions are compatible, I used qt 6.8. |
It's not possible to use the plugin on older linux distributions because it requires glibc version that they simply do not have despite qtcreator 15 working just fine. It's quite possible that it's an oversight than actual requirement to have it.
The text was updated successfully, but these errors were encountered: