Alpine Linux beheben: fatal error: stdio.h: No such file or directory
English
Deutsch
Problem:
Beim Versuch, ein C/C++-Programm oder eine Bibliothek auf Alpine Linux zu kompilieren, erscheint eine Fehlermeldung wie
error.txt
/home/user/test.cpp:5:10: fatal error: stdio.h: No such file or directory
123 | #include <stdio.h>
| ^~~~~~~~~Lösung
Die libc-Header installieren mit
install.sh
apk add musl-devCheck out similar posts by category:
Alpine Linux, C/C++, GCC Errors, Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow