The problem of running tauri on centos8 #2463
-
The problem of running tauri on centos8 error: failed to run custom build command for Is the cause of this error missing gtk on my system? Do you have an effective way to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
did you install the system dependencies listed here https://tauri.studio/en/docs/get-started/setup-linux#1-system-dependencies ? |
Beta Was this translation helpful? Give feedback.
-
Finally, I successfully installed tauri on centos7, provided that glibc is upgraded to 2.3. It is estimated that it should work on centos8. |
Beta Was this translation helpful? Give feedback.
-
As reference for other people that might land on this issue. I had to install gtk manually and restart my terminals/vscode
Afterwards it worked. |
Beta Was this translation helpful? Give feedback.
-
In my case, the same error was caused by build conflict with |
Beta Was this translation helpful? Give feedback.
Finally, I successfully installed tauri on centos7, provided that glibc is upgraded to 2.3. It is estimated that it should work on centos8.